コード例 #1
0
 def OnAbout(self, event = None):
     dlg = AboutBox(self)
     dlg.ShowModal()
     dlg.Destroy()
コード例 #2
0
ファイル: DefaultUI.py プロジェクト: pombreda/comp304
 def show_about_box(self):
   gui_lock.acquire()
   about=AboutBox(self)
   gui_lock.release()
   about.go()
コード例 #3
0
 def show_about_box(self):
     gui_lock.acquire()
     about = AboutBox(self)
     gui_lock.release()
     about.go()