コード例 #1
0
ファイル: basecontenteditor.py プロジェクト: mpm2050/Raven
 def __init__(self, context):
     self.context = context
     ZAcceleratorTable.__init__(
         self, IZBlogAppAcceleratorIds.ZID_BLOG_POST_EDITOR_CONTENT_ACCEL)
コード例 #2
0
 def __init__(self, view):
     self.view = view
     ZAcceleratorTable.__init__(
         self, IZBlogAppAcceleratorIds.ZID_BLOG_POST_LIST_ACCEL)
コード例 #3
0
    def __init__(self, dialog, buttonMask):
        self.dialog = dialog
        self.buttonMask = buttonMask

        ZAcceleratorTable.__init__(self, None)
コード例 #4
0
    def __init__(self, editControl):
        self.editControl = editControl

        # Cannot contribute to this accelerator table - it is built-in only to
        # support the DEL key.
        ZAcceleratorTable.__init__(self, None)
コード例 #5
0
ファイル: blogpostaccel.py プロジェクト: Tidosho/zoundryraven
 def __init__(self, context):
     self.context = context
     ZAcceleratorTable.__init__(self, IZBlogAppAcceleratorIds.ZID_BLOG_POST_EDITOR_ACCEL)
コード例 #6
0
ファイル: postsview.py プロジェクト: Tidosho/zoundryraven
 def __init__(self, view):
     self.view = view
     ZAcceleratorTable.__init__(self, IZBlogAppAcceleratorIds.ZID_BLOG_POST_LIST_ACCEL)
コード例 #7
0
ファイル: mshtmlcontrol.py プロジェクト: Tidosho/zoundryraven
    def __init__(self, editControl):
        self.editControl = editControl

        # Cannot contribute to this accelerator table - it is built-in only to
        # support the DEL key.
        ZAcceleratorTable.__init__(self, None)
コード例 #8
0
ファイル: appwindow.py プロジェクト: Tidosho/zoundryraven
 def __init__(self):
     ZAcceleratorTable.__init__(self, IZBlogAppAcceleratorIds.ZID_MAIN_WINDOW_ACCEL)
コード例 #9
0
    def __init__(self, dialog, buttonMask):
        self.dialog = dialog
        self.buttonMask = buttonMask

        ZAcceleratorTable.__init__(self, None)
コード例 #10
0
ファイル: appwindow.py プロジェクト: mpm2050/Raven
 def __init__(self):
     ZAcceleratorTable.__init__(
         self, IZBlogAppAcceleratorIds.ZID_MAIN_WINDOW_ACCEL)