This is (hopefully) last checkin before releasing 2.1c2 -- get rid of
[python/dscho.git] / Mac / Lib / lib-scriptpackages / StdSuites / QuickDraw_Graphics_Suppleme.py
blob880a77216877c7a60e02129d568a547c507a5ef2
1 """Suite QuickDraw Graphics Supplemental Suite: Defines transformations of graphic objects
2 Level 1, version 1
4 Generated from Macintosh HD:Systeemmap:Extensies: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 rotation(aetools.NProperty):
22 """rotation - the default rotation for objects in the drawing area """
23 which = 'prot'
24 want = 'trot'
25 class scale(aetools.NProperty):
26 """scale - the default scaling for objects in the drawing area """
27 which = 'pscl'
28 want = 'fixd'
29 class 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_group(aetools.ComponentItem):
37 """graphic group - Group of graphics """
38 want = 'cpic'
40 graphic_groups = graphic_group
41 drawing_area._propdict = {
42 'rotation' : rotation,
43 'scale' : scale,
44 'translation' : translation,
46 drawing_area._elemdict = {
48 graphic_group._propdict = {
50 graphic_group._elemdict = {
54 # Indices of types declared in this module
56 _classdeclarations = {
57 'cpic' : graphic_group,
58 'cdrw' : drawing_area,
61 _propdeclarations = {
62 'prot' : rotation,
63 'pscl' : scale,
64 'ptrs' : translation,
67 _compdeclarations = {
70 _enumdeclarations = {