Docstring fix, and a bit of cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-02-09 16:09:16 +00:00
parent 7f10ed6e65
commit 951090428f

View File

@ -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();
};