]> git.saurik.com Git - wxWidgets.git/blame - include/wx/tab.h
Added wxDataViewBitmapCell
[wxWidgets.git] / include / wx / tab.h
CommitLineData
99d80019
JS
1/////////////////////////////////////////////////////////////////////////////
2// Name: wx/tab.h
3// Purpose: Generic tab class 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_TAB_H_BASE_
13#define _WX_TAB_H_BASE_
c801d85f 14
db6d3918
VZ
15#include "wx/defs.h"
16
17#if wxUSE_TAB_DIALOG
c801d85f 18#include "wx/generic/tabg.h"
db6d3918 19#endif
c801d85f
KB
20
21#endif
34138703 22 // _WX_TAB_H_BASE_