From: Robin Dunn Date: Thu, 9 Feb 2006 16:09:16 +0000 (+0000) Subject: Docstring fix, and a bit of cleanup X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/951090428fd85dd275a4cb87e340b3c9ceae3406 Docstring fix, and a bit of cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_sizers.i b/wxPython/src/_sizers.i index 04fa9fed83..f3482de61e 100644 --- a/wxPython/src/_sizers.i +++ b/wxPython/src/_sizers.i @@ -939,7 +939,7 @@ subsizer. Returns True if the item was found.", ""); DocAStr(IsShown, "IsShown(self, item)", - "Determines if the item is currently shown. sizer. To make a sizer + "Determines if the item is currently shown. To make a sizer item disappear or reappear, use Show followed by `Layout`. The *item* parameter can be either a window, a sizer, or the zero-based index of the item.", ""); @@ -971,10 +971,6 @@ the item.", ""); void , ShowItems(bool show), "Recursively call `wx.SizerItem.Show` on all sizer items.", ""); - // TODO: - // void Show(bool show); - // bool IsShown(); - };