Ejemplo n.º 1
0
 def __init__(self, context):
     self.context = context
     ZAcceleratorTable.__init__(
         self, IZBlogAppAcceleratorIds.ZID_BLOG_POST_EDITOR_CONTENT_ACCEL)
Ejemplo n.º 2
0
 def __init__(self, view):
     self.view = view
     ZAcceleratorTable.__init__(
         self, IZBlogAppAcceleratorIds.ZID_BLOG_POST_LIST_ACCEL)
Ejemplo n.º 3
0
    def __init__(self, dialog, buttonMask):
        self.dialog = dialog
        self.buttonMask = buttonMask

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

        ZAcceleratorTable.__init__(self, None)
Ejemplo n.º 10
0
 def __init__(self):
     ZAcceleratorTable.__init__(
         self, IZBlogAppAcceleratorIds.ZID_MAIN_WINDOW_ACCEL)