X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/00ee93d7e484b0ddd76443c3c35579f2f003a1fe..3e15dde39639521641eef1508c2de56ebd5ac319:/docs/latex/wx/htwindow.tex diff --git a/docs/latex/wx/htwindow.tex b/docs/latex/wx/htwindow.tex index ea991ac40f..45a4da3833 100644 --- a/docs/latex/wx/htwindow.tex +++ b/docs/latex/wx/htwindow.tex @@ -39,9 +39,9 @@ Don't forget to initialize all image formats you need before loading any page! \begin{twocollist}\itemsep=0pt \twocolitem{\windowstyle{wxHW\_SCROLLBAR\_NEVER}}{Never display scrollbars, not even when the page is larger than the window.} -\twocolitem{\windowstyle{wxHP\_SCROLLBAR\_AUTO}}{Display scrollbars only if +\twocolitem{\windowstyle{wxHW\_SCROLLBAR\_AUTO}}{Display scrollbars only if page's size exceeds window's size.} -\twocolitem{\windowstyle{wxHP\_NO\_SELECTION}}{Don't allow the user to select +\twocolitem{\windowstyle{wxHW\_NO\_SELECTION}}{Don't allow the user to select text.} \end{twocollist} @@ -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}