]> git.saurik.com Git - wxWidgets.git/blame - include/wx/tabctrl.h
event/leave events
[wxWidgets.git] / include / wx / tabctrl.h
CommitLineData
c801d85f
KB
1#ifndef __TABCTRLH_BASE__
2#define __TABCTRLH_BASE__
3
2049ba38 4#if defined(__WXMSW__)
c801d85f 5#include "wx/msw/tabctrl.h"
2049ba38 6#elif defined(__WXMOTIF__)
c801d85f 7#include "wx/xt/tabctrl.h"
2049ba38 8#elif defined(__WXGTK__)
c801d85f
KB
9#endif
10
11#endif
12 // __TABCTRLH_BASE__