예제 #1
0
 def __show_about(self, *args):
     about = AboutDialog(self, app)
     about.run()
     about.destroy()
예제 #2
0
 def test_ctr(self):
     AboutDialog(None, app).destroy()
예제 #3
0
 def __show_about(self, widget):
     about = AboutDialog(self, app)
     about.run()
     about.destroy()
예제 #4
0
 def about_cb(*args):
     about = AboutDialog(self, app)
     about.run()
     about.destroy()
예제 #5
0
 def about_cb(*args):
     about = AboutDialog(self, app)
     about.run()
     about.destroy()
예제 #6
0
 def __show_about(self, widget):
     about = AboutDialog(self, app)
     about.run()
     about.destroy()
예제 #7
0
 def __show_about(self, *args):
     about = AboutDialog(self, app)
     about.run()
     about.destroy()