]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htlnkinf.tex
Small fixes for Tex2RTF but alas, we still get memory problems.
[wxWidgets.git] / docs / latex / wx / htlnkinf.tex
index 5c5d8e08c4e3f604c3f07adf95c453efe1559ec2..5a357117272cd434c853b2b981fd9865821d98ce 100644 (file)
@@ -9,6 +9,10 @@ current implementation it stores URL and target frame name.
 
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/html/htmlcell.h>
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxHtmlLinkInfo::wxHtmlLinkInfo}\label{wxhtmllinkinfowxhtmllinkinfo}
@@ -22,17 +26,34 @@ Default ctor.
 Construct hypertext link from HREF (aka URL) and TARGET (name of target
 frame).
 
+\membersection{wxHtmlLinkInfo::GetEvent}\label{wxhtmllinkinfogetevent}
+
+\func{const wxMouseEvent *}{GetEvent}{\void}
+
+Return pointer to event that generated OnLinkClicked event. Valid
+only within \helpref{wxHtmlWindow::OnLinkClicked}{wxhtmlwindowonlinkclicked},
+NULL otherwise.
+
+\membersection{wxHtmlLinkInfo::GetHtmlCell}\label{wxhtmllinkinfogethtmlcell}
+
+\func{const wxHtmlCell *}{GetHtmlCell}{\void}
+
+Return pointer to the cell that was clicked. Valid
+only within \helpref{wxHtmlWindow::OnLinkClicked}{wxhtmlwindowonlinkclicked},
+NULL otherwise.
+
+
 \membersection{wxHtmlLinkInfo::GetHref}\label{wxhtmllinkinfogethref}
 
 \func{wxString}{GetHref}{\void}
 
-Returns {\it HREF} value of the {\tt <A>} tag.
+Return {\it HREF} value of the {\tt <A>} tag.
 
 \membersection{wxHtmlLinkInfo::GetTarget}\label{wxhtmllinkinfogettarget}
 
 \func{wxString}{GetTarget}{\void}
 
-Returns {\it TARGET} value of the {\tt <A>} tag (this value
+Return {\it TARGET} value of the {\tt <A>} tag (this value
 is used to specify in which frame should be the page pointed
-by {\helpref{Href}{wxhtmllinkinfogethref} opened).
+by \helpref{Href}{wxhtmllinkinfogethref} opened).