hiGetSessionWindow
hiGetSessionWindow(
w_windowID
)
=> w_sessionWindowID / nil
Description
Returns the ID of the session window that contains the specified window or dock window.
Argument
|
w_windowID
|
The window ID or dock window ID.
|
Value Returned
|
w_sessionWindowID
|
The session window that contains the window or dock window.
|
|
nil
|
w_windowID is not associated with a session window.
|
Examples
hiGetSessionWindow( swindow ( 6 ) )
Related Topics
Window Functions
hiGetActiveTabWindow
hiGetCurrentWindow
hiIsWindowSpecifier
windowp
swindow
hiUndockWindow
hiOpenWindow
Return to top