DtWsmOccupyAllWorkspaces(library call)DtWsmOccupyAllWorkspaces(library call)
NAME [Toc] [Back]
DtWsmOccupyAllWorkspaces - put a window into all workspaces
SYNOPSIS [Toc] [Back]
#include <Dt/Wsm.h>
void DtWsmOccupyAllWorkspaces(
Display *display,
Window window);
DESCRIPTION [Toc] [Back]
The DtWsmOccupyAllWorkspaces function works with the CDE workspace
manager, dtwm(1), and puts a window into all currently defined
workspaces and also into newly created workspaces.
The display argument is the X display.
The window argument is the window to occupy all workspaces.
Calling the DtWsmSetWorkspacesOccupied function overrides the effect
of the DtWsmOccupyAllWorkspaces function.
RETURN VALUE [Toc] [Back]
The DtWsmOccupyAllWorkspaces function returns no value.
SEE ALSO [Toc] [Back]
Dt/Wsm.h - DtWsm(5), dtwm(1), DtWsmSetWorkspacesOccupied(3).
- 1 - Formatted: January 24, 2005 [ Back ] |