Exemplo n.º 1
0
 def on_about_item_activate(self, menuitem):
     """
         Shows the about dialog
     """
     dialog = dialogs.AboutDialog(self.window)
     dialog.show()
Exemplo n.º 2
0
 def show_about_dialog(widget, name, parent, context):
     dialog = dialogs.AboutDialog(parent.window)
     dialog.show()