wxWidgets/include/wx/xrc
Vadim Zeitlin 19f87dbe25 Try to avoid accidental use of wxXmlNode in XRC handlers.
Now that the handlers can be defined outside of the XRC library, we can't use
wxXmlNode in them because this would create an (unsatisfied) link dependency
on the xml library.

To avoid this happening accidentally, don't include wx/xml/xml.h from the XRC
header, unless building the xrc library itself.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-10-24 18:34:19 +00:00
..
xh_all.h Added XRC handler for wxTimePickerCtrl. 2011-09-29 13:43:23 +00:00
xh_animatctrl.h
xh_auinotbk.h Add support for wxAuiNotebook to XRC. 2012-10-23 13:51:58 +00:00
xh_bannerwindow.h Add XRC handler for wxBannerWindow and a test for it to the xrc sample. 2011-08-22 12:18:56 +00:00
xh_bmp.h
xh_bmpbt.h
xh_bmpcbox.h
xh_bttn.h
xh_cald.h
xh_chckb.h
xh_chckl.h
xh_choic.h
xh_choicbk.h
xh_clrpicker.h
xh_cmdlinkbn.h
xh_collpane.h
xh_combo.h
xh_comboctrl.h
xh_datectrl.h
xh_dirpicker.h
xh_dlg.h
xh_editlbox.h
xh_filectrl.h
xh_filepicker.h
xh_fontpicker.h
xh_frame.h
xh_gauge.h
xh_gdctl.h
xh_grid.h
xh_html.h
xh_htmllbox.h
xh_hyperlink.h
xh_listb.h
xh_listbk.h
xh_listc.h
xh_mdi.h
xh_menu.h
xh_notbk.h
xh_odcombo.h
xh_panel.h
xh_propdlg.h
xh_radbt.h
xh_radbx.h
xh_ribbon.h Add support for wxRibbonBar and related controls to XRC. 2012-10-23 13:52:27 +00:00
xh_richtext.h Refactor wxXRC to allow defining handlers outside of xrc library. 2012-10-23 13:51:32 +00:00
xh_scrol.h
xh_scwin.h
xh_sizer.h Allow specifying all wxFlexGridSizer parameters in XRC. 2012-10-19 22:03:25 +00:00
xh_slidr.h
xh_spin.h
xh_split.h
xh_srchctrl.h
xh_statbar.h
xh_stbmp.h
xh_stbox.h
xh_stlin.h
xh_sttxt.h
xh_text.h
xh_tglbtn.h Remove Palm OS port. 2012-01-15 01:05:28 +00:00
xh_timectrl.h Added XRC handler for wxTimePickerCtrl. 2011-09-29 13:43:23 +00:00
xh_toolb.h
xh_toolbk.h
xh_tree.h
xh_treebk.h
xh_unkwn.h No changes, just fix some typos in comments in wxXRC code. 2012-09-30 22:19:24 +00:00
xh_wizrd.h
xmlres.h Try to avoid accidental use of wxXmlNode in XRC handlers. 2012-10-24 18:34:19 +00:00
xmlreshandler.h Refactor wxXRC to allow defining handlers outside of xrc library. 2012-10-23 13:51:32 +00:00