Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

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

x_dwindowID

The dockable window that you want to float.

Value Returned

t

The window was undocked.

nil

There was an error.

Example

hiUndockWindow( dw )

Related Topics

Window Functions

hiCreateDockWindow

hiUndockWindow

hiIsWindowSpecifier


Return to top
 ⠀
X