Exemplo n.º 1
0
 def __init__(self, editor):
     self.editor = editor
     ZToolBarActionContext.__init__(self, editor)
Exemplo n.º 2
0
 def __init__(self, editor):
     self.editor = editor
     ZToolBarActionContext.__init__(self, editor)
Exemplo n.º 3
0
 def __init__(self, window, viewSelection):
     self.window = window
     self.viewSelection = viewSelection
     ZToolBarActionContext.__init__(self, window)