X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/704a4b7524e05d7bf4d208eb1b30be9989abef4c..96db102a93ed103a1c757c4445dd71789c2d0054:/docs/latex/wx/htcontnr.tex diff --git a/docs/latex/wx/htcontnr.tex b/docs/latex/wx/htcontnr.tex index 907bd8c158..dbc690ebb3 100644 --- a/docs/latex/wx/htcontnr.tex +++ b/docs/latex/wx/htcontnr.tex @@ -3,12 +3,10 @@ % htmlcontainercell.tex at 21/Mar/99 22:45:23 % - \section{\class{wxHtmlContainerCell}}\label{wxhtmlcontainercell} -wxHtmlContainerCell class an implementation of cell that may -contain more cells in it. It is heavily used in layouting algorithm. - +wxHtmlContainerCell class an implementation of a cell that may +contain more cells in it. It is heavily used in the wxHTML layout algorithm. \wxheading{Derived from} @@ -20,7 +18,6 @@ contain more cells in it. It is heavily used in layouting algorithm. \latexignore{\rtfignore{\wxheading{Members}}} - \membersection{wxHtmlContainerCell::wxHtmlContainerCell}\label{wxhtmlcontainercellwxhtmlcontainercell} \func{}{wxHtmlContainerCell}{\param{wxHtmlContainerCell }{*parent}} @@ -84,7 +81,6 @@ Sets container's {\it vertical alignment}. This is per-line alignment! Returns container's vertical alignment. - \membersection{wxHtmlContainerCell::SetIndent}\label{wxhtmlcontainercellsetindent} \func{void}{SetIndent}{\param{int }{i}, \param{int }{what}, \param{int }{units = HTML\_UNITS\_PIXELS}} @@ -211,15 +207,12 @@ E.g. if you have 640x480 image and the wxHtmlWindow is only 100x100...) Call to this method is valid only after calling \helpref{Layout}{wxhtmlcelllayout} - \membersection{wxHtmlContainerCell::SetBackgroundColour}\label{wxhtmlcontainercellsetbackgroundcolour} \func{void}{SetBackgroundColour}{\param{const wxColour\& }{clr}} Sets background color for this container. - - \membersection{wxHtmlContainerCell::SetBorder}\label{wxhtmlcontainercellsetborder} \func{void}{SetBorder}{\param{const wxColour\& }{clr1}, \param{const wxColour\& }{clr2}} @@ -232,8 +225,6 @@ Sets border (frame) colours. Border is rectangle around the container. \docparam{clr2}{Color of bottom and right lines} - - \membersection{wxHtmlContainerCell::GetFirstCell}\label{wxhtmlcontainercellgetfirstcell} \func{wxHtmlCell*}{GetFirstCell}{\void} @@ -242,9 +233,7 @@ Returns pointer to the first cell in the list. You can then use wxHtmlCell's GetNext method to obtain pointer to the next cell in list. -{\bf Note} : This shouldn't be used by end user. If you need some way of +{\bf Note} : This shouldn't be used by the end user. If you need some way of finding particular cell in the list, try \helpref{Find}{wxhtmlcellfind} method instead. - -