+class HtmlWindowInterface(object):
+ """Proxy of C++ HtmlWindowInterface class"""
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
+ def __init__(self): raise AttributeError, "No constructor defined"
+ __repr__ = _swig_repr
+ __swig_destroy__ = _html.delete_HtmlWindowInterface
+ __del__ = lambda self : None;
+ def SetHTMLWindowTitle(*args, **kwargs):
+ """SetHTMLWindowTitle(self, String title)"""
+ return _html.HtmlWindowInterface_SetHTMLWindowTitle(*args, **kwargs)
+
+ def HTMLCoordsToWindow(*args, **kwargs):
+ """HTMLCoordsToWindow(self, HtmlCell cell, Point pos) -> Point"""
+ return _html.HtmlWindowInterface_HTMLCoordsToWindow(*args, **kwargs)
+
+ def GetHTMLWindow(*args, **kwargs):
+ """GetHTMLWindow(self) -> Window"""
+ return _html.HtmlWindowInterface_GetHTMLWindow(*args, **kwargs)
+
+ def GetHTMLBackgroundColour(*args, **kwargs):
+ """GetHTMLBackgroundColour(self) -> Colour"""
+ return _html.HtmlWindowInterface_GetHTMLBackgroundColour(*args, **kwargs)
+
+ def SetHTMLBackgroundColour(*args, **kwargs):
+ """SetHTMLBackgroundColour(self, Colour clr)"""
+ return _html.HtmlWindowInterface_SetHTMLBackgroundColour(*args, **kwargs)
+
+ def SetHTMLBackgroundImage(*args, **kwargs):
+ """SetHTMLBackgroundImage(self, Bitmap bmpBg)"""
+ return _html.HtmlWindowInterface_SetHTMLBackgroundImage(*args, **kwargs)
+
+ def SetHTMLStatusText(*args, **kwargs):
+ """SetHTMLStatusText(self, String text)"""
+ return _html.HtmlWindowInterface_SetHTMLStatusText(*args, **kwargs)
+
+ HTMLCursor_Default = _html.HtmlWindowInterface_HTMLCursor_Default
+ HTMLCursor_Link = _html.HtmlWindowInterface_HTMLCursor_Link
+ HTMLCursor_Text = _html.HtmlWindowInterface_HTMLCursor_Text
+_html.HtmlWindowInterface_swigregister(HtmlWindowInterface)