Creation/Dev/Script/Client/GuiMenuCtrl
From Graal Bible
Inherits GuiControl.
Variables
iconheight - integer (read only)
iconwidth - integer (read only)
menus[] - array of GuiContextMenuCtrl, each submenu also has an icon (TDrawingPanel)
Functions
addmenu(str) - returns object
clearmenus()
findmenu(str) - returns object
removemenu(str)
seticonsize(int, int)
Events
onSelect(menuname,entryid,entrytext,entryindex) - an entry of a submenu has been selected
onCancel() - a submenu has been collapsed without selecting an entry
onIconResized(newwidth,newheight) - the icons size has been modified (via setIconSize())