Ejemplo n.º 1
0
 def __init__(self, *args, **kwargs):
     DragTool.__init__(self, *args, **kwargs)
     self.on_change_functor = None # o#n_change_functor
Ejemplo n.º 2
0
 def __init__(self,component,**traits):
     DragTool.__init__(self,component)
     AbstractOverlay.__init__(self,component)