Add _xml and _xrc modules with some unit tests

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-11-30 22:32:53 +00:00
parent 10ec2fb1f1
commit 4d5faa2868
11 changed files with 536 additions and 25 deletions

View File

@@ -383,6 +383,19 @@ with a wx.ComboPopup in a has-a relationship rather than an is-a
relationship. See samples/combo/combo1.py for an example.
XRC
-------
The "LoadOnFoo" methods of the XmlResource class were renamed overloads of
the coresponding "LoadFoo" methods. Since we no longer need to rename
overloaded methods the "LoadOn" version has been removed and you should just
use the "LoadFoo" version instead. These methods are used to load some XRC
content onto an existing window, such as a Frame, instead of creating a new
Frame for the content.
.. toctree::
:maxdepth: 2
:hidden: