]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htmlcell.tex
splitter in bin format
[wxWidgets.git] / docs / latex / wx / htmlcell.tex
index b7288009104dc99a0cc8b9495cadb1ab7aaa46da..731cb02a126eb506aef28e08dabf5d45a581c806 100644 (file)
@@ -1,4 +1,4 @@
-\subsection{Cells and Containers}\label{cells}
+\section{Cells and Containers}\label{cells}
 
 This article describes mechanism used by 
 \helpref{wxHtmlWinParser}{wxhtmlwinparser} and 
@@ -25,7 +25,7 @@ See \helpref{wxHtmlContainerCell}{wxhtmlcontainercell},
 % Bitmap is corrupt!
 This image shows you cells and containers:
 
-\image{}{contbox.bmp}
+\helponly{\image{}{contbox.bmp}}
 \end{comment}
 \wxheading{Using Containers in Tag Handler}
 
@@ -45,7 +45,7 @@ it returns "control" to the parent container.
 % Bitmap corrupt!
 See explanation:
 
-\image{}{cont.bmp}
+\helponly{\image{}{cont.bmp}}
 \end{comment}
 It's clear there must be same number of calls to 
 OpenContainer as to CloseContainer...
@@ -70,7 +70,7 @@ m_WParser -> OpenContainer();
 % Bitmap corrupt!
 and here is image of the situation:
 
-\image{}{hello.bmp}
+\helponly{\image{}{hello.bmp}}
 \end{comment}
 
 You can see that there was opened container before running the code. We closed