Some last minute little tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-09-07 23:17:14 +00:00
parent 14f8fa9d7f
commit 1e6796a093
7 changed files with 60 additions and 9 deletions

View File

@@ -233,6 +233,7 @@ class Shell(wxStyledTextCtrl):
self.autoCallTip = 1
self.CallTipSetBackground(wxColour(255, 255, 232))
self.wrap()
self.SetEndAtLastLine(false)
def showIntro(self, text=''):
"""Display introductory text in the shell."""
@@ -243,6 +244,7 @@ class Shell(wxStyledTextCtrl):
self.write(self.interp.introText)
except AttributeError:
pass
wxCallAfter(self.ScrollToLine, 0)
def setBuiltinKeywords(self):
"""Create pseudo keywords as part of builtins.