X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22d6efa851642c6a69174278fc50f712f41e2271..f6081a0462089eaa1da4d38b260af032b349a041:/docs/latex/wx/htmlcell.tex diff --git a/docs/latex/wx/htmlcell.tex b/docs/latex/wx/htmlcell.tex index b728800910..731cb02a12 100644 --- a/docs/latex/wx/htmlcell.tex +++ b/docs/latex/wx/htmlcell.tex @@ -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