Must honour wxUSE_TOOLTIPS in tooltip.h
[wxWidgets.git] / include / wx / tooltip.h
1 #ifndef _WX_TOOLTIP_H_BASE_
2 #define _WX_TOOLTIP_H_BASE_
3
4 #include "wx/setup.h"
5
6 #if wxUSE_TOOLTIPS
7
8 #if defined(__WXMSW__)
9 #include "wx/msw/tooltip.h"
10 #elif defined(__WXMOTIF__)
11 // #include "wx/motif/tooltip.h"
12 #elif defined(__WXGTK__)
13 #include "wx/gtk/tooltip.h"
14 #elif defined(__WXMAC__)
15 #include "wx/mac/tooltip.h"
16 #elif defined(__WXPM__)
17 #include "wx/os2/tooltip.h"
18 #elif defined(__WXSTUBS__)
19 // #include "wx/stubs/tooltip.h"
20 #endif
21
22 #endif
23 // wxUSE_TOOLTIPS
24
25 #endif
26 // _WX_TOOLTIP_H_BASE_