コード例 #1
0
ファイル: bio.py プロジェクト: ckSchool/bucky
    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()
コード例 #2
0
ファイル: DetailsEditor.py プロジェクト: ckSchool/bucky
 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)