deSetWorkspace
deSetWorkspace(
w_window
t_workspaceName
)
=> t / nil
Description
Sets a workspace name to a given window (as long as the workspace name is valid for that window).
Arguments
|
The workspace name to be set for the given window (must be valid). |
Value Returned
Examples
Setswindow(3)to the workspace name "Classic".
deSetWorkspace(window(3) "Classic")
Return to top