HTML_COND_ISANCHOR = _html.HTML_COND_ISANCHOR
HTML_COND_ISIMAGEMAP = _html.HTML_COND_ISIMAGEMAP
HTML_COND_USER = _html.HTML_COND_USER
+HTML_FONT_SIZE_1 = _html.HTML_FONT_SIZE_1
+HTML_FONT_SIZE_2 = _html.HTML_FONT_SIZE_2
+HTML_FONT_SIZE_3 = _html.HTML_FONT_SIZE_3
+HTML_FONT_SIZE_4 = _html.HTML_FONT_SIZE_4
+HTML_FONT_SIZE_5 = _html.HTML_FONT_SIZE_5
+HTML_FONT_SIZE_6 = _html.HTML_FONT_SIZE_6
+HTML_FONT_SIZE_7 = _html.HTML_FONT_SIZE_7
HW_SCROLLBAR_NEVER = _html.HW_SCROLLBAR_NEVER
HW_SCROLLBAR_AUTO = _html.HW_SCROLLBAR_AUTO
HW_NO_SELECTION = _html.HW_NO_SELECTION
HTML_URL_IMAGE = _html.HTML_URL_IMAGE
HTML_URL_OTHER = _html.HTML_URL_OTHER
class HtmlLinkInfo(core.Object):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlLinkInfo instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
_html.HtmlLinkInfo_swigregister(HtmlLinkInfoPtr)
class HtmlTag(core.Object):
- """"""
def __init__(self): raise RuntimeError, "No constructor defined"
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlTag instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
_html.HtmlTag_swigregister(HtmlTagPtr)
class HtmlParser(core.Object):
- """"""
def __init__(self): raise RuntimeError, "No constructor defined"
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlParser instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
_html.HtmlParser_swigregister(HtmlParserPtr)
class HtmlWinParser(HtmlParser):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlWinParser instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
_html.HtmlWinParser_swigregister(HtmlWinParserPtr)
class HtmlTagHandler(core.Object):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyHtmlTagHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
_html.HtmlTagHandler_swigregister(HtmlTagHandlerPtr)
class HtmlWinTagHandler(HtmlTagHandler):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyHtmlWinTagHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
#---------------------------------------------------------------------------
class HtmlSelection(object):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlSelection instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
HTML_SEL_IN = _html.HTML_SEL_IN
HTML_SEL_CHANGING = _html.HTML_SEL_CHANGING
class HtmlRenderingState(object):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlRenderingState instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
_html.HtmlRenderingState_swigregister(HtmlRenderingStatePtr)
class HtmlRenderingStyle(object):
- """"""
def __init__(self): raise RuntimeError, "No constructor defined"
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlRenderingStyle instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
_html.HtmlRenderingStyle_swigregister(HtmlRenderingStylePtr)
class DefaultHtmlRenderingStyle(HtmlRenderingStyle):
- """"""
def __init__(self): raise RuntimeError, "No constructor defined"
def __repr__(self):
return "<%s.%s; proxy of C++ wxDefaultHtmlRenderingStyle instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
_html.DefaultHtmlRenderingStyle_swigregister(DefaultHtmlRenderingStylePtr)
class HtmlRenderingInfo(object):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlRenderingInfo instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
HTML_FIND_NEAREST_BEFORE = _html.HTML_FIND_NEAREST_BEFORE
HTML_FIND_NEAREST_AFTER = _html.HTML_FIND_NEAREST_AFTER
class HtmlCell(core.Object):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
_html.HtmlCell_swigregister(HtmlCellPtr)
class HtmlWordCell(HtmlCell):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlWordCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
_html.HtmlWordCell_swigregister(HtmlWordCellPtr)
class HtmlContainerCell(HtmlCell):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlContainerCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
_html.HtmlContainerCell_swigregister(HtmlContainerCellPtr)
class HtmlColourCell(HtmlCell):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlColourCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
_html.HtmlColourCell_swigregister(HtmlColourCellPtr)
class HtmlFontCell(HtmlCell):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlFontCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
_html.HtmlFontCell_swigregister(HtmlFontCellPtr)
class HtmlWidgetCell(HtmlCell):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlWidgetCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
#---------------------------------------------------------------------------
class HtmlFilter(core.Object):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyHtmlFilter instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
#---------------------------------------------------------------------------
class HtmlWindow(windows.ScrolledWindow):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyHtmlWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
- """__init__(Window parent, int id=-1, Point pos=DefaultPosition,
- Size size=DefaultSize, int style=HW_DEFAULT_STYLE,
- wxString name=wxPyHtmlWindowNameStr) -> HtmlWindow"""
+ """
+ __init__(Window parent, int id=-1, Point pos=DefaultPosition,
+ Size size=DefaultSize, int style=HW_DEFAULT_STYLE,
+ wxString name=wxPyHtmlWindowNameStr) -> HtmlWindow
+ """
newobj = _html.new_HtmlWindow(*args, **kwargs)
self.this = newobj.this
self.thisown = 1
self._setCallbackInfo(self, HtmlWindow); self._setOORInfo(self)
def Create(*args, **kwargs):
- """Create(Window parent, int id=-1, Point pos=DefaultPosition,
- Size size=DefaultSize, int style=HW_SCROLLBAR_AUTO,
- wxString name=wxPyHtmlWindowNameStr) -> bool"""
+ """
+ Create(Window parent, int id=-1, Point pos=DefaultPosition,
+ Size size=DefaultSize, int style=HW_SCROLLBAR_AUTO,
+ wxString name=wxPyHtmlWindowNameStr) -> bool
+ """
return _html.HtmlWindow_Create(*args, **kwargs)
def _setCallbackInfo(*args, **kwargs):
#---------------------------------------------------------------------------
class HtmlDCRenderer(core.Object):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlDCRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
return _html.HtmlDCRenderer_SetFonts(*args, **kwargs)
def Render(*args, **kwargs):
- """Render(int x, int y, int from=0, int dont_render=False, int to=INT_MAX,
- int choices=None, int LCOUNT=0) -> int"""
+ """
+ Render(int x, int y, int from=0, int dont_render=False, int to=INT_MAX,
+ int choices=None, int LCOUNT=0) -> int
+ """
return _html.HtmlDCRenderer_Render(*args, **kwargs)
def GetTotalHeight(*args, **kwargs):
PAGE_EVEN = _html.PAGE_EVEN
PAGE_ALL = _html.PAGE_ALL
class HtmlPrintout(windows.Printout):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlPrintout instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
return _html.HtmlPrintout_SetFonts(*args, **kwargs)
def SetMargins(*args, **kwargs):
- """SetMargins(float top=25.2, float bottom=25.2, float left=25.2,
- float right=25.2, float spaces=5)"""
+ """
+ SetMargins(float top=25.2, float bottom=25.2, float left=25.2,
+ float right=25.2, float spaces=5)
+ """
return _html.HtmlPrintout_SetMargins(*args, **kwargs)
def AddFilter(*args, **kwargs):
return _html.HtmlPrintout_CleanUpStatics(*args, **kwargs)
class HtmlEasyPrinting(core.Object):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlEasyPrinting instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
#---------------------------------------------------------------------------
class HtmlBookRecord(object):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlBookRecord instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
- """__init__(wxString bookfile, wxString basepath, wxString title,
- wxString start) -> HtmlBookRecord"""
+ """
+ __init__(wxString bookfile, wxString basepath, wxString title,
+ wxString start) -> HtmlBookRecord
+ """
newobj = _html.new_HtmlBookRecord(*args, **kwargs)
self.this = newobj.this
self.thisown = 1
_html.HtmlBookRecord_swigregister(HtmlBookRecordPtr)
class HtmlContentsItem(object):
- """"""
def __init__(self): raise RuntimeError, "No constructor defined"
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlContentsItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
_html.HtmlContentsItem_swigregister(HtmlContentsItemPtr)
class HtmlSearchStatus(object):
- """"""
def __init__(self): raise RuntimeError, "No constructor defined"
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlSearchStatus instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
_html.HtmlSearchStatus_swigregister(HtmlSearchStatusPtr)
class HtmlHelpData(object):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlHelpData instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
_html.HtmlHelpData_swigregister(HtmlHelpDataPtr)
class HtmlHelpFrame(windows.Frame):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlHelpFrame instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
- """__init__(Window parent, int ??, wxString title=wxPyEmptyString,
- int style=HF_DEFAULTSTYLE, HtmlHelpData data=None) -> HtmlHelpFrame"""
+ """
+ __init__(Window parent, int ??, wxString title=wxPyEmptyString,
+ int style=HF_DEFAULTSTYLE, HtmlHelpData data=None) -> HtmlHelpFrame
+ """
newobj = _html.new_HtmlHelpFrame(*args, **kwargs)
self.this = newobj.this
self.thisown = 1
HF_PRINT = _html.HF_PRINT
HF_DEFAULTSTYLE = _html.HF_DEFAULTSTYLE
class HtmlHelpController(core.EvtHandler):
- """"""
def __repr__(self):
return "<%s.%s; proxy of C++ wxHtmlHelpController instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):