git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28265
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void SelectWord(const wxPoint& pos);
void SelectLine(const wxPoint& pos);
void SelectAll();
void SelectWord(const wxPoint& pos);
void SelectLine(const wxPoint& pos);
void SelectAll();
+
+ // Convert selection to text:
+ wxString SelectionToText() { return DoSelectionToText(m_selection); }
+
+ // Converts current page to text:
+ wxString ToText();
#endif
virtual void ApplyParentThemeBackground(const wxColour& WXUNUSED(bg))
#endif
virtual void ApplyParentThemeBackground(const wxColour& WXUNUSED(bg))
bool CopySelection(ClipboardType t = Secondary);
#if wxUSE_CLIPBOARD
bool CopySelection(ClipboardType t = Secondary);
#if wxUSE_CLIPBOARD
- // Convert selection to text:
- wxString SelectionToText() { return DoSelectionToText(m_selection); }
-
- // Converts current page to text:
- wxString ToText();
-
// Automatic scrolling during selection:
void StopAutoScrolling();
#endif // wxUSE_CLIPBOARD
// Automatic scrolling during selection:
void StopAutoScrolling();
#endif // wxUSE_CLIPBOARD