Package bosco :: Module gui :: Class UpdateableHtmlPanel
[hide private]
[frames] | no frames]

Class UpdateableHtmlPanel

source code

wx.html.HtmlWindow --+
                     |
                    UpdateableHtmlPanel

Panel to display HTML content. This panel updates it's content on calls to update(event). UpdateHtmlPanels are typically used to show rankings and connected to an EventObserver to automatically update.

Instance Methods [hide private]
 
__init__(self, parent, content=None) source code
 
update(self, event)
Update the content of the panel.
source code
 
_set_content(self, content) source code
 
_get_content(self) source code
Class Variables [hide private]
  content = property(_get_content, _set_content)