added XML resources library
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 25 Jul 2000 18:47:21 +0000 (18:47 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 25 Jul 2000 18:47:21 +0000 (18:47 +0000)
commit56d2f75071fc2a29ec10abe97c5a908bb35f30f4
tree93c376752e356d2e3d3057033fea4188d1b21b8a
parentca7408bd9ab49ba525517eb03c6b861c850c3199
added XML resources library

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
106 files changed:
contrib/Makefile.in
contrib/configure
contrib/configure.in
contrib/include/wx/xml/xh_all.h [new file with mode: 0644]
contrib/include/wx/xml/xh_bttn.h [new file with mode: 0644]
contrib/include/wx/xml/xh_chckb.h [new file with mode: 0644]
contrib/include/wx/xml/xh_chckl.h [new file with mode: 0644]
contrib/include/wx/xml/xh_choic.h [new file with mode: 0644]
contrib/include/wx/xml/xh_combo.h [new file with mode: 0644]
contrib/include/wx/xml/xh_dlg.h [new file with mode: 0644]
contrib/include/wx/xml/xh_gauge.h [new file with mode: 0644]
contrib/include/wx/xml/xh_html.h [new file with mode: 0644]
contrib/include/wx/xml/xh_menu.h [new file with mode: 0644]
contrib/include/wx/xml/xh_notbk.h [new file with mode: 0644]
contrib/include/wx/xml/xh_panel.h [new file with mode: 0644]
contrib/include/wx/xml/xh_radbt.h [new file with mode: 0644]
contrib/include/wx/xml/xh_radbx.h [new file with mode: 0644]
contrib/include/wx/xml/xh_sizer.h [new file with mode: 0644]
contrib/include/wx/xml/xh_slidr.h [new file with mode: 0644]
contrib/include/wx/xml/xh_spin.h [new file with mode: 0644]
contrib/include/wx/xml/xh_stbmp.h [new file with mode: 0644]
contrib/include/wx/xml/xh_sttxt.h [new file with mode: 0644]
contrib/include/wx/xml/xh_text.h [new file with mode: 0644]
contrib/include/wx/xml/xml.h [new file with mode: 0644]
contrib/include/wx/xml/xmlio.h [new file with mode: 0644]
contrib/include/wx/xml/xmlres.h [new file with mode: 0644]
contrib/src/Makefile.in
contrib/src/xml/Makefile.in [new file with mode: 0644]
contrib/src/xml/xh_bttn.cpp [new file with mode: 0644]
contrib/src/xml/xh_chckb.cpp [new file with mode: 0644]
contrib/src/xml/xh_chckl.cpp [new file with mode: 0644]
contrib/src/xml/xh_choic.cpp [new file with mode: 0644]
contrib/src/xml/xh_combo.cpp [new file with mode: 0644]
contrib/src/xml/xh_dlg.cpp [new file with mode: 0644]
contrib/src/xml/xh_gauge.cpp [new file with mode: 0644]
contrib/src/xml/xh_html.cpp [new file with mode: 0644]
contrib/src/xml/xh_menu.cpp [new file with mode: 0644]
contrib/src/xml/xh_notbk.cpp [new file with mode: 0644]
contrib/src/xml/xh_panel.cpp [new file with mode: 0644]
contrib/src/xml/xh_radbt.cpp [new file with mode: 0644]
contrib/src/xml/xh_radbx.cpp [new file with mode: 0644]
contrib/src/xml/xh_sizer.cpp [new file with mode: 0644]
contrib/src/xml/xh_slidr.cpp [new file with mode: 0644]
contrib/src/xml/xh_spin.cpp [new file with mode: 0644]
contrib/src/xml/xh_stbmp.cpp [new file with mode: 0644]
contrib/src/xml/xh_sttxt.cpp [new file with mode: 0644]
contrib/src/xml/xh_text.cpp [new file with mode: 0644]
contrib/src/xml/xml.cpp [new file with mode: 0644]
contrib/src/xml/xmlbin.cpp [new file with mode: 0644]
contrib/src/xml/xmlbinz.cpp [new file with mode: 0644]
contrib/src/xml/xmlpars.cpp [new file with mode: 0644]
contrib/src/xml/xmlres.cpp [new file with mode: 0644]
contrib/src/xml/xmlrsall.cpp [new file with mode: 0644]
contrib/utils/Makefile.in [new file with mode: 0644]
contrib/utils/wxrc/Makefile.in [new file with mode: 0644]
contrib/utils/wxrc/wxrc.cpp [new file with mode: 0644]
contrib/utils/wxrcedit/Makefile.in [new file with mode: 0644]
contrib/utils/wxrcedit/bitmaps/close.xpm [new file with mode: 0644]
contrib/utils/wxrcedit/bitmaps/control.xpm [new file with mode: 0644]
contrib/utils/wxrcedit/bitmaps/hsizer.xpm [new file with mode: 0644]
contrib/utils/wxrcedit/bitmaps/open.xpm [new file with mode: 0644]
contrib/utils/wxrcedit/bitmaps/panel.xpm [new file with mode: 0644]
contrib/utils/wxrcedit/bitmaps/preview.xpm [new file with mode: 0644]
contrib/utils/wxrcedit/bitmaps/save.xpm [new file with mode: 0644]
contrib/utils/wxrcedit/bitmaps/unused.xpm [new file with mode: 0644]
contrib/utils/wxrcedit/bitmaps/used.xpm [new file with mode: 0644]
contrib/utils/wxrcedit/bitmaps/vsizer.xpm [new file with mode: 0644]
contrib/utils/wxrcedit/df/boxsizer.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/break.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/button.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/checkbox.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/control.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/dialog.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/gauge.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/htmlwindow.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/menu.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/menu_item.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/menubar.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/menuitem.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/panel.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/panel_item.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/panelbase.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/radiobutton.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/separator.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/sizer_item.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/sizeritem.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/slider.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/spacer.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/staticbitmap.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/staticboxsizer.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/statictext.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/textctrl.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/toolbar_item.df [new file with mode: 0644]
contrib/utils/wxrcedit/df/window.df [new file with mode: 0644]
contrib/utils/wxrcedit/edapp.cpp [new file with mode: 0644]
contrib/utils/wxrcedit/editor.cpp [new file with mode: 0644]
contrib/utils/wxrcedit/editor.h [new file with mode: 0644]
contrib/utils/wxrcedit/nodehnd.cpp [new file with mode: 0644]
contrib/utils/wxrcedit/nodehnd.h [new file with mode: 0644]
contrib/utils/wxrcedit/prophnd.cpp [new file with mode: 0644]
contrib/utils/wxrcedit/prophnd.h [new file with mode: 0644]
contrib/utils/wxrcedit/treedt.h [new file with mode: 0644]
contrib/utils/wxrcedit/xmlhelpr.cpp [new file with mode: 0644]
contrib/utils/wxrcedit/xmlhelpr.h [new file with mode: 0644]
utils/wxrc/Makefile.in [new file with mode: 0644]
utils/wxrc/wxrc.cpp [new file with mode: 0644]