- cb3 = wxCheckBox(self, cID+2, " Pears", wxPoint(65, 80), wxSize(150, 20), wxNO_BORDER)
-
- EVT_CHECKBOX(self, cID, self.EvtCheckBox)
- EVT_CHECKBOX(self, cID+1, self.EvtCheckBox)
- EVT_CHECKBOX(self, cID+2, self.EvtCheckBox)
+ cb3 = wx.CheckBox(self, cID+2, " Pears", (65, 80), (150, 20), wx.NO_BORDER)