don't declare HasSelection() in this class and especially don't declare it as protected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -230,9 +230,6 @@ protected:
|
|||||||
// set the selection (possibly without scrolling the caret into view)
|
// set the selection (possibly without scrolling the caret into view)
|
||||||
void DoSetSelection(long from, long to, int flags);
|
void DoSetSelection(long from, long to, int flags);
|
||||||
|
|
||||||
// return true if there is a non empty selection in the control
|
|
||||||
bool HasSelection() const;
|
|
||||||
|
|
||||||
// get the length of the line containing the character at the given
|
// get the length of the line containing the character at the given
|
||||||
// position
|
// position
|
||||||
long GetLengthOfLineContainingPos(long pos) const;
|
long GetLengthOfLineContainingPos(long pos) const;
|
||||||
|
Reference in New Issue
Block a user