ConfigTreeNode.py
changeset 967 8a339cd61cb4
parent 883 235a9ec83b95
child 1033 1eec9b855e47
equal deleted inserted replaced
966:dc1318160073 967:8a339cd61cb4
   419             else : # Want to go up ?
   419             else : # Want to go up ?
   420                 res +=  1 # Test for n-1
   420                 res +=  1 # Test for n-1
   421         # Finally set IEC Channel
   421         # Finally set IEC Channel
   422         self.BaseParams.setIEC_Channel(res)
   422         self.BaseParams.setIEC_Channel(res)
   423         return res
   423         return res
       
   424 
       
   425     def GetContextualMenuItems(self):
       
   426         return None
   424 
   427 
   425     def _OpenView(self, name=None, onlyopened=False):
   428     def _OpenView(self, name=None, onlyopened=False):
   426         if self.EditorType is not None:
   429         if self.EditorType is not None:
   427             app_frame = self.GetCTRoot().AppFrame
   430             app_frame = self.GetCTRoot().AppFrame
   428             if self._View is None and not onlyopened:
   431             if self._View is None and not onlyopened: