|
Odamex
Setting the Standard in Multiplayer Doom
|
Data Structures | |
| struct | txt_cliparea_s |
Typedefs | |
| typedef struct txt_cliparea_s | txt_cliparea_t |
Functions | |
| void | TXT_DrawDesktopBackground (const char *title) |
| void | TXT_DrawShadow (int x, int y, int w, int h) |
| void | TXT_DrawWindowFrame (const char *title, int x, int y, int w, int h) |
| void | TXT_DrawSeparator (int x, int y, int w) |
| void | TXT_DrawString (const char *s) |
| void | TXT_DrawHorizScrollbar (int x, int y, int w, int cursor, int range) |
| void | TXT_DrawVertScrollbar (int x, int y, int h, int cursor, int range) |
| void | TXT_InitClipArea (void) |
| void | TXT_PushClipArea (int x1, int x2, int y1, int y2) |
| void | TXT_PopClipArea (void) |
| typedef struct txt_cliparea_s txt_cliparea_t |
| void TXT_DrawDesktopBackground | ( | const char * | title | ) |
| void TXT_DrawHorizScrollbar | ( | int | x, |
| int | y, | ||
| int | w, | ||
| int | cursor, | ||
| int | range | ||
| ) |
| void TXT_DrawSeparator | ( | int | x, |
| int | y, | ||
| int | w | ||
| ) |
| void TXT_DrawShadow | ( | int | x, |
| int | y, | ||
| int | w, | ||
| int | h | ||
| ) |
| void TXT_DrawString | ( | const char * | s | ) |
| void TXT_DrawVertScrollbar | ( | int | x, |
| int | y, | ||
| int | h, | ||
| int | cursor, | ||
| int | range | ||
| ) |
| void TXT_DrawWindowFrame | ( | const char * | title, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h | ||
| ) |
| void TXT_InitClipArea | ( | void | ) |
| void TXT_PopClipArea | ( | void | ) |
| void TXT_PushClipArea | ( | int | x1, |
| int | x2, | ||
| int | y1, | ||
| int | y2 | ||
| ) |