git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31126
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
self.Bind(wx.EVT_LEAVE_WINDOW, self.evLeave)
def InitColors(self):
self.Bind(wx.EVT_LEAVE_WINDOW, self.evLeave)
def InitColors(self):
- faceClr = wx.SystemSettings_GetSystemColour(wx.SYS_COLOUR_WINDOW)
+ faceClr = wx.SystemSettings.GetColour(wx.SYS_COLOUR_WINDOW)
self.SetBackgroundColour(faceClr)
def AddButton(self,bitmap,handler=None):
self.SetBackgroundColour(faceClr)
def AddButton(self,bitmap,handler=None):