|
CTWM
|
#include "ctwm.h"#include <stdio.h>#include <string.h>#include <stdlib.h>#include "image.h"#include "list.h"#include "occupation.h"#include "screen.h"#include "util.h"#include "workspace_config.h"#include "workspace_utils.h"Go to the source code of this file.
Functions | |
| void | AddWorkSpace (const char *name, const char *background, const char *foreground, const char *backback, const char *backfore, const char *backpix) |
| void | WMapCreateCurrentBackGround (const char *border, const char *background, const char *foreground, const char *pixmap) |
| void | WMapCreateDefaultBackGround (const char *border, const char *background, const char *foreground, const char *pixmap) |
Variables | |
| bool | useBackgroundInfo |
| void AddWorkSpace | ( | const char * | name, |
| const char * | background, | ||
| const char * | foreground, | ||
| const char * | backback, | ||
| const char * | backfore, | ||
| const char * | backpix ) |
Definition at line 36 of file workspace_config.c.
References ColorPair::back, WorkSpace::backcp, WorkSpace::cp, ColorPair::fore, fullOccupation, GetColor(), GetImage(), GetShadeColors(), WorkSpace::image, WorkSpace::label, MAXWORKSPACE, WorkSpace::name, WorkSpace::next, WorkSpace::number, Scr, ColorPair::shadc, ColorPair::shadd, and useBackgroundInfo.
| void WMapCreateCurrentBackGround | ( | const char * | border, |
| const char * | background, | ||
| const char * | foreground, | ||
| const char * | pixmap ) |
Definition at line 136 of file workspace_config.c.
References ColorPair::back, WorkSpaceMgr::curBorderColor, WorkSpaceMgr::curColors, WorkSpaceMgr::curImage, WorkSpaceMgr::curPaint, ColorPair::fore, GetColor(), GetImage(), and Scr.
| void WMapCreateDefaultBackGround | ( | const char * | border, |
| const char * | background, | ||
| const char * | foreground, | ||
| const char * | pixmap ) |
Definition at line 178 of file workspace_config.c.
References ColorPair::back, WorkSpaceMgr::defBorderColor, WorkSpaceMgr::defColors, WorkSpaceMgr::defImage, ColorPair::fore, GetColor(), GetImage(), and Scr.
|
extern |
Definition at line 37 of file workspace_utils.c.
Referenced by AddWorkSpace(), CreateWorkSpaceManager(), CreateWorkSpaceManagerWindow(), and GotoWorkSpace().