| United States-English |
|
|
|
![]() |
Common Desktop Environment: Programmer's Guide > Chapter 6 Integrating
with the Workspace ManagerPreventing Application Movement Among Workspaces |
|
The function DtWsmRemoveWorkspaceFunctions prevents an application from:
DtWsmRemoveWorkspaceFunctions does this by making that portion of the desktop Workspace Manager (dtwm) window menu inactive. The application should call DtWsmRemoveWorkspaceFunctions before its top-level window is mapped because dtwm only checks workspace information at the time it manages the application's top-level window. If you need to call DtWsmRemoveWorkspaceFunctions after the application's top-level window is managed, then you must first call the Xlib function XWithdrawWindow, call DtWsmRemoveWorkspaceFunctions, and then call XMapWindow to remap the top-level window. |
|||||||||||||||||||||||||||||||
|
|||||||||||||||