CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/workspace_utils.h
Go to the documentation of this file.
1/*
2 * General and utility routiens for workspace handling
3 */
4#ifndef _CTWM_WORKSPACE_UTILS_H
5#define _CTWM_WORKSPACE_UTILS_H
6
8void GotoWorkSpaceByName(VirtualScreen *vs, const char *wname);
16
17void ShowBackground(VirtualScreen *vs, int state);
18
20WorkSpace *GetWorkspace(const char *wname);
21
22#endif /* _CTWM_WORKSPACE_UTILS_H */
static int PlaceX
Definition add_window.c:82
void GotoPrevWorkSpace(VirtualScreen *vs)
void GotoRightWorkSpace(VirtualScreen *vs)
void GotoWorkSpace(VirtualScreen *vs, WorkSpace *ws)
void GotoWorkSpaceByNumber(VirtualScreen *vs, int workspacenum)
void GotoWorkSpaceByName(VirtualScreen *vs, const char *wname)
void GotoLeftWorkSpace(VirtualScreen *vs)
WorkSpace * GetWorkspace(const char *wname)
void GotoDownWorkSpace(VirtualScreen *vs)
void GotoNextWorkSpace(VirtualScreen *vs)
char * GetCurrentWorkSpaceName(VirtualScreen *vs)
void GotoUpWorkSpace(VirtualScreen *vs)
void ShowBackground(VirtualScreen *vs, int state)