X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec59d2ccea39b0225f49e6dd326d4d11940d656d..68d411dc5724b9284455a31ef8a8d6d99c18d224:/docs/latex/wx/htwindow.tex diff --git a/docs/latex/wx/htwindow.tex b/docs/latex/wx/htwindow.tex index d38a1e0d8d..45a4da3833 100644 --- a/docs/latex/wx/htwindow.tex +++ b/docs/latex/wx/htwindow.tex @@ -305,6 +305,13 @@ Selects all text in the window. \helpref{SelectLine}{wxhtmlwindowselectline}, \helpref{SelectWord}{wxhtmlwindowselectword} +\membersection{wxHtmlWindow::SelectionToText}\label{wxhtmlwindowselectiontotext} + +\func{wxString}{SelectionToText}{\void} + +Returns current selection as plain text. Returns empty string if no text +is currently selected. + \membersection{wxHtmlWindow::SelectLine}\label{wxhtmlwindowselectline} \func{void}{SelectLine}{\param{const wxPoint\& }{pos}} @@ -413,6 +420,11 @@ this sets statusbar slot where messages will be displayed. \docparam{bar}{statusbar slot number (0..n)} +\membersection{wxHtmlWindow::ToText}\label{wxhtmlwindowtotext} + +\func{wxString}{ToText}{\void} + +Returns content of currently displayed page as plain text. \membersection{wxHtmlWindow::WriteCustomization}\label{wxhtmlwindowwritecustomization}