wxWidgets/include/wx/tabctrl.h
Robert Roebling 53b2867549 GTK
- wxNotebook added
    - wxTabCtrl removed
    - added USE_WXCONFIG option
    - minor compile fixes


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1998-06-02 19:04:33 +00:00

13 lines
221 B
C

#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__