]> git.saurik.com Git - wxWidgets.git/blame - include/wx/tooltip.h
reSWIGged
[wxWidgets.git] / include / wx / tooltip.h
CommitLineData
90b1b133
RR
1#ifndef _WX_TOOLTIP_H_BASE_
2#define _WX_TOOLTIP_H_BASE_
3
279b1aea
MB
4#include "wx/setup.h"
5
6#if wxUSE_TOOLTIPS
7
90b1b133
RR
8#if defined(__WXMSW__)
9#include "wx/msw/tooltip.h"
10#elif defined(__WXMOTIF__)
98ffbab9 11// #include "wx/motif/tooltip.h"
90b1b133
RR
12#elif defined(__WXGTK__)
13#include "wx/gtk/tooltip.h"
90b1b133
RR
14#elif defined(__WXMAC__)
15#include "wx/mac/tooltip.h"
1777b9bb
DW
16#elif defined(__WXPM__)
17#include "wx/os2/tooltip.h"
90b1b133
RR
18#endif
19
279b1aea
MB
20#endif
21 // wxUSE_TOOLTIPS
22
90b1b133
RR
23#endif
24 // _WX_TOOLTIP_H_BASE_