
Qc           @   s  d  Z  d d l Z d d l Z d Z d d l Td e f d     YZ d e j f d     YZ d	 e j	 f d
     YZ
 e Z d e j f d     YZ d e j	 f d     YZ e   Z d e j	 f d     YZ e   Z d e j	 f d     YZ e   Z d e j	 f d     YZ e   Z d e j	 f d     YZ e   Z e Z d e j f d     YZ e Z d e j f d     YZ d e j	 f d     YZ d e j f d     YZ d e j	 f d      YZ d! e j	 f d"     YZ d# e j	 f d$     YZ d% e j	 f d&     YZ  d' e j	 f d(     YZ! d) e j	 f d*     YZ" d+ e j	 f d,     YZ# d- e j	 f d.     YZ$ d/ e j	 f d0     YZ% d1 e j	 f d2     YZ& e Z' d3 e j f d4     YZ( d5 e j	 f d6     YZ) e( Z* d7 e j f d8     YZ+ e+ Z, g  e _- i e
 d9 6e _. i  e _/ g  e _- i e d: 6e d; 6e d< 6e d= 6e d> 6e _. i  e _/ g  e _- i  e _. i  e _/ g  e _- i e d? 6e _. i  e _/ g  e _- i
 e d@ 6e dA 6e dB 6e  dC 6e! dD 6e" dE 6e# dF 6e$ dG 6e% dH 6e& dI 6e _. i  e _/ g  e( _- i e) dJ 6e( _. i  e( _/ g  e+ _- i e
 d9 6e+ _. i  e+ _/ dK e j0 f dL     YZ1 dM e j0 f dN     YZ2 dO e j0 f dP     YZ3 dQ e j0 f dR     YZ4 dS e j0 f dT     YZ5 dU e j0 f dV     YZ6 dW e j0 f dX     YZ7 dY e j0 f dZ     YZ8 i d[ dC 6d< d\ 6d] d^ 6Z9 i d_ d` 6da db 6dc dd 6Z: i de df 6dg dg 6dh di 6dj dk 6dl dm 6dn do 6dp dq 6dr ds 6dt du 6dv dw 6dx dy 6dz d{ 6d| d} 6d~ d 6d d 6Z; i e d 6e d 6e d 6e d 6e d 6e( d 6e+ d7 6Z< i e d 6e) d 6e d 6e% d 6e d 6e d 6e d 6e  d 6e d 6e! d 6e d 6e" d 6e
 d 6e# d 6e$ d 6e& d 6e d 6e d 6Z= i e1 d 6e7 d 6e2 d 6e3 d 6e8 d 6e6 d 6e4 d 6e5 d 6Z> i e9 d 6e: d 6e; d 6Z? d S(   s   Suite Standard Suite: Common terms for most applications
Level 1, version 1

Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
AETE/AEUT resource version 1/0, language 0, script 0
iNt   core(   t   *t   Standard_Suite_Eventsc           B   s  e  Z i d  d 6Z d& i  d  Z i d d 6d d 6Z i  d  Z i d d	 6Z i  d
  Z i d d 6Z	 i  d  Z
 i  d  Z i d d 6d d 6Z i  d  Z i d  d 6Z i  d  Z i  d  Z i  d  Z i d d 6d d 6d d 6d d 6Z d& i  d  Z i d d 6Z i  d  Z i  d  Z i  d  Z i d d 6Z d& i  d  Z d& i  d   Z d& i  d!  Z i d d 6d" d 6Z i  d#  Z i  d$  Z i d  d 6Z i  d%  Z  RS('   t   wrcdt   in_c         K   s   d } d } t  j | |  j  | | d <|  j | | | |  \ } } } | j d d  rt t  j t  j |   n  | j d  r | d Sd S(   s  class info: (optional) Get information about an object class
        Required argument: the object class about which information is requested
        Keyword argument in_: the human language and script system in which to return information
        Keyword argument _attributes: AppleEvent attribute dictionary
        Returns: a record containing the objects properties and elements
        R    t   qobjs   ----t   errni    N(   t   aetoolst   keysubstt   _argmap_class_infot   sendt   gett   Errort   decodeerrort   has_key(   t   selft   _objectt   _attributest
   _argumentst   _codet   _subcodet   _reply(    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyt
   class_info   s    
t   savot   savingt   kfilt	   saving_inc         K   s   d } d } t  j | |  j  | | d <t  j | d t  |  j | | | |  \ } } } | j d d  r t  j t  j |   n  | j	 d  r | d Sd S(   s@  close: Close an object
        Required argument: the object to close
        Keyword argument saving: specifies whether changes should be saved before closing
        Keyword argument saving_in: the file or alias in which to save the object
        Keyword argument _attributes: AppleEvent attribute dictionary
        R    t   closs   ----R   R   i    N(
   R   R   t   _argmap_closet	   enumsubstt
   _Enum_savoR
   R   R   R   R   (   R   R   R   R   R   R   R   (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyt   close/   s    
t   koclt   eachc         K   s   d } d } t  j | |  j  | | d <|  j | | | |  \ } } } | j d d  rt t  j t  j |   n  | j d  r | d Sd S(   sH  count: Return the number of elements of an object
        Required argument: the object whose elements are to be counted
        Keyword argument each: if specified, restricts counting to objects of this class
        Keyword argument _attributes: AppleEvent attribute dictionary
        Returns: the number of elements
        R    t   cntes   ----R   i    N(   R   R   t   _argmap_countR
   R   R   R   R   (   R   R   R   R   R   R   R   (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyt   countJ   s    
t   rtypt   asc         K   s   d } d } t  j | |  j  | | d <|  j | | | |  \ } } } | j d d  rt t  j t  j |   n  | j d  r | d Sd S(   sO  data size: (optional) Return the size in bytes of an object
        Required argument: the object whose data size is to be returned
        Keyword argument as: the data type for which the size is calculated
        Keyword argument _attributes: AppleEvent attribute dictionary
        Returns: the size of the object in bytes
        R    t   dsizs   ----R   i    N(   R   R   t   _argmap_data_sizeR
   R   R   R   R   (   R   R   R   R   R   R   R   (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyt	   data_sized   s    
c         K   s   d } d } | r t  d  n  | | d <|  j | | | |  \ } } } | j d d  rs t j t j |   n  | j d  r | d Sd S(   s  delete: Delete an object from its container. Note this does not work on script variables, only on elements of application classes.
        Required argument: the element to delete
        Keyword argument _attributes: AppleEvent attribute dictionary
        R    t   delos   No optional args expecteds   ----R   i    N(   t	   TypeErrorR
   R   R   R   R   R   (   R   R   R   R   R   R   R   (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyt   deletez   s     
t   insht   tot   prdtt   with_propertiesc         K   s   d } d } t  j | |  j  | | d <|  j | | | |  \ } } } | j d d  rt t  j t  j |   n  | j d  r | d Sd S(   s  duplicate: Duplicate one or more objects
        Required argument: the object(s) to duplicate
        Keyword argument to: the new location for the object(s)
        Keyword argument with_properties: the initial values for properties of the new object that are to be different from the original
        Keyword argument _attributes: AppleEvent attribute dictionary
        Returns: to the duplicated object(s)
        R    t   clons   ----R   i    N(   R   R   t   _argmap_duplicateR
   R   R   R   R   (   R   R   R   R   R   R   R   (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyt	   duplicate   s    
c         K   s   d } d } t  j | |  j  | | d <|  j | | | |  \ } } } | j d d  rt t  j t  j |   n  | j d  r | d Sd S(   s  event info: (optional) Get information about the Apple events in a suite
        Required argument: the event class of the Apple events for which to return information
        Keyword argument in_: the human language and script system in which to return information
        Keyword argument _attributes: AppleEvent attribute dictionary
        Returns: a record containing the events and their parameters
        R    t   gteis   ----R   i    N(   R   R   t   _argmap_event_infoR
   R   R   R   R   (   R   R   R   R   R   R   R   (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyt
   event_info   s    
c         K   s   d } d } | r t  d  n  | | d <|  j | | | |  \ } } } | j d d  rs t j t j |   n  | j d  r | d Sd S(   s   exists: Verify if an object exists
        Required argument: the object in question
        Keyword argument _attributes: AppleEvent attribute dictionary
        Returns: true if it exists, false if not
        R    t   doexs   No optional args expecteds   ----R   i    N(   R+   R
   R   R   R   R   R   (   R   R   R   R   R   R   R   (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyt   exists   s     
c         K   s   d } d } | r t  d  n  | | d <|  j | | | |  \ } } } | j d d  rs t j t j |   n  | j d  r | d Sd S(   s   handleBreakpoint: return true to stop at a breakpoint
        Required argument: the call frame of the breakpoint
        Keyword argument _attributes: AppleEvent attribute dictionary
        Returns: true to stop, false if not
        R    t   braks   No optional args expecteds   ----R   i    N(   R+   R
   R   R   R   R   R   (   R   R   R   R   R   R   R   (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyt   handleBreakpoint   s     
t   newt   att   datat	   with_datac         K   s   d } d } t  j | |  j  | d k	 r7 t d  n  |  j | | | |  \ } } } | j d d  r t  j t  j |   n  | j	 d  r | d Sd S(   s  make: Make a new element
        Keyword argument new: the class of the new element
        Keyword argument at: the location at which to insert the element
        Keyword argument with_data: the initial data for the element
        Keyword argument with_properties: the initial values for the properties of the element
        Keyword argument _attributes: AppleEvent attribute dictionary
        Returns: to the new object(s)
        R    t   crels   No direct arg expectedR   i    s   ----N(
   R   R   t   _argmap_maket   NoneR+   R
   R   R   R   R   (   R   t
   _no_objectR   R   R   R   R   (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyt   make   s    	 c         K   s   d } d } t  j | |  j  | | d <|  j | | | |  \ } } } | j d d  rt t  j t  j |   n  | j d  r | d Sd S(   s#  move: Move object(s) to a new location
        Required argument: the object(s) to move
        Keyword argument to: the new location for the object(s)
        Keyword argument _attributes: AppleEvent attribute dictionary
        Returns: to the object(s) after they have been moved
        R    t   moves   ----R   i    N(   R   R   t   _argmap_moveR
   R   R   R   R   (   R   R   R   R   R   R   R   (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyRD     s    
c         K   s   d } d } | r t  d  n  | | d <|  j | | | |  \ } } } | j d d  rs t j t j |   n  | j d  r | d Sd S(   s   open: Open the specified object(s)
        Required argument: list of objects to open
        Keyword argument _attributes: AppleEvent attribute dictionary
        t   aevtt   odocs   No optional args expecteds   ----R   i    N(   R+   R
   R   R   R   R   R   (   R   R   R   R   R   R   R   (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyt   open'  s     
c         K   s   d } d } | r t  d  n  | | d <|  j | | | |  \ } } } | j d d  rs t j t j |   n  | j d  r | d Sd S(   s   print: Print the specified object(s)
        Required argument: list of objects to print
        Keyword argument _attributes: AppleEvent attribute dictionary
        RF   t   pdocs   No optional args expecteds   ----R   i    N(   R+   R
   R   R   R   R   R   (   R   R   R   R   R   R   R   (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyt   print_;  s     
c         K   s   d } d } t  j | |  j  | d k	 r7 t d  n  t  j | d t  |  j | | | |  \ } } } | j d d  r t  j	 t  j
 |   n  | j d  r | d Sd S(	   s   quit: Quit an application
        Keyword argument saving: specifies whether to save currently open documents
        Keyword argument _attributes: AppleEvent attribute dictionary
        RF   t   quits   No direct arg expectedR   R   i    s   ----N(   R   R   t   _argmap_quitRA   R+   R   R   R
   R   R   R   R   (   R   RB   R   R   R   R   R   (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyRK   S  s     c         K   s   d } d } | r t  d  n  | d k	 r6 t  d  n  |  j | | | |  \ } } } | j d d  r t j t j |   n  | j d  r | d Sd S(	   s   reopen: Reactivate a running application.  Some applications will open a new untitled window if no window is open.
        Keyword argument _attributes: AppleEvent attribute dictionary
        RF   t   rapps   No optional args expecteds   No direct arg expectedR   i    s   ----N(   R+   RA   R
   R   R   R   R   R   (   R   RB   R   R   R   R   R   (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyt   reopenh  s      c         K   s   d } d } | r t  d  n  | d k	 r6 t  d  n  |  j | | | |  \ } } } | j d d  r t j t j |   n  | j d  r | d Sd S(	   s   run: Run an application.  Most applications will open an empty, untitled window.
        Keyword argument _attributes: AppleEvent attribute dictionary
        RF   t   oapps   No optional args expecteds   No direct arg expectedR   i    s   ----N(   R+   RA   R
   R   R   R   R   R   (   R   RB   R   R   R   R   R   (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyt   run{  s      t   fltpc         K   s   d } d } t  j | |  j  | | d <|  j | | | |  \ } } } | j d d  rt t  j t  j |   n  | j d  r | d Sd S(   sP  save: Save an object
        Required argument: the object to save, usually a document or window
        Keyword argument in_: the file or alias in which to save the object
        Keyword argument as: the file type of the document in which to save the data
        Keyword argument _attributes: AppleEvent attribute dictionary
        R    t   saves   ----R   i    N(   R   R   t   _argmap_saveR
   R   R   R   R   (   R   R   R   R   R   R   R   (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyRR     s    
c         K   s   d } d } | r t  d  n  | | d <|  j | | | |  \ } } } | j d d  rs t j t j |   n  | j d  r | d Sd S(   s   select: Make a selection
        Required argument: the object to select
        Keyword argument _attributes: AppleEvent attribute dictionary
        t   misct   slcts   No optional args expecteds   ----R   i    N(   R+   R
   R   R   R   R   R   (   R   R   R   R   R   R   R   (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyt   select  s     
c         K   s   d } d } t  j | |  j  | | d <|  j | | | |  \ } } } | j d d  rt t  j t  j |   n  | j d  r | d Sd S(   st  suite info: (optional) Get information about event suite(s)
        Required argument: the suite for which to return information
        Keyword argument in_: the human language and script system in which to return information
        Keyword argument _attributes: AppleEvent attribute dictionary
        Returns: a record containing the suites and their versions
        R    t   gtsis   ----R   i    N(   R   R   t   _argmap_suite_infoR
   R   R   R   R   (   R   R   R   R   R   R   R   (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyt
   suite_info  s    
N(!   t   __name__t
   __module__R	   RA   R   R   R   R#   R$   R(   R)   R,   R2   R3   R5   R6   R8   R:   R@   RC   RE   RD   RH   RJ   RL   RK   RN   RP   RS   RR   RV   RX   RY   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR      s^   










t   aliasc           B   s   e  Z d  Z d Z RS(   sc   alias - a file on a disk or server.  The file must exist when you check the syntax of your script. t   alis(   RZ   R[   t   __doc__t   want(    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR\     s   t   _Prop_POSIX_pathc           B   s   e  Z d  Z d Z d Z RS(   s(   POSIX path - the POSIX path of the file t   psxpt   TEXT(   RZ   R[   R^   t   whichR_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR`     s   t   applicationc           B   s   e  Z d  Z d Z RS(   s%   application - An application program t   capp(   RZ   R[   R^   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyRd     s   t   _Prop_clipboardc           B   s   e  Z d  Z d Z d Z RS(   s?   clipboard - the contents of the clipboard for this application t   pclis   ****(   RZ   R[   R^   Rc   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyRf     s   t   _Prop_frontmostc           B   s   e  Z d  Z d Z d Z RS(   s/   frontmost - Is this the frontmost application? t   pisft   bool(   RZ   R[   R^   Rc   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyRh     s   t
   _Prop_namec           B   s   e  Z d  Z d Z d Z RS(   s#   name - the name of the application t   pnamt   itxt(   RZ   R[   R^   Rc   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyRk     s   t   _Prop_selectionc           B   s   e  Z d  Z d Z d Z RS(   s   selection - the selection visible to the user.  Use the select command to set a new selection; use contents of selection to get or change information in the document. t   selet   csel(   RZ   R[   R^   Rc   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyRn     s   t   _Prop_versionc           B   s   e  Z d  Z d Z d Z RS(   s)   version - the version of the application t   vers(   RZ   R[   R^   Rc   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyRq     s   t   insertion_pointsc           B   s   e  Z d  Z d Z RS(   s   insertion points -  t   cins(   RZ   R[   R^   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyRs     s   t   selection_2d_objectc           B   s   e  Z d  Z d Z RS(   s   selection-object - A way to refer to the state of the current of the selection.  Use the select command to make a new selection. Rp   (   RZ   R[   R^   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyRu     s   t   _Prop_contentsc           B   s   e  Z d  Z d Z d Z RS(   sx   contents - the information currently selected.  Use contents of selection to get or change information in a document. t   pcnts   ****(   RZ   R[   R^   Rc   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyRv   
  s   t   windowc           B   s   e  Z d  Z d Z RS(   s   window - A window t   cwin(   RZ   R[   R^   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyRx     s   t   _Prop_boundsc           B   s   e  Z d  Z d Z d Z RS(   s/   bounds - the boundary rectangle for the window t   pbndt   qdrt(   RZ   R[   R^   Rc   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyRz     s   t   _Prop_closeablec           B   s   e  Z d  Z d Z d Z RS(   s.   closeable - Does the window have a close box? t   hclbRj   (   RZ   R[   R^   Rc   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR}     s   t   _Prop_floatingc           B   s   e  Z d  Z d Z d Z RS(   s"   floating - Does the window float? t   isflRj   (   RZ   R[   R^   Rc   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR     s   t   _Prop_indexc           B   s   e  Z d  Z d Z d Z RS(   s!   index - the number of the window t   pidxt   long(   RZ   R[   R^   Rc   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR     s   t   _Prop_modalc           B   s   e  Z d  Z d Z d Z RS(   s   modal - Is the window modal? t   pmodRj   (   RZ   R[   R^   Rc   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR   "  s   t   _Prop_resizablec           B   s   e  Z d  Z d Z d Z RS(   s%   resizable - Is the window resizable? t   prszRj   (   RZ   R[   R^   Rc   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR   &  s   t   _Prop_titledc           B   s   e  Z d  Z d Z d Z RS(   s+   titled - Does the window have a title bar? t   ptitRj   (   RZ   R[   R^   Rc   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR   *  s   t   _Prop_visiblec           B   s   e  Z d  Z d Z d Z RS(   s!   visible - Is the window visible? t   pvisRj   (   RZ   R[   R^   Rc   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR   .  s   t   _Prop_zoomablec           B   s   e  Z d  Z d Z d Z RS(   s#   zoomable - Is the window zoomable? t   iszmRj   (   RZ   R[   R^   Rc   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR   2  s   t   _Prop_zoomedc           B   s   e  Z d  Z d Z d Z RS(   s   zoomed - Is the window zoomed? t   pzumRj   (   RZ   R[   R^   Rc   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR   6  s   t   documentc           B   s   e  Z d  Z d Z RS(   s2   document - A document of a scriptable application t   docu(   RZ   R[   R^   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR   =  s   t   _Prop_modifiedc           B   s   e  Z d  Z d Z d Z RS(   s?   modified - Has the document been modified since the last save? t   imodRj   (   RZ   R[   R^   Rc   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR   @  s   t   filec           B   s   e  Z d  Z d Z RS(   s"   file - a file on a disk or server R   (   RZ   R[   R^   R_   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR   G  s   t
   POSIX_patht	   clipboardt	   frontmostt   namet	   selectiont   versiont   contentst   boundst	   closeablet   floatingt   indext   modalt	   resizablet   titledt   visiblet   zoomablet   zoomedt   modifiedt   _3c_c           B   s   e  Z d  Z RS(   s   < - Less than (   RZ   R[   R^   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR     s   t   _3d_c           B   s   e  Z d  Z RS(   s
   = - Equal (   RZ   R[   R^   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR     s   t   _3e_c           B   s   e  Z d  Z RS(   s   > - Greater than (   RZ   R[   R^   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR     s   t   containsc           B   s   e  Z d  Z RS(   s   contains - Contains (   RZ   R[   R^   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR     s   t	   ends_withc           B   s   e  Z d  Z RS(   s   ends with - Ends with (   RZ   R[   R^   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR     s   t   starts_withc           B   s   e  Z d  Z RS(   s   starts with - Starts with (   RZ   R[   R^   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR     s   t   _b2_c           B   s   e  Z d  Z RS(   s    - Less than or equal to (   RZ   R[   R^   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR     s   t   _b3_c           B   s   e  Z d  Z RS(   s    - Greater than or equal to (   RZ   R[   R^   (    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyR     s   t   indxt   nameds   ID  t   ids   yes t   yess   no  t   nos   ask t   askt   plant   plaint   boldt   italt   italict   outlt   outlinet   shadt   shadowt   undlt	   underlinet   spsct   superscriptt   sbsct	   subscriptt   strkt   strikethrought   smcpt
   small_capst   alcpt   all_capst   lowct   all_lowercaset   condt	   condensedt   pexpt   expandedt   hidnt   hiddenR]   Re   Rt   Rp   Ry   R   R~   R   R   R   R{   Rg   Rw   R   Ri   R   Rl   R   Ra   R   R   R   Ro   Rr   s   <   s   <=  s   =   s   >   s   >=  t   bgwtt   contt   endst   kfrmR   t   styl(@   R^   R   t   MacOSR   t   _builtinSuites.builtin_Suitet   builtin_Suite_EventsR   t   ComponentItemR\   t	   NPropertyR`   t   aliasesRd   Rf   R   Rh   R   Rk   R   Rn   R   Rq   R   t   applicationsRs   t   insertion_pointRu   Rv   Rx   Rz   R}   R   R   R   R   R   R   R   R   t   windowsR   R   t	   documentsR   t   filest   _superclassnamest   _privpropdictt   _privelemdictt   NComparisonR   R   R   R   R   R   R   R   t
   _Enum_kfrmR   t
   _Enum_stylt   _classdeclarationst   _propdeclarationst   _compdeclarationst   _enumdeclarations(    (    (    sa   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.pyt   <module>   s4  
 																				





