 |
Index for Section 3 |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
DtWsmRemoveWorkspaceFunctions(3)
CDE
NAME
DtWsmRemoveWorkspaceFunctions - remove a window's workspace functions
SYNOPSIS
#include <Dt/Wsm.h>
void DtWsmRemoveWorkspaceFunctions(Display *display,
Window window);
DESCRIPTION
The DtWsmRemoveWorkspaceFunctions function removes a window's workspace
functions. When DtWsmRemoveWorkspaceFunctions removes workspace functions,
the window menu for the window the workspace manager CDE 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.
RETURN VALUE
The DtWsmRemoveWorkspaceFunctions function returns no value.
APPLICATION USAGE
The application must call DtWsmRemoveWorkspaceFunctions before the window
is mapped. The workspace manager CDE workspace manager, dtwm(1), only looks
at the workspace function information at the time the workspace manager
manages the window. If the workspace manager CDE workspace manager,
dtwm(1), is managing the window, the application must withdraw the window
(see XWithdrawWindow(3X)), remove the workspace functions, and map the
window once again.
SEE ALSO
dtwm(1), XWithdrawWindow(3X) in the X/Open CAE Specification, X/Open Window
Management: Xlib C Language Binding; DtWsm(5)
 |
Index for Section 3 |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|