|
Atrinik Client 1.0
|
Go to the source code of this file.
Data Structures | |
| struct | _option |
Defines | |
| #define | OPTWIN_MAX_TAB 20 |
| #define | OPTWIN_MAX_OPT 26 |
| #define | MAX_MS_DESC_LINE 298 |
| #define | TXT_START_NAME 136 |
| #define | TXT_Y_START 82 |
Typedefs | |
| typedef struct _option | _option |
Enumerations | |
| enum | { VAL_BOOL, VAL_TEXT, VAL_CHAR, VAL_INT, VAL_U32 } |
Variables | |
| _option | opt [] |
| enum { ... } | value_type |
| int | active_button |
| const char * | opt_tab [] |
Dialog header file.
Definition in file dialog.h.
| #define MAX_MS_DESC_LINE 298 |
| anonymous enum |
Value types for _option::value_type.
| VAL_BOOL |
True/false. |
| VAL_TEXT |
Text.
|
| VAL_CHAR |
Uint8. |
| VAL_INT |
Integer. |
| VAL_U32 |
Uint32. |
The actual options.
Definition at line 58 of file settings.c.
| const char* opt_tab[] |
Option tabs.
Definition at line 36 of file settings.c.
1.7.4