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:
parent
7f10ed6e65
commit
951090428f
@ -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();
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user