Remove the now unnecessary wxRichTextCtrl::SelectAll().
It is already inherited from the base wxTextEntry class. See #14701. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1007,12 +1007,6 @@ public:
|
|||||||
void SetSelection(const wxRichTextSelection& sel) { m_selection = sel; }
|
void SetSelection(const wxRichTextSelection& sel) { m_selection = sel; }
|
||||||
//@}
|
//@}
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
Selects all the text in the buffer.
|
|
||||||
*/
|
|
||||||
virtual void SelectAll();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Makes the control editable, or not.
|
Makes the control editable, or not.
|
||||||
*/
|
*/
|
||||||
|
@@ -2709,11 +2709,6 @@ wxRichTextRange wxRichTextCtrl::AddImage(const wxImage& image)
|
|||||||
// selection and ranges
|
// selection and ranges
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
void wxRichTextCtrl::SelectAll()
|
|
||||||
{
|
|
||||||
SetSelection(-1, -1);
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Select none
|
/// Select none
|
||||||
void wxRichTextCtrl::SelectNone()
|
void wxRichTextCtrl::SelectNone()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user