fixed some docstrings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-03-03 01:59:49 +00:00
parent 96577d6d7a
commit 36c8c4718a
2 changed files with 3 additions and 2 deletions

View File

@ -1625,7 +1625,6 @@ public:
void EndBatch();
int GetBatchCount();
void ForceRefresh();
void Refresh(bool eraseb=True, const wxRect* rect= NULL);
// ------ edit control functions

View 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);