def clearCtrls(self): for ctrl in self.text_ctrls: ctrl.SetLabel("") for ctrl in self.choice_ctrls: ctrl.SetSelection(0) loadCmb.faiths(self.choice_faith) loadCmb.pob(self.choice_pob) self.disableCtrls()
def __do_main(self): loadCmb.pob( self.choice_pob) loadCmb.faiths( self.choice_faith) loadCmb.schools(self.choice_schools) loadCmb.blood( self.choice_blood_group)