ARB
Main Page
Namespaces
Classes
Files
File List
File Members
WINDOW
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
// ----------------------------------------------------
15
// This file is located in WINDOW/aw_def.hxx
16
// (AWT/aw_def.hxx is just a link)
17
// ----------------------------------------------------
18
19
#ifndef AW_DEF_HXX
20
#define AW_DEF_HXX
21
22
#define NORMAL_FONT "fixed"
23
#define BOLD_FONT "8x13bold"
24
#define BUTTON_FONT "6x13"
25
26
#define MIN_FONTSIZE 2
27
#define DEF_FONTSIZE 12
28
#define MAX_FONTSIZE 100
29
30
#else
31
#error aw_def.hxx included twice
32
#endif // AW_DEF_HXX
33
Generated by
1.8.8