hiReattachToolbar
hiReattachToolbar(o_toolbar) =>t / nil
Description
Reattaches a given toolbar to its parent main window without showing it.
Intended for use with those toolbars that have been detached from a window using hiHideToolbar.
Argument
Values Returned
Examples
Reattaches mytoolbar to its parent window.
( hiHideToolbar mytoolbar t/*detach*/ )
( hiReattachToolbar mytoolbar ) ;; reattached but not shown
Related Topics
Return to top