CTWM
Loading...
Searching...
No Matches
Macros | Functions
/usr/src/RPM/BUILD/ctwm-4.1.0/drawing.c File Reference
#include "ctwm.h"
#include "screen.h"
#include "gram.tab.h"
#include "occupation.h"
#include "vscreen.h"
#include "drawing.h"
Include dependency graph for drawing.c:

Go to the source code of this file.

Macros

#define FBGC(gc, fix_fore, fix_back)
 

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)
 

Macro Definition Documentation

◆ FBGC

#define FBGC ( gc,
fix_fore,
fix_back )
Value:
Gcv.foreground = fix_fore;\
Gcv.background = fix_back;\
static int PlaceX
Definition add_window.c:82
XGCValues Gcv
Definition ctwm_main.c:126
Display * dpy
Definition ctwm_main.c:84

Definition at line 28 of file drawing.c.

Referenced by Draw3DBorder().

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 )