Phoenix: sizers_overview.rst expanded; added a bunch of "contributed" snippets on various classes/methods; many fixes on strange doxygen layouts and XML hierarchies; fixed many cross-references between classes/methods/functions in the etg files.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Andrea Gavana
2012-12-04 20:58:27 +00:00
parent bed39f701d
commit 6157b2bc35
66 changed files with 2085 additions and 75 deletions

View File

@@ -61,8 +61,8 @@ def run():
# For compatibility:
module.addPyFunction('EmptyIcon', '()',
deprecated="Use wx.Icon instead",
doc='A compatibility wrapper for the wx.Icon() constructor',
deprecated="Use :class:`Icon` instead",
doc='A compatibility wrapper for the :class:`Icon` constructor',
body='return Icon()')
#-----------------------------------------------------------------