Creation/Dev/Script/Client/GuiMenuCtrl: Difference between revisions
From Graal Bible
mNo edit summary |
|||
Line 9: | Line 9: | ||
menus[] - array of [[Creation/Dev/Script/Client/GuiContextMenuCtrl|GuiContextMenuCtrl]] | menus[] - array of [[Creation/Dev/Script/Client/GuiContextMenuCtrl|GuiContextMenuCtrl]] | ||
=Functions= | =Functions= |
Revision as of 14:25, 25 February 2006
Inherits GuiControl.
Variables
iconheight - integer (read only)
iconwidth - integer (read only)
menus[] - array of GuiContextMenuCtrl
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())