X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc55e31bdc7fbf6f1006f298ed8310e7972984e9..302511a3ca8d831ee26c7dfc47c928e8fed8fef6:/docs/latex/wx/htcell.tex diff --git a/docs/latex/wx/htcell.tex b/docs/latex/wx/htcell.tex index a627e84ec0..5bfff0e864 100644 --- a/docs/latex/wx/htcell.tex +++ b/docs/latex/wx/htcell.tex @@ -28,6 +28,10 @@ perform special actions such as color or font change. +\wxheading{Library} + +\helpref{wxHtml}{librarieslist} + \wxheading{See Also} \helpref{Cells Overview}{cells}, @@ -171,6 +175,19 @@ See \helpref{wxHtmlLinkInfo}{wxhtmllinkinfo}. These coordinates are used e.g. by COLORMAP. Values are relative to the upper left corner of THIS cell (i.e. from 0 to m\_Width or m\_Height)} +\membersection{wxHtmlCell::GetMouseCursor}\label{wxhtmlcellgetmousecursor} + +\func{virtual wxCursor}{GetMouseCursor}{\param{wxHtmlWindowInterface* }{window}} + +Returns cursor to show when mouse pointer is over the cell. + +\wxheading{Parameters} + +\docparam{window}{interface to the parent HTML window} + +\newsince{2.7.0} (before \tt{GetCursor} method served a similar purpose, which is now deprecated). + + \membersection{wxHtmlCell::GetNext}\label{wxhtmlcellgetnext} \constfunc{wxHtmlCell*}{GetNext}{\void} @@ -249,6 +266,9 @@ you should use wxHtmlBinderCell instead. \true if a link was clicked, \false otherwise. +\newsince{2.7.0} (before \tt{OnMouseClick} method served a similar purpose). + + \membersection{wxHtmlCell::SetId}\label{wxhtmlcellsetid} \func{void}{SetId}{\param{const wxString\& }{id}}