]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed some docstrings
authorRobin Dunn <robin@alldunn.com>
Wed, 3 Mar 2004 01:59:49 +0000 (01:59 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 3 Mar 2004 01:59:49 +0000 (01:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/grid.i
wxPython/src/html.i

index 1127faf0d853fa8b716cd2c142b0e5f3efaa5aab..9864f62b832d753e52781dd93d42013a25576a44 100644 (file)
@@ -1625,7 +1625,6 @@ public:
     void     EndBatch();
     int      GetBatchCount();
     void     ForceRefresh();
-    void     Refresh(bool eraseb=True, const wxRect* rect= NULL);
 
 
     // ------ edit control functions
index 250a7666bb012ef9fd74608ddcc4f630f4fb2acd..6220731d1f7c3bf1480b93bb28c0e34ad7d5acd8 100644 (file)
@@ -850,7 +850,9 @@ public:
         }
     }
 
-    void SetTitle(const wxString& title);
+    DocDeclStr(
+        void, SetTitle(const wxString& title),
+        "");
 
     // Sets space between text and window borders.
     void SetBorders(int b);