hiGetWinConfig
hiGetWinConfig(w_swindowID) =>n_configID/nil
Description
Creates a new workspace based on the session window layout and returns its ID.
If a workspace has not been modified since the last use of hiApplyWinConfig or hiGetWinConfig, then the same session window ID gets returned, rather than a new window configuration being created.
Argument
|
The session window ID. You can get a session window ID with the |
Value Returned
|
An invalid window (for example, a window that is not a session window) was specified. A warning is also issued. |
Example
hiGetWinConfig( swindow ( 1 ) )
Related Topics
Return to top