]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/tooltip.h
remove stuff
[wxWidgets.git] / include / wx / tooltip.h
... / ...
CommitLineData
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#endif
19
20#endif
21 // wxUSE_TOOLTIPS
22
23#endif
24 // _WX_TOOLTIP_H_BASE_