예제 #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
 def on_about_item_activate(self, widget):
     dialog = AboutDialog(
                          "PyGWSAM", 
                          "A tool to manage accounts on a SAM server.\n Based on Jelmer Vernooij's original Samba-GTK",
                          self.icon_pixbuf
                          )
     dialog.run()
     dialog.hide()
예제 #4
0
파일: main.py 프로젝트: sergio97/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()