projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Docstring tweaks
[wxWidgets.git]
/
wxPython
/
samples
/
embedded
/
embedded_sample.py
diff --git
a/wxPython/samples/embedded/embedded_sample.py
b/wxPython/samples/embedded/embedded_sample.py
index beed13cbb0cadd5f21aa1b4972f313c750b26439..56e46926d807f9f122bb7c962106a3868330232f 100644
(file)
--- a/
wxPython/samples/embedded/embedded_sample.py
+++ b/
wxPython/samples/embedded/embedded_sample.py
@@
-10,7
+10,7
@@
class MyPanel(wx.Panel):
intro = 'Welcome To PyCrust %s - The Flakiest Python Shell' % version.VERSION
pycrust = shell.Shell(self, -1, introText=intro)
intro = 'Welcome To PyCrust %s - The Flakiest Python Shell' % version.VERSION
pycrust = shell.Shell(self, -1, introText=intro)
- #pycrust = wxTextCtrl(self, -1, intro)
+ #pycrust = wx
.
TextCtrl(self, -1, intro)
sizer = wx.BoxSizer(wx.VERTICAL)
sizer.Add(text, 0, wx.EXPAND|wx.ALL, 10)
sizer = wx.BoxSizer(wx.VERTICAL)
sizer.Add(text, 0, wx.EXPAND|wx.ALL, 10)