git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16468
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
def __init__(self, parent):
wxWindow.__init__(self, parent, -1, style=wxSUNKEN_BORDER)
self.SetBackgroundColour(wxWHITE)
def __init__(self, parent):
wxWindow.__init__(self, parent, -1, style=wxSUNKEN_BORDER)
self.SetBackgroundColour(wxWHITE)
- self.SetSize(wxSize(-1, 40))
+ self.SetSize(wxSize(-1, 45))
self.colour = self.thickness = None
EVT_PAINT(self, self.OnPaint)
self.colour = self.thickness = None
EVT_PAINT(self, self.OnPaint)
launcher = FrogEditLauncher()
launcher.Main()
launcher = FrogEditLauncher()
launcher.Main()
def SetAltFuncs(self, action):
wxEditor.SetAltFuncs(self, action)
def SetAltFuncs(self, action):
wxEditor.SetAltFuncs(self, action)
- action['x'] = self.Exit
+ action['x'] = self.Exit
#----------- commands -----------
#----------- commands -----------