added some docstrings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-04-20 21:21:27 +00:00
parent aac4630123
commit d5a7caf6b6
3 changed files with 516 additions and 117 deletions

View File

@@ -932,7 +932,7 @@ the item.", "");
%pythoncode {
def Hide(self, item, recursive=False):
"""
A convenience method for `Show`(item, False, recursive).
A convenience method for `Show` (item, False, recursive).
"""
return self.Show(item, False, recursive)
}