2005-05-04 18:57:50 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: wx/tab.h
|
|
|
|
// Purpose: Generic tab class base header
|
|
|
|
// Author: Julian Smart
|
|
|
|
// Modified by:
|
|
|
|
// Created:
|
|
|
|
// Copyright: (c) Julian Smart
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Licence: wxWindows licence
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
1998-08-15 00:23:28 +00:00
|
|
|
#ifndef _WX_TAB_H_BASE_
|
|
|
|
#define _WX_TAB_H_BASE_
|
1998-05-20 14:01:55 +00:00
|
|
|
|
2006-02-09 00:28:34 +00:00
|
|
|
#include "wx/defs.h"
|
|
|
|
|
|
|
|
#if wxUSE_TAB_DIALOG
|
1998-05-20 14:01:55 +00:00
|
|
|
#include "wx/generic/tabg.h"
|
2006-02-09 00:28:34 +00:00
|
|
|
#endif
|
1998-05-20 14:01:55 +00:00
|
|
|
|
|
|
|
#endif
|
1998-08-15 00:23:28 +00:00
|
|
|
// _WX_TAB_H_BASE_
|