]> git.saurik.com Git - wxWidgets.git/commitdiff
docstrings
authorRobin Dunn <robin@alldunn.com>
Wed, 24 Nov 2004 19:14:45 +0000 (19:14 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 24 Nov 2004 19:14:45 +0000 (19:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_splitter.i

index a3f7f8953a8d74ecb1ffc3832194e7af361c4a31..a070a53a2ee8d76636a487e920f783cf1787d68f 100644 (file)
@@ -274,12 +274,12 @@ showing the top-level window.", "");
 
     DocDeclStr(
         void , SetSashSize(int width),
-        "Sets the sash size", "");
+        "Sets the sash size.  Currently a NOP.", "");
     
 
     DocDeclStr(
         void , SetBorderSize(int width),
-        "Sets the border size", "");
+        "Sets the border size. Currently a NOP.", "");
     
 
     DocDeclStr(