예제 #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
파일: medical.py 프로젝트: ckSchool/bucky
 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)