]> git.saurik.com Git - wxWidgets.git/blob - include/wx/checkbox.h
make wxS_DEFAULT consistend with standard Unix behaviour
[wxWidgets.git] / include / wx / checkbox.h
1 #ifndef __CHECKBOXH_BASE__
2 #define __CHECKBOXH_BASE__
3
4 #if defined(__WXMSW__)
5 #include "wx/msw/checkbox.h"
6 #elif defined(__WXMOTIF__)
7 #include "wx/xt/checkbox.h"
8 #elif defined(__WXGTK__)
9 #include "wx/gtk/checkbox.h"
10 #endif
11
12 #endif
13 // __CHECKBOXH_BASE__