コード例 #1
0
ファイル: StandardItems.py プロジェクト: latot/blueman
 def on_plugins(self, button):
     dialog = PluginDialog(self.Applet)
     dialog.run()
     dialog.destroy()
コード例 #2
0
ファイル: StandardItems.py プロジェクト: GinoM/blueman
 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
ファイル: StandardItems.py プロジェクト: cschramm/blueman
 def open_dialog():
     dialog = PluginDialog(self.Applet)
     dialog.run()
     dialog.destroy()
コード例 #5
0
 def open_dialog():
     dialog = PluginDialog(self.Applet)
     dialog.run()
     dialog.destroy()