FutureBasic Logo

<<    Index    >> FutureBasic

toolbar   statement



Syntax
toolbar tag

Description
The toolbar statement creates a new toolbar. Once the toolbar has been created, it can be assigned to a window by calling WindowSetToolbar( wndTag, toolbarTag )

Parameters
Parameter
Description
tag A number (1 through 1000000) that you assign when you create the toolbar. The number you assign must be different from the tag value of all other existing toolbars.
 

See also
toolbaritem
 
Apple documentation
NSToolbar