Esempio n. 1
0
 def get_active(self, object):
     """overrule get_active, to support call as in Gramplets
     """
     return NavigationView.get_active(self)
Esempio n. 2
0
 def get_active(self, obj):
     """overrule get_active, to support call as in Gramplets
     """
     dummy_obj = obj
     return NavigationView.get_active(self)
Esempio n. 3
0
 def get_active(self, object):
     """overrule get_active, to support call as in Gramplets
     """
     return NavigationView.get_active(self)