]> git.saurik.com Git - wxWidgets.git/blame - include/wx/tabctrl.h
regenerated after bakefile change to always create shared-ld-sh under Darwin
[wxWidgets.git] / include / wx / tabctrl.h
CommitLineData
99d80019
JS
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
34138703
JS
12#ifndef _WX_TABCTRL_H_BASE_
13#define _WX_TABCTRL_H_BASE_
c801d85f 14
2e4df4bf
VZ
15BEGIN_DECLARE_EVENT_TYPES()
16 DECLARE_EVENT_TYPE(wxEVT_COMMAND_TAB_SEL_CHANGED, 800)
17 DECLARE_EVENT_TYPE(wxEVT_COMMAND_TAB_SEL_CHANGING, 801)
18END_DECLARE_EVENT_TYPES()
19
2049ba38 20#if defined(__WXMSW__)
c801d85f 21#include "wx/msw/tabctrl.h"
2049ba38 22#elif defined(__WXMOTIF__)
34138703 23#include "wx/motif/tabctrl.h"
2049ba38 24#elif defined(__WXGTK__)
34138703
JS
25#elif defined(__WXMAC__)
26#include "wx/mac/tabctrl.h"
1777b9bb
DW
27#elif defined(__WXPM__)
28#include "wx/os2/tabctrl.h"
c801d85f
KB
29#endif
30
31#endif
34138703 32 // _WX_TABCTRL_H_BASE_