示例#1
0
 def __show_about(self, *args):
     about = AboutDialog(self, app)
     about.run()
     about.destroy()
示例#2
0
 def __show_about(self, widget):
     about = AboutDialog(self, app)
     about.run()
     about.destroy()
示例#3
0
 def about_cb(*args):
     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 __show_about(self, widget):
     about = AboutDialog(self, app)
     about.run()
     about.destroy()
示例#6
0
 def __show_about(self, *args):
     about = AboutDialog(self, app)
     about.run()
     about.destroy()