projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed ctl3d32.lib
[wxWidgets.git]
/
wxPython
/
demo
/
ContextHelp.py
diff --git
a/wxPython/demo/ContextHelp.py
b/wxPython/demo/ContextHelp.py
index 6985790b696160615a4d789e9c232454e8c14063..2c2a567ab7f0fbc48a9d66977442f0be8cb0f3e9 100644
(file)
--- a/
wxPython/demo/ContextHelp.py
+++ b/
wxPython/demo/ContextHelp.py
@@
-3,7
+3,7
@@
from wxPython.wx import *
from wxPython.help import *
#----------------------------------------------------------------------
from wxPython.help import *
#----------------------------------------------------------------------
-# We first have to set an application
wide help provider. Normally you
+# We first have to set an application
-
wide help provider. Normally you
# would do this in your app's OnInit or in other startup code...
provider = wxSimpleHelpProvider()
# would do this in your app's OnInit or in other startup code...
provider = wxSimpleHelpProvider()
@@
-64,7
+64,7
@@
class TestPanel(wxPanel):
def OnCtxHelp2(self, evt):
def OnCtxHelp2(self, evt):
- self.log.write("OnCtxHelp: %s" % evt)
+ self.log.write("OnCtxHelp: %s
\n
" % evt)
tip = wxTipWindow(self, "This is a wxTipWindow")
tip = wxTipWindow(self, "This is a wxTipWindow")