Panel object
The Panel widget provides a container for organizing child controls
| Property |
Description |
Access |
Type |
| Panel.align |
Align the Panel relative to its parent |
readwrite |
boolean |
| Panel.allowdrop |
Controls whether the Panel is a drag and drop target |
readwrite |
boolean |
| Panel.bgcolor |
Get/set the Panel background color |
readwrite |
number |
| Panel.border |
Get/set the Panel's border |
readwrite |
boolean |
| Panel.childs |
Get a list of the Panel childs widgets |
readonly |
table |
| Panel.cursor |
Get/set the image of the mouse cursor as it hovers over the Panel |
readwrite |
string |
| Panel.enabled |
Controls whether the Panel responds to mouse and other events |
readwrite |
boolean |
| Panel.font |
Get/set the Panel font |
readwrite |
string |
| Panel.fontsize |
Get/set the Panel font size |
readwrite |
number |
| Panel.fontstyle |
Get/set the Panel font style |
readwrite |
table |
| Panel.height |
Get/set the Panel's height |
readwrite |
number |
| Panel.parent |
Get the Panel's parent widget |
readonly |
|
| Panel.visible |
Controls whether the Panel appears on screen |
readwrite |
boolean |
| Panel.width |
Get/set the Panel's width |
readwrite |
number |
| Panel.x |
Get/set the Panel's horizontal position |
readwrite |
number |
| Panel.y |
Get/set the Panel's vertical position |
readwrite |
number |