Ejemplo n.º 1
0
 def about(self, _action):
     """Opens the about dialog."""
     AboutDialog.show_about_dialog(_('Webilder Applet'))
Ejemplo n.º 2
0
 def on_about_handle_activate(self, _event):
     """Hanles the About menu item."""
     AboutDialog.show_about_dialog('Webilder Desktop')
Ejemplo n.º 3
0
 def on_about_handle_activate(self, _event):
     """Hanles the About menu item."""
     AboutDialog.show_about_dialog('Webilder Desktop')
Ejemplo n.º 4
0
 def about(self, _object, _menu):
     """Opens the about dialog."""
     AboutDialog.show_about_dialog(_('Webilder Applet'))
Ejemplo n.º 5
0
 def about(self, _action):
     """Opens the about dialog."""
     AboutDialog.show_about_dialog(_('Webilder Applet'))