Go to the source code of this file.
Data Structures |
struct | WinDesc |
Defines |
#define | xge_BORDER_WIDTH 2 |
Functions |
boolean | _xge_background_msg (xge_widget *er, int msg, int key, short x, short y) |
void | _xge_FindAspect (void) |
void | xge_RemoveErrorMessage (void) |
boolean | xge_InitRectAllocation (void) |
xge_widget * | xge_AllocEdRect (void) |
void | xge_FreeEdRectangles (void) |
void | xge_SetupEdRect (char window_num, xge_widget *edr, int en, int id, short w, short h, short x, short y, boolean(*msgproc)(xge_widget *, int, int, short, short), void(*redraw)(xge_widget *, boolean)) |
void | _xge_MakePalette (void) |
boolean | xge_CallMsgProc (xge_widget **last, xge_widget *er, int msg, int key, short x, short y) |
void | _xge_QuatRotBallDrawCircles (short xc, short yc, short r, trans3f *tr) |
Variables |
WinDesc | xge_windesc [xge_MAX_WINDOWS] |
int | xge_current_win |
boolean | xge_notinfocus |
int | _xge_argc |
char ** | _xge_argv |
xge_widget * | xge_lastwin |
int | xge_usr_msg_key |
xge_widget * | xge_errmsg_edr |
int | xge_errmsg_win |
char * | xge_errmsg_msgtext |
char ** | xge_info_msgtext |
xgecolour_int | xge_msgbkcolour |
XID | xgeglxpixmap |
int(* | xge_callback )(xge_widget *, int, int, short, short) |
short | xge_cursnum |
xge_widget * | _xge_background_widget |
xge_widget * | _xge_special_widget |
Define Documentation
#define xge_BORDER_WIDTH 2 |
Function Documentation
void _xge_FindAspect |
( |
void |
|
) |
|
void _xge_MakePalette |
( |
void |
|
) |
|
void _xge_QuatRotBallDrawCircles |
( |
short |
xc, |
|
|
short |
yc, |
|
|
short |
r, |
|
|
trans3f * |
tr | |
|
) |
| | |
void xge_FreeEdRectangles |
( |
void |
|
) |
|
boolean xge_InitRectAllocation |
( |
void |
|
) |
|
void xge_RemoveErrorMessage |
( |
void |
|
) |
|
void xge_SetupEdRect |
( |
char |
window_num, |
|
|
xge_widget * |
edr, |
|
|
int |
en, |
|
|
int |
id, |
|
|
short |
w, |
|
|
short |
h, |
|
|
short |
x, |
|
|
short |
y, |
|
|
boolean(*)(xge_widget *, int, int, short, short) |
msgproc, |
|
|
void(*)(xge_widget *, boolean) |
redraw | |
|
) |
| | |
Variable Documentation