|
« line pbar »
Objects / menu
menu
menu(owner.id,menu.id,text,option)
creates a menu
Parameters
| owner.id | parent menu.id (number)
Parent is 0 when creating horizontal root menu. |
| menu.id | menu id (number from 1 to 900) |
| text | text to display |
| option | options comma delimited |
Options
| disable | disabled |
| group | is the first line of a radio group |
| icon name num | has icon num from NAME.gil file |
| radio | is the next line of a radio group |
| pos num | position in the parent menu |
Functions
Using FlashGUI
« line pbar »
|