예제 #1
0
 def on_plugins(self, button):
     dialog = PluginDialog(self.Applet)
     dialog.run()
     dialog.destroy()
예제 #2
0
 def on_plugins(self, button):
     dialog = PluginDialog(self.Applet)
     dialog.run()
     dialog.destroy()
예제 #3
0
 def open_dialog():
     dialog = PluginDialog(self.parent)
     dialog.run()
     dialog.destroy()
예제 #4
0
 def open_dialog():
     dialog = PluginDialog(self.Applet)
     dialog.run()
     dialog.destroy()
예제 #5
0
 def open_dialog():
     dialog = PluginDialog(self.Applet)
     dialog.run()
     dialog.destroy()