]> git.saurik.com Git - wxWidgets.git/blame - include/wx/tabctrl.h
Various documentation changes, makefile fixes
[wxWidgets.git] / include / wx / tabctrl.h
CommitLineData
c801d85f
KB
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__)
c801d85f
KB
9#endif
10
11#endif
12 // __TABCTRLH_BASE__