Added generic LoadObject methods that can load any classtype from a
authorRobin Dunn <robin@alldunn.com>
Sat, 24 Aug 2002 02:26:13 +0000 (02:26 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 24 Aug 2002 02:26:13 +0000 (02:26 +0000)
commit92e898b0b47f5b881453bf75778c5f8f08b38c89
treeecebdcea0fa79f65242c87cc5f492ad8cddcdfeb
parentcdb105516c7934613e22c4ae2b0936ea77ad17ca
Added generic LoadObject methods that can load any classtype from a
resources and return it as a wxObject (Assuming there is a handler for
it.)

Enabled wxFrames and wxDialogs to be loaded using a new instance
rather than only with existing instances.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
contrib/include/wx/xrc/xmlres.h
contrib/src/xrc/xh_dlg.cpp
contrib/src/xrc/xh_frame.cpp
contrib/src/xrc/xmlres.cpp
include/wx/xrc/xmlres.h
src/xrc/xh_dlg.cpp
src/xrc/xh_frame.cpp
src/xrc/xmlres.cpp