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()
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()
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()
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()