ARB
aw_def.hxx
Go to the documentation of this file.
1 // ==================================================================== //
2 // //
3 // File : aw_def.hxx //
4 // Purpose : WINDOW library global defines //
5 // //
6 // //
7 // Coded by Ralf Westram (coder@reallysoft.de) in January 2005 //
8 // Copyright Department of Microbiology (Technical University Munich) //
9 // //
10 // Visit our web site at: http://www.arb-home.de/ //
11 // //
12 // ==================================================================== //
13 
14 #ifndef AW_DEF_HXX
15 #define AW_DEF_HXX
16 
17 #define NORMAL_FONT "fixed"
18 #define BOLD_FONT "8x13bold"
19 #define BUTTON_FONT "6x13"
20 
21 #define MIN_FONTSIZE 2
22 #define DEF_FONTSIZE 12
23 #define MAX_FONTSIZE 100
24 
25 #else
26 #error aw_def.hxx included twice
27 #endif // AW_DEF_HXX
28