 |
Index for Section 3 |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
DtWsmRemoveWorkspaceCallback(3)
CDE
NAME
DtWsmRemoveWorkspaceCallback - remove a workspace callback
SYNOPSIS
#include <Wsm.h>
void DtWsmRemoveWorkspaceCallback(DtWsmCBContext context);
DESCRIPTION
The DtWsmRemoveWorkspaceCallback function works with the workspace manager
CDE workspace manager, dtwm(1), and removes a callback called when the
current workspace changes or when a workspace is modified.
The context argument is the context the DtWsmAddWorkspaceCallback(3)
function or the DtWsmAddWorkspaceModifiedCallback(3) function returns when
the application registers the callback.
RETURN VALUE
The DtWsmRemoveWorkspaceCallback function returns no value.
SEE ALSO
Wsm.h(5), dtwm(1), DtWsmAddWorkspaceModifiedCallback(3),
DtWsmAddCurrentWorkspaceCallback(3)
 |
Index for Section 3 |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|