예제 #1
0
 def __init__(self, editor):
     self.editor = editor
     ZToolBarActionContext.__init__(self, editor)
예제 #2
0
 def __init__(self, editor):
     self.editor = editor
     ZToolBarActionContext.__init__(self, editor)
예제 #3
0
파일: standard.py 프로젝트: mpm2050/Raven
 def __init__(self, window, viewSelection):
     self.window = window
     self.viewSelection = viewSelection
     ZToolBarActionContext.__init__(self, window)