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:
parent
96577d6d7a
commit
36c8c4718a
@ -1625,7 +1625,6 @@ public:
|
|||||||
void EndBatch();
|
void EndBatch();
|
||||||
int GetBatchCount();
|
int GetBatchCount();
|
||||||
void ForceRefresh();
|
void ForceRefresh();
|
||||||
void Refresh(bool eraseb=True, const wxRect* rect= NULL);
|
|
||||||
|
|
||||||
|
|
||||||
// ------ edit control functions
|
// ------ edit control functions
|
||||||
|
@ -850,7 +850,9 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetTitle(const wxString& title);
|
DocDeclStr(
|
||||||
|
void, SetTitle(const wxString& title),
|
||||||
|
"");
|
||||||
|
|
||||||
// Sets space between text and window borders.
|
// Sets space between text and window borders.
|
||||||
void SetBorders(int b);
|
void SetBorders(int b);
|
||||||
|
Loading…
Reference in New Issue
Block a user