Crossfire Client, Trunk
info.h File Reference
#include "shared/newclient.h"
+ Include dependency graph for info.h:
+ This graph shows which files directly or indirectly include this file:

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_ARCANE   1
 
#define FONT_FIXED   3
 
#define FONT_HAND   4
 
#define FONT_NORMAL   0
 
#define FONT_STRANGE   2
 
typedef struct Info_Pane Info_Pane
 
#define NUM_FONTS   5
 

Detailed Description

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.

Macro Definition Documentation

◆ FONT_ARCANE

#define FONT_ARCANE   1

Definition at line 48 of file info.h.

◆ FONT_FIXED

#define FONT_FIXED   3

Definition at line 50 of file info.h.

◆ FONT_HAND

#define FONT_HAND   4

Definition at line 51 of file info.h.

◆ FONT_NORMAL

#define FONT_NORMAL   0

Definition at line 47 of file info.h.

◆ FONT_STRANGE

#define FONT_STRANGE   2

Definition at line 49 of file info.h.

◆ NUM_FONTS

#define NUM_FONTS   5

Definition at line 52 of file info.h.

Typedef Documentation

◆ Info_Pane

typedef struct Info_Pane Info_Pane