]> git.saurik.com Git - wxWidgets.git/commitdiff
documented wxHtmlWindow::SelectionToText and ToText
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 16 Jul 2004 18:35:30 +0000 (18:35 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 16 Jul 2004 18:35:30 +0000 (18:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/htwindow.tex

index d38a1e0d8d9544e262598fd43b3129f38309ff4d..45a4da383382bec7900ffa884bb288a03cff53d2 100644 (file)
@@ -305,6 +305,13 @@ Selects all text in the window.
 \helpref{SelectLine}{wxhtmlwindowselectline},
 \helpref{SelectWord}{wxhtmlwindowselectword}
 
 \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}}
 \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)}
 
 
 \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}
 
 
 \membersection{wxHtmlWindow::WriteCustomization}\label{wxhtmlwindowwritecustomization}