GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DtWsmSetWorkspacesOccupied(library call) DtWsmSetWorkspacesOccupied(library call)

DtWsmSetWorkspacesOccupied — set the workspaces in which a window resides

#include &<Dt/Wsm.h>
void DtWsmSetWorkspacesOccupied(
Display *display,
Window window,
Atom *paWorkspaces,
int numWs);

The DtWsmSetWorkspacesOccupied function works with the XCDE workspace manager, dtwm(1), and puts a window into a set of workspaces.

The display argument is the X display.

The window argument is the window to be put into this set of workspaces.

The paWorkspaces argument points to a list of workspace names (converted to X atoms); the XCDE workspace manager, dtwm(1), places the window into these workspaces.

The numWs argument is the number of elements in the list of workspaces.

The DtWsmSetWorkspacesOccupied function does not validate the list of requested workspaces. The workspace manager ignores invalid workspaces in the list.

Calling the DtWsmSetWorkspacesOccupied function overrides the effect of the DtWsmOccupyAllWorkspaces function.

The DtWsmSetWorkspacesOccupied function returns no value.

dtwm(1), Dt/Wsm.h - DtWsm(5).


Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.