]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_sizers.i
the #ifdef around BROWSEINFO.lpszTitle assignment is bogus; should be c_str() everywhere
[wxWidgets.git] / wxPython / src / _sizers.i
index d85ecefb7a14db670a31e0cd20ee810ed18585a1..49bc1ec8d5f99f4e98fa934c62f4f3661dffbef9 100644 (file)
@@ -872,7 +872,7 @@ the item.", "");
     
     DocDeclStr(
         void , ShowItems(bool show),
     
     DocDeclStr(
         void , ShowItems(bool show),
-        "Recursively call `wx.Window.Show` on all sizer items.", "");
+        "Recursively call `wx.SizerItem.Show` on all sizer items.", "");
     
 };
 
     
 };