Parent: $root.$libs.LIB.$toolbars.TOOLBAR
Children
The group of objects for the class or instance or container
Object specific | |
$add | $add(type,{cText,iIconid,bEnable=kFalse,bCheck=kFalse|calc,iIconid,iWidth}) inserts a control into a toolbar and returns an item reference to it;type is a constant e.g. kToolCommandButton For types kToolDroplist,kToolCombo,kToolFontCombo and kToolFontsizeCombo, $add takes the parameters "calc,iIconid,iWidth". These provide the calculation for the droplist or combo box, the icon id for the object (used in vertical docking areas) and the width of the object. For the other types, $add takes the parameters "cText,iIconid,bEnable,bCheck". cText is the text label for the control, iIconid is its icon id, bEnable sets $enabled for the control, and bCheck sets $checked if relevant. |
$remove | $remove(rItem) Delete the toolbar control; rItem is an item reference to the control to delete |
Standard | $addafter $addbefore $appendlist $count $findident $findname $first $insertlist $makelist $next $sendall |
Check Box | Color Picker | Combo Box | Dropdown List |
Font List | Font Size List | Line Style Picker | Pattern Picker |
Popup List | Popup Menu | Push Button | Radio Button |
Spacer |