Update wxHtmlWindow documentation to refer to wxWebView.
Closes #13608 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,13 +12,17 @@
|
|||||||
wxHtmlWindow is probably the only class you will directly use unless you want
|
wxHtmlWindow is probably the only class you will directly use unless you want
|
||||||
to do something special (like adding new tag handlers or MIME filters).
|
to do something special (like adding new tag handlers or MIME filters).
|
||||||
|
|
||||||
The purpose of this class is to display HTML pages (either local file or
|
The purpose of this class is to display rich content pages (either local file or
|
||||||
downloaded via HTTP protocol) in a window.
|
downloaded via HTTP protocol) in a window based on a subset of the HTML standard.
|
||||||
The width of the window is constant - given in the constructor - and virtual height
|
The width of the window is constant - given in the constructor - and virtual height
|
||||||
is changed dynamically depending on page size.
|
is changed dynamically depending on page size.
|
||||||
Once the window is created you can set its content by calling SetPage() with raw HTML,
|
Once the window is created you can set its content by calling SetPage() with raw HTML,
|
||||||
LoadPage() with a wxFileSystem location or LoadFile() with a filename.
|
LoadPage() with a wxFileSystem location or LoadFile() with a filename.
|
||||||
|
|
||||||
|
@note
|
||||||
|
If you want complete HTML/CSS support as well as a Javascript engine, see instead
|
||||||
|
wxWebView.
|
||||||
|
|
||||||
@note
|
@note
|
||||||
wxHtmlWindow uses the wxImage class for displaying images, as such you need to
|
wxHtmlWindow uses the wxImage class for displaying images, as such you need to
|
||||||
initialize the handlers for any image formats you use before loading a page.
|
initialize the handlers for any image formats you use before loading a page.
|
||||||
|
Reference in New Issue
Block a user