]> git.saurik.com Git - wxWidgets.git/blame - include/wx/tooltip.h
Added comment explaining that it's not necessary to use LEX and YACC on
[wxWidgets.git] / include / wx / tooltip.h
CommitLineData
90b1b133
RR
1#ifndef _WX_TOOLTIP_H_BASE_
2#define _WX_TOOLTIP_H_BASE_
3
4#if defined(__WXMSW__)
5#include "wx/msw/tooltip.h"
6#elif defined(__WXMOTIF__)
98ffbab9 7// #include "wx/motif/tooltip.h"
90b1b133
RR
8#elif defined(__WXGTK__)
9#include "wx/gtk/tooltip.h"
90b1b133
RR
10#elif defined(__WXMAC__)
11#include "wx/mac/tooltip.h"
1777b9bb
DW
12#elif defined(__WXPM__)
13#include "wx/os2/tooltip.h"
90b1b133 14#elif defined(__WXSTUBS__)
98ffbab9 15// #include "wx/stubs/tooltip.h"
90b1b133
RR
16#endif
17
18#endif
19 // _WX_TOOLTIP_H_BASE_