added wxRTTI to XRC handlers (patch #752996 by David Falkinder)
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 12 Jun 2003 18:10:38 +0000 (18:10 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 12 Jun 2003 18:10:38 +0000 (18:10 +0000)
commit854e189f90dac9ba5e0239bca79aed64e8d6f46c
treeb3859cbd4df8b9fc7b747d8ceaa2279da474e41c
parent71ff7c911a1ef4c10859feb877fae26c232504a6
added wxRTTI to XRC handlers (patch #752996 by David Falkinder)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
144 files changed:
contrib/include/wx/xrc/xh_bmp.h
contrib/include/wx/xrc/xh_bmpbt.h
contrib/include/wx/xrc/xh_bttn.h
contrib/include/wx/xrc/xh_cald.h
contrib/include/wx/xrc/xh_chckb.h
contrib/include/wx/xrc/xh_chckl.h
contrib/include/wx/xrc/xh_choic.h
contrib/include/wx/xrc/xh_combo.h
contrib/include/wx/xrc/xh_dlg.h
contrib/include/wx/xrc/xh_frame.h
contrib/include/wx/xrc/xh_gauge.h
contrib/include/wx/xrc/xh_gdctl.h
contrib/include/wx/xrc/xh_html.h
contrib/include/wx/xrc/xh_listb.h
contrib/include/wx/xrc/xh_listc.h
contrib/include/wx/xrc/xh_menu.h
contrib/include/wx/xrc/xh_notbk.h
contrib/include/wx/xrc/xh_panel.h
contrib/include/wx/xrc/xh_radbt.h
contrib/include/wx/xrc/xh_radbx.h
contrib/include/wx/xrc/xh_scrol.h
contrib/include/wx/xrc/xh_scwin.h
contrib/include/wx/xrc/xh_sizer.h
contrib/include/wx/xrc/xh_slidr.h
contrib/include/wx/xrc/xh_spin.h
contrib/include/wx/xrc/xh_split.h
contrib/include/wx/xrc/xh_stbmp.h
contrib/include/wx/xrc/xh_stbox.h
contrib/include/wx/xrc/xh_stlin.h
contrib/include/wx/xrc/xh_sttxt.h
contrib/include/wx/xrc/xh_text.h
contrib/include/wx/xrc/xh_toolb.h
contrib/include/wx/xrc/xh_tree.h
contrib/include/wx/xrc/xh_unkwn.h
contrib/include/wx/xrc/xh_wizrd.h
contrib/include/wx/xrc/xmlres.h
contrib/src/xrc/xh_bmp.cpp
contrib/src/xrc/xh_bmpbt.cpp
contrib/src/xrc/xh_bttn.cpp
contrib/src/xrc/xh_cald.cpp
contrib/src/xrc/xh_chckb.cpp
contrib/src/xrc/xh_chckl.cpp
contrib/src/xrc/xh_choic.cpp
contrib/src/xrc/xh_combo.cpp
contrib/src/xrc/xh_dlg.cpp
contrib/src/xrc/xh_frame.cpp
contrib/src/xrc/xh_gauge.cpp
contrib/src/xrc/xh_gdctl.cpp
contrib/src/xrc/xh_html.cpp
contrib/src/xrc/xh_listb.cpp
contrib/src/xrc/xh_listc.cpp
contrib/src/xrc/xh_menu.cpp
contrib/src/xrc/xh_notbk.cpp
contrib/src/xrc/xh_panel.cpp
contrib/src/xrc/xh_radbt.cpp
contrib/src/xrc/xh_radbx.cpp
contrib/src/xrc/xh_scrol.cpp
contrib/src/xrc/xh_scwin.cpp
contrib/src/xrc/xh_sizer.cpp
contrib/src/xrc/xh_slidr.cpp
contrib/src/xrc/xh_spin.cpp
contrib/src/xrc/xh_split.cpp
contrib/src/xrc/xh_stbmp.cpp
contrib/src/xrc/xh_stbox.cpp
contrib/src/xrc/xh_stlin.cpp
contrib/src/xrc/xh_sttxt.cpp
contrib/src/xrc/xh_text.cpp
contrib/src/xrc/xh_toolb.cpp
contrib/src/xrc/xh_tree.cpp
contrib/src/xrc/xh_unkwn.cpp
contrib/src/xrc/xh_wizrd.cpp
contrib/src/xrc/xmlres.cpp
include/wx/xrc/xh_bmp.h
include/wx/xrc/xh_bmpbt.h
include/wx/xrc/xh_bttn.h
include/wx/xrc/xh_cald.h
include/wx/xrc/xh_chckb.h
include/wx/xrc/xh_chckl.h
include/wx/xrc/xh_choic.h
include/wx/xrc/xh_combo.h
include/wx/xrc/xh_dlg.h
include/wx/xrc/xh_frame.h
include/wx/xrc/xh_gauge.h
include/wx/xrc/xh_gdctl.h
include/wx/xrc/xh_html.h
include/wx/xrc/xh_listb.h
include/wx/xrc/xh_listc.h
include/wx/xrc/xh_menu.h
include/wx/xrc/xh_notbk.h
include/wx/xrc/xh_panel.h
include/wx/xrc/xh_radbt.h
include/wx/xrc/xh_radbx.h
include/wx/xrc/xh_scrol.h
include/wx/xrc/xh_scwin.h
include/wx/xrc/xh_sizer.h
include/wx/xrc/xh_slidr.h
include/wx/xrc/xh_spin.h
include/wx/xrc/xh_split.h
include/wx/xrc/xh_stbmp.h
include/wx/xrc/xh_stbox.h
include/wx/xrc/xh_stlin.h
include/wx/xrc/xh_sttxt.h
include/wx/xrc/xh_text.h
include/wx/xrc/xh_toolb.h
include/wx/xrc/xh_tree.h
include/wx/xrc/xh_unkwn.h
include/wx/xrc/xh_wizrd.h
include/wx/xrc/xmlres.h
src/xrc/xh_bmp.cpp
src/xrc/xh_bmpbt.cpp
src/xrc/xh_bttn.cpp
src/xrc/xh_cald.cpp
src/xrc/xh_chckb.cpp
src/xrc/xh_chckl.cpp
src/xrc/xh_choic.cpp
src/xrc/xh_combo.cpp
src/xrc/xh_dlg.cpp
src/xrc/xh_frame.cpp
src/xrc/xh_gauge.cpp
src/xrc/xh_gdctl.cpp
src/xrc/xh_html.cpp
src/xrc/xh_listb.cpp
src/xrc/xh_listc.cpp
src/xrc/xh_menu.cpp
src/xrc/xh_notbk.cpp
src/xrc/xh_panel.cpp
src/xrc/xh_radbt.cpp
src/xrc/xh_radbx.cpp
src/xrc/xh_scrol.cpp
src/xrc/xh_scwin.cpp
src/xrc/xh_sizer.cpp
src/xrc/xh_slidr.cpp
src/xrc/xh_spin.cpp
src/xrc/xh_split.cpp
src/xrc/xh_stbmp.cpp
src/xrc/xh_stbox.cpp
src/xrc/xh_stlin.cpp
src/xrc/xh_sttxt.cpp
src/xrc/xh_text.cpp
src/xrc/xh_toolb.cpp
src/xrc/xh_tree.cpp
src/xrc/xh_unkwn.cpp
src/xrc/xh_wizrd.cpp
src/xrc/xmlres.cpp