Ejemplo n.º 1
0
 def show_about(self, button=None, tipe=None):
     """Pops up de About Dialgo"""
     GCAboutDialog()
Ejemplo n.º 2
0
 def show_about(self,button=None,tipe = None):
     """Pops up de About Dialgo"""
     about_dialog = GCAboutDialog()
     self.dispatcher.emit("disable-no-audio")
     about_dialog.set_transient_for(context.get_mainwindow())
     about_dialog.set_modal(True)
     about_dialog.set_keep_above(False)
     about_dialog.show()
     about_dialog.connect('response', self.on_about_dialog_response)
Ejemplo n.º 3
0
 def show_about(self, button=None, tipe=None):
     """Pops up de About Dialgo"""
     about_dialog = GCAboutDialog()
     self.dispatcher.emit("disable-no-audio")
     about_dialog.set_transient_for(context.get_mainwindow())
     about_dialog.set_modal(True)
     about_dialog.set_keep_above(False)
     about_dialog.show()
     about_dialog.connect('response', self.on_about_dialog_response)
Ejemplo n.º 4
0
 def show_about_dialog(self,origin, button):
     about_dialog = GCAboutDialog()
     about_dialog.set_transient_for(context.get_mainwindow())
     about_dialog.set_modal(True)
     about_dialog.set_keep_above(False)
     about_dialog.show()
     about_dialog.connect('response', self.on_about_dialog_response)
Ejemplo n.º 5
0
 def show_about_dialog(self, origin, button):
     """Pop up the About Dialog"""
     GCAboutDialog()
Ejemplo n.º 6
0
 def show_about_dialog(self,origin, button):
     GCAboutDialog()