source: trunk/WINDOW/aw_def.hxx

Last change on this file was 19613, checked in by westram, 10 days ago
  • reintegrates 'lib' into 'trunk'
    • replace dynamic library AWT by several static libraries: APP, ARB_SPEC, MASKS, CANVAS, MAPKEY, GUI_TK
    • now also check wrong library dependencies for untested units (only4me)
  • adds: log:branches/lib@19578:19612
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
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
Note: See TracBrowser for help on using the repository browser.