hiPlaceToolbar
hiPlaceToolbar(w_windowID o_hiToolbar[s_toolbarArea] ) =>t / nil
Description
Adds a toolbar to the specified toolbar area of a window. If the toolbar already exists on the window, this function moves it to the specified area. The toolbar is placed at the end of the current toolbars in that area.
Arguments
|
The toolbar area of the window; one of: |
Values Returned
Examples
Adds toolbar to the top of the window.
hiPlaceToolbar( window ( 1 ) toolbar ’top )
=>t
Related Topics
Return to top