Example #1
0
 def __init__(self, context):
     self.context = context
     ZAcceleratorTable.__init__(
         self, IZBlogAppAcceleratorIds.ZID_BLOG_POST_EDITOR_CONTENT_ACCEL)
Example #2
0
 def __init__(self, view):
     self.view = view
     ZAcceleratorTable.__init__(
         self, IZBlogAppAcceleratorIds.ZID_BLOG_POST_LIST_ACCEL)
    def __init__(self, dialog, buttonMask):
        self.dialog = dialog
        self.buttonMask = buttonMask

        ZAcceleratorTable.__init__(self, None)
Example #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)
Example #5
0
 def __init__(self, context):
     self.context = context
     ZAcceleratorTable.__init__(self, IZBlogAppAcceleratorIds.ZID_BLOG_POST_EDITOR_ACCEL)
Example #6
0
 def __init__(self, view):
     self.view = view
     ZAcceleratorTable.__init__(self, IZBlogAppAcceleratorIds.ZID_BLOG_POST_LIST_ACCEL)
Example #7
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)
Example #8
0
 def __init__(self):
     ZAcceleratorTable.__init__(self, IZBlogAppAcceleratorIds.ZID_MAIN_WINDOW_ACCEL)
Example #9
0
    def __init__(self, dialog, buttonMask):
        self.dialog = dialog
        self.buttonMask = buttonMask

        ZAcceleratorTable.__init__(self, None)
Example #10
0
 def __init__(self):
     ZAcceleratorTable.__init__(
         self, IZBlogAppAcceleratorIds.ZID_MAIN_WINDOW_ACCEL)