]> git.saurik.com Git - wxWidgets.git/commit - interface/wx/xrc/xmlres.h
Add wxXmlResource::LoadObjectRecursively().
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Sep 2009 23:22:00 +0000 (23:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Sep 2009 23:22:00 +0000 (23:22 +0000)
commitaf0ac990fc6a8fabdb1255152dc027a91972d8a3
tree52fe3021affb98f6ce35df006c9896da4f6d74ae
parentc9a199c6a6372374c49071197870324b6fbf5094
Add wxXmlResource::LoadObjectRecursively().

These methods can be used to load objects from anywhere in the XRC resource
tree and not just from the top level.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/xrc/xmlres.h
interface/wx/xrc/xmlres.h
samples/xrc/myframe.cpp
samples/xrc/myframe.h
samples/xrc/rc/menu.xrc
src/xrc/xmlres.cpp