]> git.saurik.com Git - wxWidgets.git/commitdiff
docstring update
authorRobin Dunn <robin@alldunn.com>
Sat, 19 Mar 2005 21:55:11 +0000 (21:55 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 19 Mar 2005 21:55:11 +0000 (21:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_sizers.i
wxPython/src/_splitter.i

index 6f033ef9c6c2f087b20c553d5a1d4a8f5e343a6a..526a646c887b07ab24b858d7677cfbfb5a17594b 100644 (file)
@@ -145,7 +145,7 @@ added, if needed.", "");
     DocStr(SetRatio,
            "Set the ratio item attribute.", "");
     %Rename(SetRatioWH, void, SetRatio( int width, int height ));
-    %Rename(SetRatioSize, void, SetRatio( wxSize size ));
+    %Rename(SetRatioSize, void, SetRatio( const wxSize& size ));
     void SetRatio( float ratio );
 
     DocDeclStr(
@@ -926,7 +926,7 @@ the item.", "");
     %pythoncode {
     def Hide(self, item, recursive=False):
         """
-        A convenience method for Show(item, False, recursive).
+        A convenience method for `Show`(item, False, recursive).
         """
         return self.Show(item, False, recursive)
     }
@@ -936,6 +936,10 @@ the item.", "");
         void , ShowItems(bool show),
         "Recursively call `wx.SizerItem.Show` on all sizer items.", "");
 
+    // TODO:
+    //          void Show(bool show);
+    //          bool IsShown();
+    
 };
 
 
index f44305c477c9aef56c125c81c4580290299285d4..824ed582054bd260190e25bab2b97bd67a746d80 100644 (file)
@@ -276,7 +276,7 @@ showing the top-level window.", "");
 
     DocDeclStr(
         void , SetSashSize(int width),
-        "Sets the sash size.  Currently a NOP.", "");
+        "Sets the sash size.", "");
     
 
     DocDeclStr(