Public Types | |
enum | flag_enum { modal, inactive } |
gui flags enumeration. More... | |
Data Fields | |
number | box [4] |
the item box { x1, y1, x2, y2 } used for focusing. | |
display_list | dl |
Default display list used to draw inside. | |
number | z |
Z position of the item for reference to draw upon it. | |
event_handler | event_table [event_key] |
Table of function(app, evt) indexed by event key. | |
boolean | flags [flag_enum] |
Table whose entry describe some functionalities. | |
menudef | mainmenu_def |
Optional menu definition opened by the application switcher . |
|
gui flags enumeration.
|
|
the item box { x1, y1, x2, y2 } used for focusing. As table are referenced, changing it will affect the focus in both way : display and layout. |
|
Z position of the item for reference to draw upon it.
|
|
Table of function(app, evt) indexed by event key.
|
dcplaya documentation version 2.0 | Generated on November 2004 by doxygen 1.3.6 |