X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/38b5b4938f935113a96184036131a961a1aa4ec4..7df4c51f6021fbf1b204db918a1cc5c4ddff31cc:/docs/doxygen/overviews/html.h diff --git a/docs/doxygen/overviews/html.h b/docs/doxygen/overviews/html.h index d20f5e3acb..a96a296d3c 100644 --- a/docs/doxygen/overviews/html.h +++ b/docs/doxygen/overviews/html.h @@ -6,13 +6,13 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -/*! +/** - @page overview_html wxHTML overview + @page overview_html wxHTML Overview The wxHTML library provides classes for parsing and displaying HTML. It is not intended to be a high-end HTML browser. If you are looking for - something like that try http://www.mozilla.org. + something like that try . wxHTML can be used as a generic rich text viewer - for example to display a nice About Box (like those of GNOME apps) or to display the result of @@ -244,8 +244,10 @@ Container is kind of cell that may contain sub-cells. Its size depends on number and sizes of its sub-cells (and also depends on width of window). - See wxHtmlContainerCell, wxHtmlCell::Layout. - This image shows the cells and containers: @image html contbox.bmp + See wxHtmlContainerCell, wxHtmlCell::Layout. This image shows the cells and + containers: + + @image html overview_html_contbox.png @subsection overview_html_cells_conttaghandler Using Containers in Tag Handler @@ -259,8 +261,9 @@ Use wxHtmlWinParser::CloseContainer to close the container. This doesn't create a new container with same depth level but it returns "control" - to the parent container. - See explanation: @image html cont.bmp + to the parent container. See explanation: + + @image html overview_html_cont.png There clearly must be same number of calls to OpenContainer as to CloseContainer. @@ -281,7 +284,9 @@ m_WParser -> OpenContainer(); @endcode - and here is image of the situation: @image html hello.bmp + and here is image of the situation: + + @image html overview_html_hello.png You can see that there was an opened container before the code was executed. We closed it, created our own container, then closed our container and opened