| Click this button to go to the index for this section. |
DtWsmGetCurrentWorkspace(3)
CDE
NAME
DtWsmGetCurrentWorkspace - get the current workspaceSYNOPSIS
#include <Dt/Wsm.h> Status DtWsmGetCurrentWorkspace(Display *display, Window root, Atom *paWorkspace);DESCRIPTION
The DtWsmGetCurrentWorkspace function works with the workspace manager CDE workspace manager, dtwm1, and returns the name of the current workspace (converted to an X atom). The display argument is the X display. The root argument is the root window of the screen of interest. The paWorkspace argument is the address of an atom to receive the current workspace identifier.RETURN VALUE
Upon successful completion, the DtWsmGetCurrentWorkspace function returns Success and the atom identifying the current workspace is returned in paWorkspace; otherwise, it returns a value not equal to Success.APPLICATION USAGE
If the DtWsmGetCurrentWorkspace function is not successful, the most likely reason for failure is that the workspace manager CDE workspace manager, dtwm1, is not running.SEE ALSO
dtwm1, Dt/Wsm.h5.