def on_plugins(self, button): dialog = PluginDialog(self.Applet) dialog.run() dialog.destroy()
def open_dialog(): dialog = PluginDialog(self.parent) dialog.run() dialog.destroy()
def open_dialog(): dialog = PluginDialog(self.Applet) dialog.run() dialog.destroy()