(System Library)
Description: This module draws and maintains a toolbar and its buttons.
Returns: Object Value
Usage: Steady State
Format: \System\Toolbar(Left, Top, Right, Data [, ParOffset, ParHasBevel])
Parameters: Left { numeric } { required } { no default: }
The coordinate of the left edge of the toolbar.
Top { numeric } { required } { no default: }
The coordinate of the top of the toolbar.
Right { numeric } { required } { no default: }
The coordinate of the right edge of the toolbar.
Data { Array of text } { required } { no default: }
A 2-dimensional array of button information.
ParOffset { numeric } { optional } { default: 0 }
An optional parameter that is the data index at which to start. The default for ParOffset is 0.
ParHasBevel { Boolean } { optional } { default: 1 }
A n optional parameter that can be set to FALSE (0) to draw a bevel around the toolbar, or TRUE (1) to inhibit bevel drawing. The default for ParHasBevel is 1.
Comments: Toolbar returns its object value when ready.
See Also:
Bevel | Checkbox | Droplist | GridList | HScrollbar | ListBox | RadioButtons | Spinbox | SplitList | VScrollbar