def __init__(self, *args, **kwargs): super(EncapsulatedSpinCtrl, self).__init__(*args, **kwargs) self.control.Bind(wx.EVT_SPINCTRL, self.on_change)