From 36c8c4718a0a3a5caccad927b43237a8fc8feec7 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 3 Mar 2004 01:59:49 +0000 Subject: [PATCH] fixed some docstrings git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/grid.i | 1 - wxPython/src/html.i | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/wxPython/src/grid.i b/wxPython/src/grid.i index 1127faf0d8..9864f62b83 100644 --- a/wxPython/src/grid.i +++ b/wxPython/src/grid.i @@ -1625,7 +1625,6 @@ public: void EndBatch(); int GetBatchCount(); void ForceRefresh(); - void Refresh(bool eraseb=True, const wxRect* rect= NULL); // ------ edit control functions diff --git a/wxPython/src/html.i b/wxPython/src/html.i index 250a7666bb..6220731d1f 100644 --- a/wxPython/src/html.i +++ b/wxPython/src/html.i @@ -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);