From 5270a2f939501d8bb83451ddc15408ee929346e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 17 Feb 2002 14:52:35 +0000 Subject: [PATCH] tell wxHTML users to initialize wxImage git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/htwindow.tex | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/latex/wx/htwindow.tex b/docs/latex/wx/htwindow.tex index 36c2f810aa..2a821551f8 100644 --- a/docs/latex/wx/htwindow.tex +++ b/docs/latex/wx/htwindow.tex @@ -17,6 +17,13 @@ Once the window is created you can set its content by calling \helpref{SetPage(text)}{wxhtmlwindowsetpage} or \helpref{LoadPage(filename)}{wxhtmlwindowloadpage}. +\wxheading{Note} + +wxHtmlWindow uses the \helpref{wxImage}{wximage} class for displaying images. +Don't forget to initialize all image formats you need before loading any page! +(See \helpref{wxInitAllImageHandlers}{wxinitallimagehandlers} and +\helpref{wxImage::AddHandler}{wximageaddhandler}.) + \wxheading{Derived from} \helpref{wxScrolledWindow}{wxscrolledwindow} -- 2.45.2