X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2049ba38adafa0ec146880de29f26e32dd69a125..fa9666fbe69e76f57042b46ba2c8ad5b18a527b6:/include/wx/tabctrl.h diff --git a/include/wx/tabctrl.h b/include/wx/tabctrl.h index 13306d2212..e227529f22 100644 --- a/include/wx/tabctrl.h +++ b/include/wx/tabctrl.h @@ -1,12 +1,21 @@ -#ifndef __TABCTRLH_BASE__ -#define __TABCTRLH_BASE__ +#ifndef _WX_TABCTRL_H_BASE_ +#define _WX_TABCTRL_H_BASE_ + +BEGIN_DECLARE_EVENT_TYPES() + DECLARE_EVENT_TYPE(wxEVT_COMMAND_TAB_SEL_CHANGED, 800) + DECLARE_EVENT_TYPE(wxEVT_COMMAND_TAB_SEL_CHANGING, 801) +END_DECLARE_EVENT_TYPES() #if defined(__WXMSW__) #include "wx/msw/tabctrl.h" #elif defined(__WXMOTIF__) -#include "wx/xt/tabctrl.h" +#include "wx/motif/tabctrl.h" #elif defined(__WXGTK__) +#elif defined(__WXMAC__) +#include "wx/mac/tabctrl.h" +#elif defined(__WXPM__) +#include "wx/os2/tabctrl.h" #endif #endif - // __TABCTRLH_BASE__ + // _WX_TABCTRL_H_BASE_