Atrinik Client 1.0
Data Structures | Defines | Typedefs | Enumerations | Variables
include/dialog.h File Reference

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 []

Detailed Description

Dialog header file.

Definition in file dialog.h.


Define Documentation

#define MAX_MS_DESC_LINE   298

Maximum length in pixels for a single server description line.

Definition at line 40 of file dialog.h.

#define OPTWIN_MAX_OPT   26

Option windows max options

Definition at line 37 of file dialog.h.

#define OPTWIN_MAX_TAB   20

Option window max tabs

Definition at line 34 of file dialog.h.


Typedef Documentation

typedef struct _option _option

Option structure.


Enumeration Type Documentation

anonymous enum

Value types for _option::value_type.

Enumerator:
VAL_BOOL 

True/false.

VAL_TEXT 

Text.

Todo:
Implement.
VAL_CHAR 

Uint8.

VAL_INT 

Integer.

VAL_U32 

Uint32.

Definition at line 73 of file dialog.h.


Variable Documentation

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.