wx.html.HtmlWindow rendering in a Grid?

Adam Groszer wrote:

Hello,

Is it somehow possible to let a HtmlWindow render itself in a Grid
cell?
Any ideas (other) ideas how to render HTML in a Grid cell?

I'm not sure if everything needed to do it is exposed in wxPython's wx.html module, but you might want to take a look at how the wxHtmlListBox does it and do something similar in a grid renderer class. Here is the C++ code:

http://svn.wxwidgets.org/viewvc/wx/wxWidgets/trunk/src/generic/htmllbox.cpp?view=markup

···

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