mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Start updating some wx.lib docstrings
This commit is contained in:
@@ -19,9 +19,9 @@ import wx.html as html
|
||||
|
||||
class PyClickableHtmlWindow(html.HtmlWindow):
|
||||
"""
|
||||
Class for a wxHtmlWindow which responds to clicks on links by opening a
|
||||
browser pointed at that link, and to shift-clicks by copying the link
|
||||
to the clipboard.
|
||||
Class for a :class:`wx.html.HtmlWindow` which responds to clicks on
|
||||
links by opening a browser pointed at that link, and to shift-clicks
|
||||
by copying the link to the clipboard.
|
||||
"""
|
||||
def __init__(self,parent,ID,**kw):
|
||||
html.HtmlWindow.__init__(self, parent, ID, **kw)
|
||||
|
||||
Reference in New Issue
Block a user