Пример #1
0
    def __init__(self, slideshow_number=None):
        """
        Sets up Keynote so that it uses whichever slideshow throughout
        """
        AppleScriptWrapper.__init__(self, "Keynote")
        if not slideshow_number:
            slideshow_number = 1

        self._edit = []
        """
Пример #2
0
    def __init__(self, slideshow_number=None):
        """
        Sets up Keynote so that it uses whichever slideshow throughout
        """
        AppleScriptWrapper.__init__(self, "Keynote")
        if not slideshow_number:
            slideshow_number = 1

        self._edit = []
        """
Пример #3
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, "Pages")
     self._selection = None
Пример #4
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, "Pages")
     self._selection = None
Пример #5
0
Файл: Word.py Проект: imclab/asw
 def __init__(self):
     s = "hi"
     AppleScriptWrapper.__init__(self, "Microsoft Word")
Пример #6
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, 'TextEdit')
Пример #7
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, "iTunes")
Пример #8
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, "System Preferences")
Пример #9
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, "Finder")
Пример #10
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, "Firefox")
Пример #11
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, "Photo Booth")
Пример #12
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, 'TextEdit')
Пример #13
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, "iTunes")
Пример #14
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, "ProVoc")
Пример #15
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, "QuickTime Player")
Пример #16
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, "Preview")
Пример #17
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, 'Safari')
Пример #18
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, "Finder")
Пример #19
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, 'Safari')
Пример #20
0
 def __init__(self):
     s = "hi"
     AppleScriptWrapper.__init__(self, "Microsoft Word")
Пример #21
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, "ProVoc")
Пример #22
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, "QuickTime Player")
Пример #23
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, "System Preferences")
Пример #24
0
 def __init__(self):
     AppleScriptWrapper.__init__(self, "Preview")