|
Crossfire Client, Trunk
R18666
|
#include "shared/newclient.h"

Go to the source code of this file.
Data Structures | |
| struct | Info_Pane |
GTK V2 Font Style Definitions. | |
Font style support definitions for the info window. Font style defines are indices into the font_style_names[] array. The actual fonts that they are bound to are set up in the style file. | |
| #define | FONT_NORMAL 0 |
| #define | FONT_ARCANE 1 |
| #define | FONT_STRANGE 2 |
| #define | FONT_FIXED 3 |
| #define | FONT_HAND 4 |
| #define | NUM_FONTS 5 |
| typedef struct Info_Pane | Info_Pane |
This file is really here to declare the Info_Pane structure. the account based login code also uses info panes, so it needs to be declared in a place where both files can access it.
Definition in file info.h.
| #define FONT_ARCANE 1 |
| #define FONT_FIXED 3 |
| #define FONT_NORMAL 0 |
| #define FONT_STRANGE 2 |
1.7.6.1