hiWinConfigModified
hiWinConfigModified(
w_swindowID
[ x_winConfigID ]
)
=> t / nil
Description
Checks whether a workspace has been modified since it was last applied to the session window.
Arguments
|
w_swindowID
|
The session window ID. You can get a session window ID with the swindow function.
|
|
x_winConfigID
|
The window configuration ID.
If this is specified, hiWinConfigModified only returns t if the workspace has been modified since x_winConfigID was last applied to the w_swindowID, or if x_winConfigID has never been applied to the w_swindowID.
If this is not specified, and the window has been modified such that the saveState() data has changed since the last use of hiGetWinConfig or hiApplyWinConfig, then hiWinConfigModified returns t.
|
Value Returned
|
t
|
Workspace has been modified. See x_winConfigID for circumstances.
|
|
nil
|
Workspace has not been modified. See x_winConfigID for circumstances.
|
Example
hiWinConfig( w_swindowID @optional x_winConfigID
=> t
Related Topics
Workspace Functions
hiWinConfigModified
hiGetWinConfig
hiSaveWinConfig
hiReadWinConfig
hiApplyWinConfig
hiGetWinConfigInfo
hiSetWinObjName
Return to top