mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
[#3] se cocoa: adapted to the recent API changes.
--HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%4067
This commit is contained in:
parent
12482fed1b
commit
52205ab07b
@ -68,9 +68,15 @@ class PyDupeGuru(PyApp):
|
|||||||
def refreshDetailsWithSelected(self):
|
def refreshDetailsWithSelected(self):
|
||||||
self.app.RefreshDetailsWithSelected()
|
self.app.RefreshDetailsWithSelected()
|
||||||
|
|
||||||
|
def selectedResultNodePaths(self):
|
||||||
|
return self.app.selected_result_node_paths()
|
||||||
|
|
||||||
def selectResultNodePaths_(self,node_paths):
|
def selectResultNodePaths_(self,node_paths):
|
||||||
self.app.SelectResultNodePaths(node_paths)
|
self.app.SelectResultNodePaths(node_paths)
|
||||||
|
|
||||||
|
def selectedPowerMarkerNodePaths(self):
|
||||||
|
return self.app.selected_powermarker_node_paths()
|
||||||
|
|
||||||
def selectPowerMarkerNodePaths_(self,node_paths):
|
def selectPowerMarkerNodePaths_(self,node_paths):
|
||||||
self.app.SelectPowerMarkerNodePaths(node_paths)
|
self.app.SelectPowerMarkerNodePaths(node_paths)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user