git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32571
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wx.PyControl.SetForegroundColour(self, colour)
self.InitColours()
wx.PyControl.SetForegroundColour(self, colour)
self.InitColours()
+ def SetDefault(self):
+ self.GetParent().SetDefaultItem(self)
+
def _GetLabelSize(self):
""" used internally """
w, h = self.GetTextExtent(self.GetLabel())
def _GetLabelSize(self):
""" used internally """
w, h = self.GetTextExtent(self.GetLabel())