CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/workspace_utils.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void GotoWorkSpace (VirtualScreen *vs, WorkSpace *ws)
void GotoWorkSpaceByName (VirtualScreen *vs, const char *wname)
void GotoWorkSpaceByNumber (VirtualScreen *vs, int workspacenum)
void GotoPrevWorkSpace (VirtualScreen *vs)
void GotoNextWorkSpace (VirtualScreen *vs)
void GotoRightWorkSpace (VirtualScreen *vs)
void GotoLeftWorkSpace (VirtualScreen *vs)
void GotoUpWorkSpace (VirtualScreen *vs)
void GotoDownWorkSpace (VirtualScreen *vs)
void ShowBackground (VirtualScreen *vs, int state)
char * GetCurrentWorkSpaceName (VirtualScreen *vs)
WorkSpaceGetWorkspace (const char *wname)

Function Documentation

◆ GetCurrentWorkSpaceName()

char * GetCurrentWorkSpaceName ( VirtualScreen * vs)

Definition at line 534 of file workspace_utils.c.

References WorkSpaceWindow::currentwspc, WorkSpace::name, Scr, and VirtualScreen::wsw.

Referenced by Execute().

◆ GetWorkspace()

◆ GotoDownWorkSpace()

void GotoDownWorkSpace ( VirtualScreen * vs)

◆ GotoLeftWorkSpace()

void GotoLeftWorkSpace ( VirtualScreen * vs)

◆ GotoNextWorkSpace()

◆ GotoPrevWorkSpace()

◆ GotoRightWorkSpace()

void GotoRightWorkSpace ( VirtualScreen * vs)

◆ GotoUpWorkSpace()

void GotoUpWorkSpace ( VirtualScreen * vs)

◆ GotoWorkSpace()

◆ GotoWorkSpaceByName()

void GotoWorkSpaceByName ( VirtualScreen * vs,
const char * wname )

◆ GotoWorkSpaceByNumber()

void GotoWorkSpaceByNumber ( VirtualScreen * vs,
int workspacenum )

◆ ShowBackground()

void ShowBackground ( VirtualScreen * vs,
int state )