docutil/dochtml.py
branchpython3
changeset 3766 f99def63cdd8
parent 3750 f62625418bff
equal deleted inserted replaced
3765:88fe6fc9fd38 3766:f99def63cdd8
    39         window.SetHtmlPage(file)
    39         window.SetHtmlPage(file)
    40         window.SetClientSize(size)
    40         window.SetClientSize(size)
    41         window.Show()
    41         window.Show()
    42 
    42 
    43 
    43 
    44 EVT_HTML_URL_CLICK = wx.NewId()
    44 EVT_HTML_URL_CLICK = wx.NewIdRef()
    45 
    45 
    46 
    46 
    47 class HtmlWindowUrlClick(wx.PyEvent):
    47 class HtmlWindowUrlClick(wx.PyEvent):
    48     def __init__(self, linkinfo):
    48     def __init__(self, linkinfo):
    49         wx.PyEvent.__init__(self)
    49         wx.PyEvent.__init__(self)