projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
flicker reduction for gtk2
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
ClickableHtmlWindow.py
diff --git
a/wxPython/wx/lib/ClickableHtmlWindow.py
b/wxPython/wx/lib/ClickableHtmlWindow.py
index edc7188c723deecc9fca97a6fd98c2b3a1a2e203..51c812630ebc7700696a5005c5dd815d4d289e3a 100644
(file)
--- a/
wxPython/wx/lib/ClickableHtmlWindow.py
+++ b/
wxPython/wx/lib/ClickableHtmlWindow.py
@@
-2,6
+2,11
@@
#
# o Updated for wx namespace. Not tested though.
#
#
# o Updated for wx namespace. Not tested though.
#
+# 12/17/2003 - Jeff Grimmett (grimmtooth@softhome.net)
+#
+# o Removed wx prefix from class name,
+# updated reverse renamer
+#
"""
sorry no documentation...
"""
sorry no documentation...
@@
-12,7
+17,7
@@
Christopher J. Fama
import wx
import wx.html as html
import wx
import wx.html as html
-class
wx
PyClickableHtmlWindow(html.HtmlWindow):
+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
"""
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