]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htcontnr.tex
Several changes and updates
[wxWidgets.git] / docs / latex / wx / htcontnr.tex
index 907bd8c15822e547092488af4201f2f7bfe503fb..dbc690ebb3eeb6e650ce9e98aefe31b9c8c9dff4 100644 (file)
@@ -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.
 
-
-