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
DtWsmRemoveWorkspaceFunctions(library call) DtWsmRemoveWorkspaceFunctions(library call)

DtWsmRemoveWorkspaceFunctions — remove a window's workspace functions

#include &<Dt/Wsm.h>
void DtWsmRemoveWorkspaceFunctions(
Display *display,
Window window);

The DtWsmRemoveWorkspaceFunctions function removes a window's workspace functions. When DtWsmRemoveWorkspaceFunctions removes workspace functions, the window menu for the window the XCDE workspace manager, dtwm(1), displays does not have the entries that allow the window to occupy a different set of workspaces, occupy all workspaces, or be removed from the current workspace.

The display argument is the X display.

The window argument is the window to have its workspace functions disabled.

The DtWsmRemoveWorkspaceFunctions function returns no value.

The application must call DtWsmRemoveWorkspaceFunctions before the window is mapped. The XCDE workspace manager, dtwm(1), only looks at the workspace function information at the time the workspace manager manages the window. If the XCDE workspace manager, dtwm(1), is managing the window, the application must withdraw the window (see XWithdrawWindow(3)), remove the workspace functions, and map the window once again.

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.