git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17125
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
self.autoCallTip = 1
self.CallTipSetBackground(wxColour(255, 255, 232))
self.wrap()
self.autoCallTip = 1
self.CallTipSetBackground(wxColour(255, 255, 232))
self.wrap()
- self.SetEndAtLastLine(false)
+ try:
+ self.SetEndAtLastLine(false)
+ except AttributeError:
+ pass
def showIntro(self, text=''):
"""Display introductory text in the shell."""
def showIntro(self, text=''):
"""Display introductory text in the shell."""