wxWidgets/include/wx/tabctrl.h

13 lines
221 B
C
Raw Normal View History

#ifndef __TABCTRLH_BASE__
#define __TABCTRLH_BASE__
#if defined(__WINDOWS__)
#include "wx/msw/tabctrl.h"
#elif defined(__MOTIF__)
#include "wx/xt/tabctrl.h"
#elif defined(__GTK__)
#endif
#endif
// __TABCTRLH_BASE__