|
« timer treebox »
Objects / toolbar
toolbar
toolbar(objnum,coord,imglist,option)
creates a toolbar
Parameters
| objnum | object number |
| coord | column, row, width comma or @am delimited |
| imglist | imagelist file name If disabled buttons list is required then specify it comma or @am delimited |
| option | options comma or @am delimited |
Options
| disable | disabled |
| font [name size style color] | font specification (see font) |
| hide | invisible |
| hotkey keyname keyname ... | assign hotkeys (see hotkey) |
| notext | icons only (for minimal button width) |
| off | disabled |
| raised | raised buttons |
Events
| OnClick | A button has been pressed
Data: dt<1> - numeric button id dt<2> - icon number in the imglist |
Hot keys
| VK_RETURN | 'Enter' key has been pressed
Data: dt<1> - numeric button id |
Functions
| delbtn | deletes button from a toolbar |
| delobj | deletes object |
| do | executes an additional action |
| getbtn | gets toolbar button info |
| getdt | returns additional data |
| insbtn | inserts a button to a toolbar |
| modify | modifies object's properties |
| modifybtn | modifies a toolbar button |
| setdropmenu | assignes a menu to a toolbar button |
| setfocus | sets focus to an object |
Using FlashGUI
« timer treebox »
|