ó
ŇŹQc           @   sJ  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
 e Z d e j f d     YZ e Z g  e _ i e d 6e	 d 6e
 d 6e _ i  e _ g  e _ i  e _ i  e _ i e d 6e d 6Z i e d 6e	 d 6e
 d 6Z i  Z i  Z d S(   sâ   Suite QuickDraw Graphics Supplemental Suite: Defines transformations of graphic objects
Level 1, version 1

Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
AETE/AEUT resource version 1/0, language 0, script 0
i˙˙˙˙Nt   qdspt"   QuickDraw_Graphics_Suppleme_Eventsc           B   s   e  Z RS(    (   t   __name__t
   __module__(    (    (    sn   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.pyR      s   t   drawing_areac           B   s   e  Z d  Z d Z RS(   sA   drawing area - Container for graphics and supporting information t   cdrw(   R   R   t   __doc__t   want(    (    (    sn   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.pyR      s   t   _Prop_rotationc           B   s   e  Z d  Z d Z d Z RS(   s@   rotation - the default rotation for objects in the drawing area t   prott   trot(   R   R   R   t   whichR   (    (    (    sn   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.pyR      s   t   _Prop_scalec           B   s   e  Z d  Z d Z d Z RS(   s<   scale - the default scaling for objects in the drawing area t   psclt   fixd(   R   R   R   R   R   (    (    (    sn   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.pyR      s   t   _Prop_translationc           B   s   e  Z d  Z d Z d Z RS(   sH   translation - the default repositioning for objects in the drawing area t   ptrst   QDpt(   R   R   R   R   R   (    (    (    sn   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.pyR      s   t   graphic_groupsc           B   s   e  Z d  Z d Z RS(   s   graphic groups -  t   cpic(   R   R   R   R   (    (    (    sn   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.pyR   $   s   t   rotationt   scalet   translationR   R   R	   R   R   (    (   R   t   aetoolst   MacOSt   _codeR   t   ComponentItemR   t	   NPropertyR   R   R   t   drawing_areasR   t   graphic_groupt   _superclassnamest   _privpropdictt   _privelemdictt   _classdeclarationst   _propdeclarationst   _compdeclarationst   _enumdeclarations(    (    (    sn   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.pyt   <module>   s:   					

