ó
_\¬Qc           @   sÍ  d  Z  d d l Z d d l Z d Z d d, 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 e
 Z d e j f d „  ƒ  YZ e Z d e j f d „  ƒ  YZ e Z d e j f d „  ƒ  YZ d e j f d „  ƒ  YZ e Z d g e _ i e d 6e	 d 6e _ i e
 d 6e d 6e d 6e d 6e _ d d l Z d g e
 _ i e d 6e d 6e d  6e d! 6e
 _ i e
 d 6e d 6e d 6e d 6e
 _ d g e _ i e d 6e d 6e d  6e d! 6e _ i e
 d 6e d 6e d 6e d 6e _ d g e _ i e d 6e d 6e d  6e d! 6e _ i e
 d 6e d 6e d 6e d 6e _ d g e _ i e d 6e d 6e d  6e d! 6e _ i e
 d 6e d 6e d 6e d 6e _ d g e _ i e d 6e d 6e d  6e d! 6e _ i e
 d 6e d 6e d 6e d 6e _ i e d" 6e
 d# 6e d$ 6e d% 6e d& 6e d' 6Z i e	 d( 6e d) 6e d* 6e d  6e d+ 6Z i  Z i  Z d S(-   s»   Suite Text Suite: A set of basic classes for text processing.
Level 1, version 1

Generated from /Applications/Utilities/Terminal.app
AETE/AEUT resource version 1/0, language 0, script 0
iÿÿÿÿNs   ????t   Text_Suite_Eventsc           B   s   e  Z RS(    (   t   __name__t
   __module__(    (    (    sw   /tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Text_Suite.pyR       s   t
   attachmentc           B   s   e  Z d  Z d Z RS(   sa   attachment - Represents an inline text attachment.  This class is used mainly for make commands. t   atts(   R   R   t   __doc__t   want(    (    (    sw   /tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Text_Suite.pyR      s   t   _Prop__3c_Inheritance_3e_c           B   s   e  Z d  Z d Z d Z RS(   s9   <Inheritance> - All of the properties of the superclass. s   c@#^t   ctxt(   R   R   R   t   whichR   (    (    (    sw   /tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Text_Suite.pyR      s   t   _Prop_file_namec           B   s   e  Z d  Z d Z d Z RS(   s4   file name - The path to the file for the attachment t   atfnt   utxt(   R   R   R   R	   R   (    (    (    sw   /tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Text_Suite.pyR
      s   t   attribute_runc           B   s   e  Z d  Z d Z RS(   sX   attribute run - This subdivides the text into chunks that all have the same attributes. t   catr(   R   R   R   R   (    (    (    sw   /tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Text_Suite.pyR   "   s   t   _Prop_colorc           B   s   e  Z d  Z d Z d Z RS(   s*   color - The color of the first character. t   colr(   R   R   R   R	   R   (    (    (    sw   /tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Text_Suite.pyR   %   s   t
   _Prop_fontc           B   s   e  Z d  Z d Z d Z RS(   s4   font - The name of the font of the first character. t   fontR   (   R   R   R   R	   R   (    (    (    sw   /tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Text_Suite.pyR   )   s   t
   _Prop_sizec           B   s   e  Z d  Z d Z d Z RS(   s2   size - The size in points of the first character. t   ptszt   long(   R   R   R   R	   R   (    (    (    sw   /tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Text_Suite.pyR   -   s   t	   characterc           B   s   e  Z d  Z d Z RS(   s6   character - This subdivides the text into characters. s   cha (   R   R   R   R   (    (    (    sw   /tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Text_Suite.pyR   8   s   t	   paragraphc           B   s   e  Z d  Z d Z RS(   s6   paragraph - This subdivides the text into paragraphs. t   cpar(   R   R   R   R   (    (    (    sw   /tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Text_Suite.pyR   B   s   t   textc           B   s   e  Z d  Z d Z RS(   s   text - Rich (styled) text R   (   R   R   R   R   (    (    (    sw   /tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Text_Suite.pyR   L   s   t   wordc           B   s   e  Z d  Z d Z RS(   s,   word - This subdivides the text into words. t   cwor(   R   R   R   R   (    (    (    sw   /tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Text_Suite.pyR   T   s   t   _3c_Inheritance_3e_t	   file_namet   itemt   colorR   t   sizeR   R   s   cha R   R   R   R   s   c@#^R   R   (    (   R   t   aetoolst   MacOSt   _codeR    t   ComponentItemR   t	   NPropertyR   R
   R   R   R   R   t   attribute_runsR   t
   charactersR   t
   paragraphsR   R   t   wordst   _superclassnamest   _privpropdictt   _privelemdictt   Standard_Suitet   _classdeclarationst   _propdeclarationst   _compdeclarationst   _enumdeclarations(    (    (    sw   /tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Text_Suite.pyt   <module>   sÆ   		

