Class Frame

A window.

Usage:

     -- Create a window
     local frame = Frame(0, 0)
     frame.width = 100
     frame.height = 100

Fields

Frame.backgroundColor The color of this frame.
Frame.borderColor The color of this frame's border.
Frame.borderThickness The thickness of this frame's border.

Constructor

Frame:_init (x, y) Constructs a Frame.


Fields

Frame.backgroundColor
The color of this frame.
Frame.borderColor
The color of this frame's border.
Frame.borderThickness
The thickness of this frame's border.

Constructor

Frame:_init (x, y)
Constructs a Frame.

Parameters:

  • x The x coordinate of the new component, relative to its parent.
  • y The y coordinate of the new component, relative to its parent.
generated by LDoc 1.4.3 Last updated 2015-02-10 07:20:59