wxTextCtrl::Replace() seems to work

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/wxUNIVERSAL@8560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-10-15 16:52:52 +00:00
parent 649850e16c
commit 6dbe10e7a6
2 changed files with 220 additions and 89 deletions

View File

@@ -268,7 +268,7 @@ protected:
// refresh the text from in the given line range (inclusive), if lineLast
// is -1, refresh all [visible] text after the lineFirst
void RefreshLineRange(long lineFirst, long lineLast = 0);
void RefreshLineRange(long lineFirst, long lineLast = -1);
// refresh the text in the given range which can span multiple lines
// (this method accepts arguments in any order)