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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user