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:
@@ -939,7 +939,7 @@ subsizer. Returns True if the item was found.", "");
|
|||||||
|
|
||||||
DocAStr(IsShown,
|
DocAStr(IsShown,
|
||||||
"IsShown(self, item)",
|
"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*
|
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
|
parameter can be either a window, a sizer, or the zero-based index of
|
||||||
the item.", "");
|
the item.", "");
|
||||||
@@ -971,10 +971,6 @@ the item.", "");
|
|||||||
void , ShowItems(bool show),
|
void , ShowItems(bool show),
|
||||||
"Recursively call `wx.SizerItem.Show` on all sizer items.", "");
|
"Recursively call `wx.SizerItem.Show` on all sizer items.", "");
|
||||||
|
|
||||||
// TODO:
|
|
||||||
// void Show(bool show);
|
|
||||||
// bool IsShown();
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user