hiUndockWindow
hiUndockWindow(x_dwindowID) =>t / nil
Description
Undocks a dockable window from a session window. The window is floated. You can dock the window again with hiDockWindow.
The first time a dock window is floated, its location is the default Qt location and its size is the initial float hint specified when the window was created. Subsequently, the last location and size are used.
Argument
Value Returned
Example
hiUndockWindow( dw )
Related Topics
Return to top