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

Go to the source code of this file.

Enumerations

enum  ButtonState { on , off }
 
enum  PWBType { WSPCWINDOW , OCCUPYWINDOW , OCCUPYBUTTON }
 

Functions

void Draw3DBorder (Window w, int x, int y, int width, int height, int bw, ColorPair cp, ButtonState state, bool fill, bool forcebw)
 
void PaintWsButton (PWBType which, VirtualScreen *vs, Window w, char *label, ColorPair cp, ButtonState state)
 

Enumeration Type Documentation

◆ ButtonState

Enumerator
on 
off 

Definition at line 8 of file drawing.h.

◆ PWBType

Enumerator
WSPCWINDOW 
OCCUPYWINDOW 
OCCUPYBUTTON 

Definition at line 15 of file drawing.h.

Function Documentation

◆ Draw3DBorder()

void Draw3DBorder ( Window w,
int x,
int y,
int width,
int height,
int bw,
ColorPair cp,
ButtonState state,
bool fill,
bool forcebw )

◆ PaintWsButton()

void PaintWsButton ( PWBType which,
VirtualScreen * vs,
Window w,
char * label,
ColorPair cp,
ButtonState state )