mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 04:50:07 +01:00
There is already a Hide C++ method, no need to add a Python implementation anymore.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@70255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -106,13 +106,6 @@ def run():
|
||||
self.Add(*item)
|
||||
""")
|
||||
|
||||
c.addPyMethod('Hide', '(self, item, recursive=False)',
|
||||
doc="""\
|
||||
A convenience method for `Show`(item, False, recursive).
|
||||
""",
|
||||
body="""\
|
||||
return self.Show(item, False, recursive)
|
||||
""")
|
||||
|
||||
#---------------------------------------------
|
||||
c = module.find('wxBoxSizer')
|
||||
|
||||
Reference in New Issue
Block a user