]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htlnkinf.tex
Small changes
[wxWidgets.git] / docs / latex / wx / htlnkinf.tex
index a6aca8d5073abfb8fb4ded9ada584d923f6ca925..88ab0b1c835208ab69480cd8c71e6c7c325b0644 100644 (file)
@@ -1,9 +1,3 @@
-%
-% automatically generated by HelpGen from
-% x.h at 23/Dec/99 21:30:20
-%
-
-
 \section{\class{wxHtmlLinkInfo}}\label{wxhtmllinkinfo}
 
 This class stores all neccessary information about hypertext
@@ -15,34 +9,47 @@ current implementation it stores URL and target frame name.
 
 \helpref{wxObject}{wxobject}
 
-
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-
 \membersection{wxHtmlLinkInfo::wxHtmlLinkInfo}\label{wxhtmllinkinfowxhtmllinkinfo}
 
 \func{}{wxHtmlLinkInfo}{\void}
 
 Default ctor.
 
-\membersection{wxHtmlLinkInfo::wxHtmlLinkInfo}\label{wxhtmllinkinfowxhtmllinkinfo}
-
 \func{}{wxHtmlLinkInfo}{\param{const wxString\& }{href}, \param{const wxString\& }{target = wxEmptyString}}
 
 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).
+