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 OPTWIN_MAX_KEYS   100
#define MAX_MS_DESC_LINE   298
#define MAX_MS_DESC_Y   36

Enumerations

enum  {
  VAL_BOOL, VAL_TEXT, VAL_CHAR, VAL_INT,
  VAL_U32
}

Variables

_option opt []
enum { ... }  value_type
int dialog_yoff
const char * opt_tab []
int dialog_new_char_warn

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 43 of file dialog.h.

#define MAX_MS_DESC_Y   36

Maximum Y position the server description can go to.

Definition at line 46 of file dialog.h.

#define OPTWIN_MAX_KEYS   100

Option window max keys

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.


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 79 of file dialog.h.


Variable Documentation

Dialog Y offset.

Definition at line 68 of file dialog.c.

The actual options.

Definition at line 84 of file dialog.c.

const char* opt_tab[]

Option tabs.

Definition at line 71 of file dialog.c.

enum { ... } value_type

Value types for _option::value_type.


Generated by  doxygen 1.6.2