diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-10-26 13:50:50 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-10-26 13:50:50 (GMT) |
| commit | e46ef289e142982d7bd592faa7b0f85470364c01 (patch) | |
| tree | cda253e03788f7db0a7cdcd05662f66b4455e298 /src/python/stdlib/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py | |
| parent | d0d0d62bbcbb5c3417f8cba419c83bac192ea985 (diff) | |
| download | powder-e46ef289e142982d7bd592faa7b0f85470364c01.zip powder-e46ef289e142982d7bd592faa7b0f85470364c01.tar.gz | |
Remove Python console stuff
Diffstat (limited to 'src/python/stdlib/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py')
| -rw-r--r-- | src/python/stdlib/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/src/python/stdlib/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py b/src/python/stdlib/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py deleted file mode 100644 index d781937..0000000 --- a/src/python/stdlib/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py +++ /dev/null @@ -1,73 +0,0 @@ -"""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 -""" - -import aetools -import MacOS - -_code = 'qdsp' - -class QuickDraw_Graphics_Suppleme_Events: - - pass - - -class drawing_area(aetools.ComponentItem): - """drawing area - Container for graphics and supporting information """ - want = 'cdrw' -class _Prop_rotation(aetools.NProperty): - """rotation - the default rotation for objects in the drawing area """ - which = 'prot' - want = 'trot' -class _Prop_scale(aetools.NProperty): - """scale - the default scaling for objects in the drawing area """ - which = 'pscl' - want = 'fixd' -class _Prop_translation(aetools.NProperty): - """translation - the default repositioning for objects in the drawing area """ - which = 'ptrs' - want = 'QDpt' - -drawing_areas = drawing_area - -class graphic_groups(aetools.ComponentItem): - """graphic groups - """ - want = 'cpic' - -graphic_group = graphic_groups -drawing_area._superclassnames = [] -drawing_area._privpropdict = { - 'rotation' : _Prop_rotation, - 'scale' : _Prop_scale, - 'translation' : _Prop_translation, -} -drawing_area._privelemdict = { -} -graphic_groups._superclassnames = [] -graphic_groups._privpropdict = { -} -graphic_groups._privelemdict = { -} - -# -# Indices of types declared in this module -# -_classdeclarations = { - 'cdrw' : drawing_area, - 'cpic' : graphic_groups, -} - -_propdeclarations = { - 'prot' : _Prop_rotation, - 'pscl' : _Prop_scale, - 'ptrs' : _Prop_translation, -} - -_compdeclarations = { -} - -_enumdeclarations = { -} |
