documentation for wxIEHtmlWin

where can I get documentation on the methods made available by wxIEHtmlWin? I want to be able to set the html of the window myself, but the only thing that I've found in the demo is Navigate which takes a URL, which is not what I want.

Thanks in advance!

Sameer

Sameer Chowdhury wrote:

where can I get documentation on the methods made available by wxIEHtmlWin?

Just the sources currently.

I want to be able to set the html of the window myself, but the only thing that I've found in the demo is Navigate which takes a URL, which is not what I want.

     void LoadUrl(const wxString&);
     bool LoadString(wxString html);
     bool LoadStream(wxInputStream *is);

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!