]> git.saurik.com Git - wxWidgets.git/blame - contrib/include/wx/xml/xh_all.h
First shot at wxBitmap based wxCanvas.
[wxWidgets.git] / contrib / include / wx / xml / xh_all.h
CommitLineData
56d2f750
VS
1/////////////////////////////////////////////////////////////////////////////
2// Name: xh_all.h
3// Purpose: includes all xh_*.h files
4// Author: Vaclav Slavik
5// Created: 2000/03/05
6// RCS-ID: $Id$
7// Copyright: (c) 2000 Vaclav Slavik
8// Licence: wxWindows licence
9/////////////////////////////////////////////////////////////////////////////
10
11#ifndef _WX_XH_ALL_H_
12#define _WX_XH_ALL_H_
13
14
15// Existing handlers:
16
17#include "wx/xml/xh_menu.h"
18#include "wx/xml/xh_panel.h"
19#include "wx/xml/xh_dlg.h"
20#include "wx/xml/xh_bttn.h"
21#include "wx/xml/xh_chckb.h"
22#include "wx/xml/xh_gauge.h"
23#include "wx/xml/xh_html.h"
24#include "wx/xml/xh_spin.h"
25#include "wx/xml/xh_sttxt.h"
26#include "wx/xml/xh_slidr.h"
27#include "wx/xml/xh_radbt.h"
28#include "wx/xml/xh_radbx.h"
29#include "wx/xml/xh_combo.h"
30#include "wx/xml/xh_chckl.h"
31#include "wx/xml/xh_choic.h"
32#include "wx/xml/xh_sizer.h"
33#include "wx/xml/xh_stbmp.h"
34#include "wx/xml/xh_notbk.h"
35#include "wx/xml/xh_text.h"
4b0ca8b9 36#include "wx/xml/xh_listb.h"
8576d6a4 37#include "wx/xml/xh_toolb.h"
56d2f750
VS
38
39#endif // _WX_XMLRES_H_