def on_student_list(self, event): # wxGlade: student_profie.<event_handler>
# the combo box containing admission no
self.current_admission_no=self.combo_box_adno.Value
self.load_student_details()
self.button_save.Label="Edit"
self.add_flag=False
self.set_editable(False)
#self.bitmap_photo.Enable(True)
self.Bind(wx.EVT_BUTTON, self.on_photo, self.bitmap_photo)
#self.combo_box_adno.SetSelection(0)
event.Skip()
评论列表
文章目录