]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_sizers.i
Add wx.KeyEvent.GetModifiers
[wxWidgets.git] / wxPython / src / _sizers.i
index 04fa9fed834ca470c3c1eb1c63c6b2e2e0cbb722..f3482de61e4d652c6fcbe8d429016178ea62766c 100644 (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();
-    
 };