]> git.saurik.com Git - wxWidgets.git/blob - include/wx/tabctrl.h
GTK
[wxWidgets.git] / include / wx / tabctrl.h
1 #ifndef __TABCTRLH_BASE__
2 #define __TABCTRLH_BASE__
3
4 #if defined(__WINDOWS__)
5 #include "wx/msw/tabctrl.h"
6 #elif defined(__MOTIF__)
7 #include "wx/xt/tabctrl.h"
8 #elif defined(__GTK__)
9 #endif
10
11 #endif
12 // __TABCTRLH_BASE__