ARB
Main Page
Namespaces
Classes
Files
File List
File Members
WINDOW
aw_global.hxx
Go to the documentation of this file.
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
21
void
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
aw_base.hxx
aw_detect_text_size
void aw_detect_text_size(const char *text, size_t &width, size_t &height)
Definition:
AW_button.cxx:405
Generated by
1.8.8