Пример #1
0
 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)
Пример #2
0
 def clearCtrls(self):
     for ctrl in self.text_ctrls:   ctrl.SetLabel('')
     for ctrl in self.choice_ctrls: ctrl.SetSelection(0)
     self.disableCtrls()
     loadCmb.blood(self.choice_blood_group)