| Click this button to go to the index for this section. |
DtWsmRemoveWorkspaceCallback(3)
CDE
NAME
DtWsmRemoveWorkspaceCallback - remove a workspace callbackSYNOPSIS
#include <Dt/Wsm.h> void DtWsmRemoveWorkspaceCallback(DtWsmCBContext context);DESCRIPTION
The DtWsmRemoveWorkspaceCallback function works with the workspace manager CDE workspace manager, dtwm1, and removes a callback called when the current workspace changes or when a workspace is modified. The context argument is the context the DtWsmAddWorkspaceCallback3 function or the DtWsmAddWorkspaceModifiedCallback3 function returns when the application registers the callback.RETURN VALUE
The DtWsmRemoveWorkspaceCallback function returns no value.SEE ALSO
Dt/Wsm.h5, dtwm1, DtWsmAddWorkspaceModifiedCallback3, DtWsmAddCurrentWorkspaceCallback3.