// ==================================================================== //
//                                                                      //
//   File      : aw_def.hxx                                             //
//   Purpose   : WINDOW library global defines                          //
//                                                                      //
//                                                                      //
// Coded by Ralf Westram (coder@reallysoft.de) in January 2005          //
// Copyright Department of Microbiology (Technical University Munich)   //
//                                                                      //
// Visit our web site at: http://www.arb-home.de/                       //
//                                                                      //
// ==================================================================== //

#ifndef AW_DEF_HXX
#define AW_DEF_HXX

#define NORMAL_FONT "fixed"
#define BOLD_FONT   "8x13bold"
#define BUTTON_FONT "6x13"

#define MIN_FONTSIZE 2
#define DEF_FONTSIZE 12
#define MAX_FONTSIZE 100

#else
#error aw_def.hxx included twice
#endif // AW_DEF_HXX

