Nuke #pragma implementation/interface's
[wxWidgets.git] / include / wx / tabctrl.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/tabctrl.h
3 // Purpose: wxTabCtrl base header
4 // Author: Julian Smart
5 // Modified by:
6 // Created:
7 // Copyright: (c) Julian Smart
8 // RCS-ID: $Id$
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
11
12 #ifndef _WX_TABCTRL_H_BASE_
13 #define _WX_TABCTRL_H_BASE_
14
15 BEGIN_DECLARE_EVENT_TYPES()
16 DECLARE_EVENT_TYPE(wxEVT_COMMAND_TAB_SEL_CHANGED, 800)
17 DECLARE_EVENT_TYPE(wxEVT_COMMAND_TAB_SEL_CHANGING, 801)
18 END_DECLARE_EVENT_TYPES()
19
20 #if defined(__WXMSW__)
21 #include "wx/msw/tabctrl.h"
22 #elif defined(__WXMOTIF__)
23 #include "wx/motif/tabctrl.h"
24 #elif defined(__WXGTK__)
25 #elif defined(__WXMAC__)
26 #include "wx/mac/tabctrl.h"
27 #elif defined(__WXPM__)
28 #include "wx/os2/tabctrl.h"
29 #endif
30
31 #endif
32 // _WX_TABCTRL_H_BASE_