mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 12:30:07 +01:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user