CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/drawing.h
Go to the documentation of this file.
1/*
2 * General drawing routines
3 */
4
5#ifndef _CTWM_DRAWING_H
6#define _CTWM_DRAWING_H
7
8typedef enum {on, off} ButtonState;
9
10
11void Draw3DBorder(Window w, int x, int y, int width, int height, int bw,
12 ColorPair cp, ButtonState state, bool fill, bool forcebw);
13
14
20
22 char *label, ColorPair cp, ButtonState state);
23
24
25#endif // _CTWM_DRAWING_H
static int PlaceX
Definition add_window.c:82
void Draw3DBorder(Window w, int x, int y, int width, int height, int bw, ColorPair cp, ButtonState state, bool fill, bool forcebw)
Definition drawing.c:34
ButtonState
Definition drawing.h:8
@ off
Definition drawing.h:8
@ on
Definition drawing.h:8
void PaintWsButton(PWBType which, VirtualScreen *vs, Window w, char *label, ColorPair cp, ButtonState state)
Definition drawing.c:153
PWBType
Definition drawing.h:15
@ WSPCWINDOW
Definition drawing.h:16
@ OCCUPYBUTTON
Definition drawing.h:18
@ OCCUPYWINDOW
Definition drawing.h:17
int y
Definition menus.c:70
int x
Definition menus.c:69