hiApplyWinConfig
hiApplyWinConfig(w_swindowID n_configID) =>t / nil
Description
Applies a workspace to a session window. If the session window has toolbars and dock assistants that were not present when the workspace was created, they get hidden.
Arguments
Value Returned
|
There was an error. For example, n_configID is invalid or w_sWindowID is not a session window. |
Example
myConfigID=hiReadWinConfig( "./myConfigFile" )
hiApplyWinConfig( swindow ( 2 ) myConfigID )
Related Topics
Return to top