source: branches/stable/WINDOW/aw_global.hxx

Last change on this file was 6867, checked in by westram, 14 years ago
  • ARB GUI (merges [6844] [6845] [6847] [6858] [6861] from refactor)
    • new central header cb.h (planned to define ALL callbacks used in ARB here later)
    • refactored callback handling for some AW_root callbacks
      • AW_root_callback hides function ptr + arguments
      • AW_root_cblist hides lists of AW_root_callback
    • DRYed AW_RCB
    • reduced tight coupling between some of WINDOW/*.hxx (omg)
    • removed AWUSE
  • 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_global.hxx                                          //
4//    Purpose   : global functions from WINDOWS lib                      //
5//                                                                       //
6//                                                                       //
7//  Coded by Ralf Westram (coder@reallysoft.de) in June 2004             //
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_GLOBAL_HXX
15#define AW_GLOBAL_HXX
16
17#ifndef AW_BASE_HXX
18#include "aw_base.hxx"
19#endif
20
21void aw_detect_text_size(const char *text, size_t& width, size_t& height);
22
23
24#else
25#error aw_global.hxx included twice
26#endif // AW_GLOBAL_HXX
27
Note: See TracBrowser for help on using the repository browser.