Exemple #1
0
def about():
    dialogs.about_dialog(gui.editor_window)
Exemple #2
0
def about():
    dialogs.about_dialog(gui.editor_window)
 def about(self, widget, data=None):
     dlg = about_dialog(self.icon)
     dlg.run()
     dlg.destroy()
     return
Exemple #4
0
 def about(self, *args):
     dialogs.about_dialog(self.mw)
Exemple #5
0
	def about(self, *args):
		dialogs.about_dialog(self.mw)
 def about(self, widget, data=None):
     dlg = about_dialog(self.gld.get_widget("main_win"), self.icon)
     dlg.run()
     dlg.destroy()
     return