Whitespace normalization.
[python/dscho.git] / Lib / plat-mac / lib-scriptpackages / StdSuites / QuickDraw_Graphics_Suppleme.py
blobd78193796dfae275e7df2b08850c863571db8025
1 """Suite QuickDraw Graphics Supplemental Suite: Defines transformations of graphic objects
2 Level 1, version 1
4 Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
5 AETE/AEUT resource version 1/0, language 0, script 0
6 """
8 import aetools
9 import MacOS
11 _code = 'qdsp'
13 class QuickDraw_Graphics_Suppleme_Events:
15 pass
18 class drawing_area(aetools.ComponentItem):
19 """drawing area - Container for graphics and supporting information """
20 want = 'cdrw'
21 class _Prop_rotation(aetools.NProperty):
22 """rotation - the default rotation for objects in the drawing area """
23 which = 'prot'
24 want = 'trot'
25 class _Prop_scale(aetools.NProperty):
26 """scale - the default scaling for objects in the drawing area """
27 which = 'pscl'
28 want = 'fixd'
29 class _Prop_translation(aetools.NProperty):
30 """translation - the default repositioning for objects in the drawing area """
31 which = 'ptrs'
32 want = 'QDpt'
34 drawing_areas = drawing_area
36 class graphic_groups(aetools.ComponentItem):
37 """graphic groups - """
38 want = 'cpic'
40 graphic_group = graphic_groups
41 drawing_area._superclassnames = []
42 drawing_area._privpropdict = {
43 'rotation' : _Prop_rotation,
44 'scale' : _Prop_scale,
45 'translation' : _Prop_translation,
47 drawing_area._privelemdict = {
49 graphic_groups._superclassnames = []
50 graphic_groups._privpropdict = {
52 graphic_groups._privelemdict = {
56 # Indices of types declared in this module
58 _classdeclarations = {
59 'cdrw' : drawing_area,
60 'cpic' : graphic_groups,
63 _propdeclarations = {
64 'prot' : _Prop_rotation,
65 'pscl' : _Prop_scale,
66 'ptrs' : _Prop_translation,
69 _compdeclarations = {
72 _enumdeclarations = {