示例#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()
示例#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()
示例#3
0
文件: main.py 项目: jelmer/samba-gtk
 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()