wxWidgets/include/wx/tabctrl.h
1998-07-10 14:15:17 +00:00

13 lines
223 B
C

#ifndef __TABCTRLH_BASE__
#define __TABCTRLH_BASE__
#if defined(__WXMSW__)
#include "wx/msw/tabctrl.h"
#elif defined(__WXMOTIF__)
#include "wx/xt/tabctrl.h"
#elif defined(__WXGTK__)
#endif
#endif
// __TABCTRLH_BASE__