#include "win.h"
Go to the source code of this file.
Defines | |
#define | RESIZED 1 |
#define | ONE_MORE_EXPOSE 2 |
#define | ABORT_REDRAW 3 |
#define | DEBUG 0 |
#define | MAX_LINE_STYLE 11 |
#define | SHORT_DASHED_LIST_LENGTH 2 |
#define | LONG_DASHED_LIST_LENGTH 2 |
#define | DOTTED_LIST_LENGTH 2 |
#define | DOT_DASHED_LIST_LENGTH 4 |
#define | ODD_DASHED_LIST_LENGTH 3 |
Functions | |
lux_wins* | get_currentwin () |
unsigned long | lux_get_bgcolor () |
Bool | lux_expose_pred (display, event, msg) Display *display |
lux_set_linestyle (win, style) Window win | |
void | lux_set_nobuffer () |
lux_draw_string (win, fx, fy, fh, s, position) Window win | |
Variables | |
GC | redrawgc |
GC | defaultgc |
int | pmpallocflag |
XFontStruct* | font_info |
XEvent* | event |
char* | msg |
Window | win |
float | fxorg |
float | fyorg |
float | fxsize |
float | fysize |
float | xmin |
float | xmax |
float | ymin |
float | ymax |
int | lnx |
int | lny |
int | x1 |
int | y1 |
int | x2 |
int | y2 |
float* | fx |
float * | fy |
int* | x |
int * | y |
unsigned int | n |
int | ix |
int | iy |
unsigned int | width |
int | style |
float | fh |
char* | s |
char | position |
int | status |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|