mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 05:02:31 -06:00
26 lines
988 B
Python
26 lines
988 B
Python
# This file is generated by wxPython's SIP generator. Do not edit by hand.
|
|
#
|
|
# Copyright: (c) 2013 by Total Control Software
|
|
# License: wxWindows License
|
|
|
|
from ._html import *
|
|
|
|
import wx
|
|
|
|
EVT_HTML_CELL_CLICKED = wx.PyEventBinder( wxEVT_HTML_CELL_CLICKED, 1 )
|
|
EVT_HTML_CELL_HOVER = wx.PyEventBinder( wxEVT_HTML_CELL_HOVER, 1 )
|
|
EVT_HTML_LINK_CLICKED = wx.PyEventBinder( wxEVT_HTML_LINK_CLICKED, 1 )
|
|
|
|
# deprecated wxEVT aliases
|
|
wxEVT_COMMAND_HTML_CELL_CLICKED = wxEVT_HTML_CELL_CLICKED
|
|
wxEVT_COMMAND_HTML_CELL_HOVER = wxEVT_HTML_CELL_HOVER
|
|
wxEVT_COMMAND_HTML_LINK_CLICKED = wxEVT_HTML_LINK_CLICKED
|
|
|
|
def _HtmlBookRecArray___repr__(self):
|
|
return "HtmlBookRecArray: " + repr(list(self))
|
|
HtmlBookRecArray.__repr__ = _HtmlBookRecArray___repr__
|
|
del _HtmlBookRecArray___repr__
|
|
def _HtmlHelpDataItems___repr__(self):
|
|
return "HtmlHelpDataItems: " + repr(list(self))
|
|
HtmlHelpDataItems.__repr__ = _HtmlHelpDataItems___repr__
|
|
del _HtmlHelpDataItems___repr__
|