Index Index for
Section 3
Index Alphabetical
listing for D
Index 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 Index for
Section 3
Index Alphabetical
listing for D
Index Top of
page