Example #1
0
 def __init__(self, editor):
     self.editor = editor
     ZToolBarActionContext.__init__(self, editor)
 def __init__(self, editor):
     self.editor = editor
     ZToolBarActionContext.__init__(self, editor)
Example #3
0
 def __init__(self, window, viewSelection):
     self.window = window
     self.viewSelection = viewSelection
     ZToolBarActionContext.__init__(self, window)