예제 #1
0
def about():
    dialogs.about_dialog(gui.editor_window)
예제 #2
0
def about():
    dialogs.about_dialog(gui.editor_window)
예제 #3
0
 def about(self, widget, data=None):
     dlg = about_dialog(self.icon)
     dlg.run()
     dlg.destroy()
     return
예제 #4
0
 def about(self, *args):
     dialogs.about_dialog(self.mw)
예제 #5
0
파일: proxy.py 프로젝트: sk1project/skencil
	def about(self, *args):
		dialogs.about_dialog(self.mw)
예제 #6
0
 def about(self, widget, data=None):
     dlg = about_dialog(self.gld.get_widget("main_win"), self.icon)
     dlg.run()
     dlg.destroy()
     return