Wrappers for *ToText
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
da2c76724f
commit
31ad423e4f
@ -901,6 +901,11 @@ public:
|
|||||||
void SelectLine(const wxPoint& pos);
|
void SelectLine(const wxPoint& pos);
|
||||||
void SelectAll();
|
void SelectAll();
|
||||||
|
|
||||||
|
// Convert selection to text:
|
||||||
|
wxString SelectionToText();
|
||||||
|
|
||||||
|
// Converts current page to text:
|
||||||
|
wxString ToText();
|
||||||
|
|
||||||
void base_OnLinkClicked(const wxHtmlLinkInfo& link);
|
void base_OnLinkClicked(const wxHtmlLinkInfo& link);
|
||||||
void base_OnSetTitle(const wxString& title);
|
void base_OnSetTitle(const wxString& title);
|
||||||
|
Loading…
Reference in New Issue
Block a user