projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
some setup.h changes for wxMovieCtrl
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
infoframe.py
diff --git
a/wxPython/wx/lib/infoframe.py
b/wxPython/wx/lib/infoframe.py
index 13f209a9033dbd05299a38b6edf7cf15cc0fd468..b1352b437d777755bb3c9999473a9831209cc1cc 100644
(file)
--- a/
wxPython/wx/lib/infoframe.py
+++ b/
wxPython/wx/lib/infoframe.py
@@
-1,3
+1,9
@@
+# 12/20/2003 - Jeff Grimmett (grimmtooth@softhome.net)
+#
+# o wxPyInformationalMessagesFrame -> PyInformationalMessagesFrame
+# o dummy_wxPyInformationalMessagesFrame -> dummy_PyInformationalMessagesFrame
+#
+
"""
infoframe.py
Released under wxWindows license etc.
"""
infoframe.py
Released under wxWindows license etc.
@@
-30,7
+36,7
@@
Typical usage:
from wxPython.lib.infoframe import *
... # ... modify your wxApp as follows:
class myApp(wxApp):
from wxPython.lib.infoframe import *
... # ... modify your wxApp as follows:
class myApp(wxApp):
- outputWindowClass =
wx
PyInformationalMessagesFrame
+ outputWindowClass = PyInformationalMessagesFrame
...
If you're running on Linux, you'll also have to supply an argument 1 to your
constructor of myApp to redirect stdout/stderr to this window (it's done
...
If you're running on Linux, you'll also have to supply an argument 1 to your
constructor of myApp to redirect stdout/stderr to this window (it's done
@@
-39,7
+45,7
@@
automatically for you on Windows).
If you don't want to redirect stdout/stderr, but use the class directly: do
it this way:
If you don't want to redirect stdout/stderr, but use the class directly: do
it this way:
- InformationalMessagesFrame =
wx
PyInformationalMessagesFrame\
+ InformationalMessagesFrame = PyInformationalMessagesFrame\
([options from progname (default ""),
txt (default "informational
messages"])
([options from progname (default ""),
txt (default "informational
messages"])
@@
-192,7
+198,7
@@
class _MyStatusBar(wx.StatusBar):
-class
wx
PyInformationalMessagesFrame:
+class PyInformationalMessagesFrame:
def __init__(self,
progname="",
text="informational messages",
def __init__(self,
progname="",
text="informational messages",
@@
-456,7
+462,7
@@
class wxPyInformationalMessagesFrame:
-class Dummy_
wx
PyInformationalMessagesFrame:
+class Dummy_PyInformationalMessagesFrame:
def __init__(self,progname=""):
self.softspace = 1
def __call__(self,*args):
def __init__(self,progname=""):
self.softspace = 1
def __call__(self,*args):