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