Esempio n. 1
0
 def on_about_item_activate(self, widget):
     dialog = AboutDialog(
         "PyGWSvcCtl",
         "A tool to remotely manage the services on a computer.\n Based on Jelmer Vernooij's original Samba-GTK",
         self.icon_pixbuf)
     dialog.run()
     dialog.hide()
Esempio n. 2
0
 def on_about_item_activate(self, widget):
     dialog = AboutDialog(
          "PyGWCronTab",
          "A tool to remotely manage scheduled tasks.\n Based on Jelmer Vernooij's original Samba-GTK",
          self.icon_pixbuf
          )
     dialog.run()
     dialog.hide()
Esempio n. 3
0
 def on_about_item_activate(self, widget):
     dialog = AboutDialog(
                          "Main",
                          "A tool to display other utilities in a simple, unified window.",
                          None
                          )
     dialog.run()
     dialog.hide()