summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/lib-scriptpackages/Finder/Earlier_terms.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-03-28 23:38:00 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-03-28 23:38:00 (GMT)
commitd4885f87fa203587b4f5cfd5961f7acbbe36c3c0 (patch)
tree71f457810871e028e1ddee19f92ac17a1a62c3ef /Lib/plat-mac/lib-scriptpackages/Finder/Earlier_terms.py
parent00c348328bacfa137441f9a28413e7782534e1c6 (diff)
downloadcpython-d4885f87fa203587b4f5cfd5961f7acbbe36c3c0.zip
cpython-d4885f87fa203587b4f5cfd5961f7acbbe36c3c0.tar.gz
cpython-d4885f87fa203587b4f5cfd5961f7acbbe36c3c0.tar.bz2
Sigh: didn't catch all lists that needed to be sorted. Regenerated again.
Diffstat (limited to 'Lib/plat-mac/lib-scriptpackages/Finder/Earlier_terms.py')
-rw-r--r--Lib/plat-mac/lib-scriptpackages/Finder/Earlier_terms.py576
1 files changed, 288 insertions, 288 deletions
diff --git a/Lib/plat-mac/lib-scriptpackages/Finder/Earlier_terms.py b/Lib/plat-mac/lib-scriptpackages/Finder/Earlier_terms.py
index aef824b..b38246e 100644
--- a/Lib/plat-mac/lib-scriptpackages/Finder/Earlier_terms.py
+++ b/Lib/plat-mac/lib-scriptpackages/Finder/Earlier_terms.py
@@ -31,14 +31,34 @@ accessory_suitcases = accessory_suitcase
class application(aetools.ComponentItem):
"""application - The Finder """
want = 'capp'
-class properties(aetools.NProperty):
- """properties - property that allows getting and setting of multiple properties """
- which = 'qpro'
- want = 'reco'
+class Finder_preferences(aetools.NProperty):
+ """Finder preferences - Various preferences that apply to the Finder as a whole """
+ which = 'pfrp'
+ want = 'obj '
+class about_this_computer(aetools.NProperty):
+ """about this computer - the \xd2About this Computer\xd3 dialog and the list of running processes displayed in it """
+ which = 'abbx'
+ want = 'obj '
class clipboard(aetools.NProperty):
"""clipboard - the Finder\xd5s clipboard window """
which = 'pcli'
want = 'obj '
+class desktop(aetools.NProperty):
+ """desktop - the desktop """
+ which = 'desk'
+ want = 'cdsk'
+class file_sharing(aetools.NProperty):
+ """file sharing - Is file sharing on? """
+ which = 'fshr'
+ want = 'bool'
+class frontmost(aetools.NProperty):
+ """frontmost - Is the Finder the frontmost process? """
+ which = 'pisf'
+ want = 'bool'
+class insertion_location(aetools.NProperty):
+ """insertion location - the container in which a new folder would appear if \xd2New Folder\xd3 was selected """
+ which = 'pins'
+ want = 'obj '
class largest_free_block(aetools.NProperty):
"""largest free block - the largest free block of process memory available to launch an application """
which = 'mfre'
@@ -47,50 +67,30 @@ class name(aetools.NProperty):
"""name - the Finder\xd5s name """
which = 'pnam'
want = 'itxt'
-class visible(aetools.NProperty):
- """visible - Is the Finder\xd5s layer visible? """
- which = 'pvis'
- want = 'bool'
-class frontmost(aetools.NProperty):
- """frontmost - Is the Finder the frontmost process? """
- which = 'pisf'
- want = 'bool'
+class product_version(aetools.NProperty):
+ """product version - the version of the System software running on this computer """
+ which = 'ver2'
+ want = 'itxt'
+class properties(aetools.NProperty):
+ """properties - property that allows getting and setting of multiple properties """
+ which = 'qpro'
+ want = 'reco'
class selection(aetools.NProperty):
"""selection - the selection visible to the user """
which = 'sele'
want = 'obj '
-class insertion_location(aetools.NProperty):
- """insertion location - the container in which a new folder would appear if \xd2New Folder\xd3 was selected """
- which = 'pins'
- want = 'obj '
-class file_sharing(aetools.NProperty):
- """file sharing - Is file sharing on? """
- which = 'fshr'
- want = 'bool'
class sharing_starting_up(aetools.NProperty):
"""sharing starting up - Is file sharing in the process of starting up? """
which = 'fsup'
want = 'bool'
-class product_version(aetools.NProperty):
- """product version - the version of the System software running on this computer """
- which = 'ver2'
- want = 'itxt'
class version(aetools.NProperty):
"""version - the version of the Finder """
which = 'vers'
want = 'itxt'
-class about_this_computer(aetools.NProperty):
- """about this computer - the \xd2About this Computer\xd3 dialog and the list of running processes displayed in it """
- which = 'abbx'
- want = 'obj '
-class desktop(aetools.NProperty):
- """desktop - the desktop """
- which = 'desk'
- want = 'cdsk'
-class Finder_preferences(aetools.NProperty):
- """Finder preferences - Various preferences that apply to the Finder as a whole """
- which = 'pfrp'
- want = 'obj '
+class visible(aetools.NProperty):
+ """visible - Is the Finder\xd5s layer visible? """
+ which = 'pvis'
+ want = 'bool'
class application_file(aetools.ComponentItem):
"""application file - An application's file on disk """
@@ -107,54 +107,42 @@ class partition_size(aetools.NProperty):
"""partition size - the memory size with which the application will be launched """
which = 'appt'
want = 'long'
-class suggested_partition_size(aetools.NProperty):
- """suggested partition size - the memory size with which the developer recommends the application be launched """
- which = 'sprt'
- want = 'long'
class scriptable(aetools.NProperty):
"""scriptable - Is the application high-level event aware? """
which = 'isab'
want = 'bool'
+class suggested_partition_size(aetools.NProperty):
+ """suggested partition size - the memory size with which the developer recommends the application be launched """
+ which = 'sprt'
+ want = 'long'
class container_window(aetools.ComponentItem):
"""container window - A window that contains items """
want = 'cwnd'
+class button_view_arrangement(aetools.NProperty):
+ """button view arrangement - the property by which to keep icons arranged within a button view window """
+ which = 'barr'
+ want = 'earr'
+class calculate_folder_sizes(aetools.NProperty):
+ """calculate folder sizes - Are folder sizes calculated and displayed in the window? (does not apply to suitcase windows) """
+ which = 'sfsz'
+ want = 'bool'
class container(aetools.NProperty):
"""container - the container from which the window was opened """
which = 'ctnr'
want = 'obj '
-class item(aetools.NProperty):
- """item - the item from which the window was opened (always returns something) """
- which = 'cobj'
- want = 'obj '
class has_custom_view_settings(aetools.NProperty):
"""has custom view settings - Does the folder have custom view settings or is it using the default global settings? """
which = 'cuss'
want = 'long'
-class view(aetools.NProperty):
- """view - the current view for the window (icon, name, date, etc.) """
- which = 'pvew'
- want = 'long'
+class item(aetools.NProperty):
+ """item - the item from which the window was opened (always returns something) """
+ which = 'cobj'
+ want = 'obj '
class previous_list_view(aetools.NProperty):
"""previous list view - the last non-icon view (by name, by date, etc.) selected for the container (forgotten as soon as the window is closed and only available when the window is open) """
which = 'svew'
want = 'enum'
-class button_view_arrangement(aetools.NProperty):
- """button view arrangement - the property by which to keep icons arranged within a button view window """
- which = 'barr'
- want = 'earr'
-class spatial_view_arrangement(aetools.NProperty):
- """spatial view arrangement - the property by which to keep icons arranged within a spatial view window """
- which = 'iarr'
- want = 'earr'
-class sort_direction(aetools.NProperty):
- """sort direction - The direction in which the window is sorted """
- which = 'sord'
- want = 'sodr'
-class calculate_folder_sizes(aetools.NProperty):
- """calculate folder sizes - Are folder sizes calculated and displayed in the window? (does not apply to suitcase windows) """
- which = 'sfsz'
- want = 'bool'
class show_comments(aetools.NProperty):
"""show comments - Are comments displayed in the window? (does not apply to suitcases) """
which = 'scom'
@@ -183,10 +171,22 @@ class show_version(aetools.NProperty):
"""show version - Are file versions displayed in the window? (does not apply to suitcase windows) """
which = 'svrs'
want = 'bool'
+class sort_direction(aetools.NProperty):
+ """sort direction - The direction in which the window is sorted """
+ which = 'sord'
+ want = 'sodr'
+class spatial_view_arrangement(aetools.NProperty):
+ """spatial view arrangement - the property by which to keep icons arranged within a spatial view window """
+ which = 'iarr'
+ want = 'earr'
class use_relative_dates(aetools.NProperty):
"""use relative dates - Are relative dates (e.g., today, yesterday) shown in the window? """
which = 'urdt'
want = 'bool'
+class view(aetools.NProperty):
+ """view - the current view for the window (icon, name, date, etc.) """
+ which = 'pvew'
+ want = 'long'
class information_window(aetools.ComponentItem):
"""information window - An information window (opened by \xd2Get Info\xd3) """
@@ -195,22 +195,10 @@ class comment(aetools.NProperty):
"""comment - the comment """
which = 'comt'
want = 'itxt'
-class size(aetools.NProperty):
- """size - the logical size of the item """
- which = 'ptsz'
- want = 'long'
-class physical_size(aetools.NProperty):
- """physical size - the actual space used by the item on disk """
- which = 'phys'
- want = 'long'
class creation_date(aetools.NProperty):
"""creation date - the date on which the item was created """
which = 'ascd'
want = 'ldt '
-class modification_date(aetools.NProperty):
- """modification date - the date on which the item was last modified """
- which = 'asmo'
- want = 'ldt '
class icon(aetools.NProperty):
"""icon - the icon bitmap of the item """
which = 'iimg'
@@ -219,6 +207,18 @@ class locked(aetools.NProperty):
"""locked - Is the item locked (applies only to file and application information windows)? """
which = 'aslk'
want = 'bool'
+class modification_date(aetools.NProperty):
+ """modification date - the date on which the item was last modified """
+ which = 'asmo'
+ want = 'ldt '
+class physical_size(aetools.NProperty):
+ """physical size - the actual space used by the item on disk """
+ which = 'phys'
+ want = 'long'
+class size(aetools.NProperty):
+ """size - the logical size of the item """
+ which = 'ptsz'
+ want = 'long'
class stationery(aetools.NProperty):
"""stationery - Is the item a stationery pad? """
which = 'pspd'
@@ -237,14 +237,18 @@ internet_locations = internet_location
class item(aetools.ComponentItem):
"""item - An item """
want = 'cobj'
-class index(aetools.NProperty):
- """index - the index in the front-to-back ordering within its container """
- which = 'pidx'
- want = 'long'
-class id(aetools.NProperty):
- """id - an id that identifies the item """
- which = 'ID '
- want = 'long'
+class bounds(aetools.NProperty):
+ """bounds - the bounding rectangle of the item (can only be set for an item in a window viewed as icons or buttons) """
+ which = 'pbnd'
+ want = 'qdrt'
+class content_space(aetools.NProperty):
+ """content space - the window that would open if the item was opened """
+ which = 'dwnd'
+ want = 'obj '
+class description(aetools.NProperty):
+ """description - a description of the item """
+ which = 'dscr'
+ want = 'itxt'
class disk(aetools.NProperty):
"""disk - the disk on which the item is stored """
which = 'cdis'
@@ -253,42 +257,38 @@ class folder(aetools.NProperty):
"""folder - the folder in which the item is stored """
which = 'asdr'
want = 'obj '
-class position(aetools.NProperty):
- """position - the position of the item within its parent window (can only be set for an item in a window viewed as icons or buttons) """
- which = 'posn'
- want = 'QDpt'
-class bounds(aetools.NProperty):
- """bounds - the bounding rectangle of the item (can only be set for an item in a window viewed as icons or buttons) """
- which = 'pbnd'
- want = 'qdrt'
-class label_index(aetools.NProperty):
- """label index - the label of the item """
- which = 'labi'
+class id(aetools.NProperty):
+ """id - an id that identifies the item """
+ which = 'ID '
+ want = 'long'
+class index(aetools.NProperty):
+ """index - the index in the front-to-back ordering within its container """
+ which = 'pidx'
want = 'long'
+class information_window(aetools.NProperty):
+ """information window - the information window for the item """
+ which = 'iwnd'
+ want = 'obj '
class kind(aetools.NProperty):
"""kind - the kind of the item """
which = 'kind'
want = 'itxt'
-class description(aetools.NProperty):
- """description - a description of the item """
- which = 'dscr'
- want = 'itxt'
+class label_index(aetools.NProperty):
+ """label index - the label of the item """
+ which = 'labi'
+ want = 'long'
+class position(aetools.NProperty):
+ """position - the position of the item within its parent window (can only be set for an item in a window viewed as icons or buttons) """
+ which = 'posn'
+ want = 'QDpt'
class selected(aetools.NProperty):
"""selected - Is the item selected? """
which = 'issl'
want = 'bool'
-class content_space(aetools.NProperty):
- """content space - the window that would open if the item was opened """
- which = 'dwnd'
- want = 'obj '
class window(aetools.NProperty):
"""window - the window that would open if the item was opened """
which = 'cwin'
want = 'obj '
-class information_window(aetools.NProperty):
- """information window - the information window for the item """
- which = 'iwnd'
- want = 'obj '
class preferences(aetools.ComponentItem):
"""preferences - The Finder Preferences """
@@ -313,6 +313,10 @@ class use_wide_grid(aetools.NProperty):
class process(aetools.ComponentItem):
"""process - A process running on this computer """
want = 'prcs'
+class creator_type(aetools.NProperty):
+ """creator type - the OSType of the creator of the process (the signature) """
+ which = 'fcrt'
+ want = 'type'
class file(aetools.NProperty):
"""file - the file from which the process was launched """
which = 'file'
@@ -321,34 +325,26 @@ class file_type(aetools.NProperty):
"""file type - the OSType of the file type of the process """
which = 'asty'
want = 'type'
-class creator_type(aetools.NProperty):
- """creator type - the OSType of the creator of the process (the signature) """
- which = 'fcrt'
- want = 'type'
-class remote_events(aetools.NProperty):
- """remote events - Does the process accept remote events? """
- which = 'revt'
- want = 'bool'
class partition_space_used(aetools.NProperty):
"""partition space used - the number of bytes currently used in the process' partition """
which = 'pusd'
want = 'long'
+class remote_events(aetools.NProperty):
+ """remote events - Does the process accept remote events? """
+ which = 'revt'
+ want = 'bool'
class sharable_container(aetools.ComponentItem):
"""sharable container - A container that may be shared (disks and folders) """
want = 'sctr'
-class owner(aetools.NProperty):
- """owner - the user that owns the container (file sharing must be on to use this property) """
- which = 'sown'
- want = 'itxt'
+class exported(aetools.NProperty):
+ """exported - Is the container a share point or inside a share point, i.e., can the container be shared? (file sharing must be on to use this property) """
+ which = 'sexp'
+ want = 'bool'
class group(aetools.NProperty):
"""group - the user or group that has special access to the container (file sharing must be on to use this property) """
which = 'sgrp'
want = 'itxt'
-class owner_privileges(aetools.NProperty):
- """owner privileges - the see folders/see files/make changes privileges for the owner (file sharing must be on to use this property) """
- which = 'ownr'
- want = 'priv'
class group_privileges(aetools.NProperty):
"""group privileges - the see folders/see files/make changes privileges for the group (file sharing must be on to use this property) """
which = 'gppr'
@@ -365,18 +361,22 @@ class mounted(aetools.NProperty):
"""mounted - Is the container mounted on another machine's desktop? (file sharing must be on to use this property) """
which = 'smou'
want = 'bool'
-class exported(aetools.NProperty):
- """exported - Is the container a share point or inside a share point, i.e., can the container be shared? (file sharing must be on to use this property) """
- which = 'sexp'
+class owner(aetools.NProperty):
+ """owner - the user that owns the container (file sharing must be on to use this property) """
+ which = 'sown'
+ want = 'itxt'
+class owner_privileges(aetools.NProperty):
+ """owner privileges - the see folders/see files/make changes privileges for the owner (file sharing must be on to use this property) """
+ which = 'ownr'
+ want = 'priv'
+class protected(aetools.NProperty):
+ """protected - Is the container protected from being moved, renamed and deleted? (file sharing must be on to use this property) """
+ which = 'spro'
want = 'bool'
class shared(aetools.NProperty):
"""shared - Is the container a share point, i.e., is the container currently being shared? (file sharing must be on to use this property) """
which = 'shar'
want = 'bool'
-class protected(aetools.NProperty):
- """protected - Is the container protected from being moved, renamed and deleted? (file sharing must be on to use this property) """
- which = 'spro'
- want = 'bool'
class trash_2d_object(aetools.ComponentItem):
"""trash-object - Trash-object is the class of the \xd2trash\xd3 object """
@@ -385,14 +385,14 @@ class trash_2d_object(aetools.ComponentItem):
class window(aetools.ComponentItem):
"""window - A window """
want = 'cwin'
-class titled(aetools.NProperty):
- """titled - Does the window have a title bar? """
- which = 'ptit'
- want = 'bool'
class closeable(aetools.NProperty):
"""closeable - Does the window have a close box? """
which = 'hclb'
want = 'bool'
+class collapsed(aetools.NProperty):
+ """collapsed - Is the window collapsed (only applies to open non-pop-up windows)? """
+ which = 'wshd'
+ want = 'bool'
class floating(aetools.NProperty):
"""floating - Does the window have a title bar? """
which = 'isfl'
@@ -401,10 +401,22 @@ class modal(aetools.NProperty):
"""modal - Is the window modal? """
which = 'pmod'
want = 'bool'
+class popup(aetools.NProperty):
+ """popup - Is the window is a pop-up window? (only applies to open container windows in the Finder and can only be set when the Finder is the front application) """
+ which = 'drwr'
+ want = 'bool'
+class pulled_open(aetools.NProperty):
+ """pulled open - Is the window pulled open (only applies to pop-up windows and can only be set when the Finder is the front application)? """
+ which = 'pull'
+ want = 'bool'
class resizable(aetools.NProperty):
"""resizable - Is the window resizable? """
which = 'prsz'
want = 'bool'
+class titled(aetools.NProperty):
+ """titled - Does the window have a title bar? """
+ which = 'ptit'
+ want = 'bool'
class zoomable(aetools.NProperty):
"""zoomable - Is the window zoomable? """
which = 'iszm'
@@ -417,18 +429,6 @@ class zoomed_full_size(aetools.NProperty):
"""zoomed full size - Is the window zoomed to the full size of the screen? (can only be set, not read, and only applies to open non-pop-up windows) """
which = 'zumf'
want = 'bool'
-class popup(aetools.NProperty):
- """popup - Is the window is a pop-up window? (only applies to open container windows in the Finder and can only be set when the Finder is the front application) """
- which = 'drwr'
- want = 'bool'
-class pulled_open(aetools.NProperty):
- """pulled open - Is the window pulled open (only applies to pop-up windows and can only be set when the Finder is the front application)? """
- which = 'pull'
- want = 'bool'
-class collapsed(aetools.NProperty):
- """collapsed - Is the window collapsed (only applies to open non-pop-up windows)? """
- which = 'wshd'
- want = 'bool'
accessory_process._superclassnames = []
accessory_process._privpropdict = {
}
@@ -441,21 +441,21 @@ accessory_suitcase._privelemdict = {
}
application._superclassnames = []
application._privpropdict = {
- 'properties' : properties,
+ 'Finder_preferences' : Finder_preferences,
+ 'about_this_computer' : about_this_computer,
'clipboard' : clipboard,
+ 'desktop' : desktop,
+ 'file_sharing' : file_sharing,
+ 'frontmost' : frontmost,
+ 'insertion_location' : insertion_location,
'largest_free_block' : largest_free_block,
'name' : name,
- 'visible' : visible,
- 'frontmost' : frontmost,
+ 'product_version' : product_version,
+ 'properties' : properties,
'selection' : selection,
- 'insertion_location' : insertion_location,
- 'file_sharing' : file_sharing,
'sharing_starting_up' : sharing_starting_up,
- 'product_version' : product_version,
'version' : version,
- 'about_this_computer' : about_this_computer,
- 'desktop' : desktop,
- 'Finder_preferences' : Finder_preferences,
+ 'visible' : visible,
}
application._privelemdict = {
}
@@ -465,23 +465,20 @@ application_file._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
'minimum_partition_size' : minimum_partition_size,
'partition_size' : partition_size,
- 'suggested_partition_size' : suggested_partition_size,
'scriptable' : scriptable,
+ 'suggested_partition_size' : suggested_partition_size,
}
application_file._privelemdict = {
}
container_window._superclassnames = ['window']
container_window._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
+ 'button_view_arrangement' : button_view_arrangement,
+ 'calculate_folder_sizes' : calculate_folder_sizes,
'container' : container,
- 'item' : item,
'has_custom_view_settings' : has_custom_view_settings,
- 'view' : view,
+ 'item' : item,
'previous_list_view' : previous_list_view,
- 'button_view_arrangement' : button_view_arrangement,
- 'spatial_view_arrangement' : spatial_view_arrangement,
- 'sort_direction' : sort_direction,
- 'calculate_folder_sizes' : calculate_folder_sizes,
'show_comments' : show_comments,
'show_creation_date' : show_creation_date,
'show_kind' : show_kind,
@@ -489,28 +486,31 @@ container_window._privpropdict = {
'show_modification_date' : show_modification_date,
'show_size' : show_size,
'show_version' : show_version,
+ 'sort_direction' : sort_direction,
+ 'spatial_view_arrangement' : spatial_view_arrangement,
'use_relative_dates' : use_relative_dates,
+ 'view' : view,
}
container_window._privelemdict = {
}
information_window._superclassnames = ['window']
information_window._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
- 'item' : item,
'comment' : comment,
- 'size' : size,
- 'physical_size' : physical_size,
'creation_date' : creation_date,
- 'modification_date' : modification_date,
- 'suggested_partition_size' : suggested_partition_size,
- 'minimum_partition_size' : minimum_partition_size,
- 'partition_size' : partition_size,
'icon' : icon,
+ 'item' : item,
'locked' : locked,
- 'stationery' : stationery,
- 'warn_before_emptying' : warn_before_emptying,
+ 'minimum_partition_size' : minimum_partition_size,
+ 'modification_date' : modification_date,
+ 'partition_size' : partition_size,
+ 'physical_size' : physical_size,
'product_version' : product_version,
+ 'size' : size,
+ 'stationery' : stationery,
+ 'suggested_partition_size' : suggested_partition_size,
'version' : version,
+ 'warn_before_emptying' : warn_before_emptying,
}
information_window._privelemdict = {
}
@@ -521,34 +521,33 @@ internet_location._privelemdict = {
}
item._superclassnames = []
item._privpropdict = {
- 'properties' : properties,
- 'name' : name,
- 'index' : index,
- 'id' : id,
+ 'bounds' : bounds,
+ 'comment' : comment,
'container' : container,
+ 'content_space' : content_space,
+ 'creation_date' : creation_date,
+ 'description' : description,
'disk' : disk,
'folder' : folder,
- 'position' : position,
- 'bounds' : bounds,
- 'label_index' : label_index,
+ 'icon' : icon,
+ 'id' : id,
+ 'index' : index,
+ 'information_window' : information_window,
'kind' : kind,
- 'description' : description,
- 'comment' : comment,
- 'size' : size,
- 'physical_size' : physical_size,
- 'creation_date' : creation_date,
+ 'label_index' : label_index,
'modification_date' : modification_date,
- 'icon' : icon,
+ 'name' : name,
+ 'physical_size' : physical_size,
+ 'position' : position,
+ 'properties' : properties,
'selected' : selected,
- 'content_space' : content_space,
+ 'size' : size,
'window' : window,
- 'information_window' : information_window,
}
item._privelemdict = {
}
preferences._superclassnames = []
preferences._privpropdict = {
- 'window' : window,
'calculate_folder_sizes' : calculate_folder_sizes,
'delay_before_springing' : delay_before_springing,
'show_comments' : show_comments,
@@ -562,22 +561,23 @@ preferences._privpropdict = {
'use_relative_dates' : use_relative_dates,
'use_simple_menus' : use_simple_menus,
'use_wide_grid' : use_wide_grid,
+ 'window' : window,
}
preferences._privelemdict = {
}
process._superclassnames = []
process._privpropdict = {
- 'properties' : properties,
- 'name' : name,
- 'visible' : visible,
- 'frontmost' : frontmost,
+ 'creator_type' : creator_type,
'file' : file,
'file_type' : file_type,
- 'creator_type' : creator_type,
- 'scriptable' : scriptable,
- 'remote_events' : remote_events,
+ 'frontmost' : frontmost,
+ 'name' : name,
'partition_size' : partition_size,
'partition_space_used' : partition_space_used,
+ 'properties' : properties,
+ 'remote_events' : remote_events,
+ 'scriptable' : scriptable,
+ 'visible' : visible,
}
process._privelemdict = {
}
@@ -585,16 +585,16 @@ import Containers_and_folders
sharable_container._superclassnames = ['container']
sharable_container._privpropdict = {
'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
- 'owner' : owner,
+ 'exported' : exported,
'group' : group,
- 'owner_privileges' : owner_privileges,
'group_privileges' : group_privileges,
'guest_privileges' : guest_privileges,
'inherited_privileges' : inherited_privileges,
'mounted' : mounted,
- 'exported' : exported,
- 'shared' : shared,
+ 'owner' : owner,
+ 'owner_privileges' : owner_privileges,
'protected' : protected,
+ 'shared' : shared,
}
sharable_container._privelemdict = {
}
@@ -607,23 +607,23 @@ trash_2d_object._privelemdict = {
}
window._superclassnames = []
window._privpropdict = {
- 'properties' : properties,
- 'position' : position,
'bounds' : bounds,
- 'titled' : titled,
- 'name' : name,
- 'index' : index,
'closeable' : closeable,
+ 'collapsed' : collapsed,
'floating' : floating,
+ 'index' : index,
'modal' : modal,
+ 'name' : name,
+ 'popup' : popup,
+ 'position' : position,
+ 'properties' : properties,
+ 'pulled_open' : pulled_open,
'resizable' : resizable,
+ 'titled' : titled,
+ 'visible' : visible,
'zoomable' : zoomable,
'zoomed' : zoomed,
'zoomed_full_size' : zoomed_full_size,
- 'visible' : visible,
- 'popup' : popup,
- 'pulled_open' : pulled_open,
- 'collapsed' : collapsed,
}
window._privelemdict = {
}
@@ -632,111 +632,111 @@ window._privelemdict = {
# Indices of types declared in this module
#
_classdeclarations = {
- 'ctrs' : trash_2d_object,
- 'dsut' : accessory_suitcase,
- 'cprf' : preferences,
+ 'appf' : application_file,
'capp' : application,
- 'sctr' : sharable_container,
- 'pcda' : accessory_process,
+ 'cobj' : item,
+ 'cprf' : preferences,
+ 'ctrs' : trash_2d_object,
'cwin' : window,
+ 'cwnd' : container_window,
+ 'dsut' : accessory_suitcase,
+ 'inlf' : internet_location,
'iwnd' : information_window,
+ 'pcda' : accessory_process,
'prcs' : process,
- 'appf' : application_file,
- 'inlf' : internet_location,
- 'cwnd' : container_window,
- 'cobj' : item,
+ 'sctr' : sharable_container,
}
_propdeclarations = {
- 'ver2' : product_version,
- 'pbnd' : bounds,
- 'asdr' : folder,
- 'gppr' : group_privileges,
- 'pidx' : index,
- 'isfl' : floating,
- 'sown' : owner,
- 'fsup' : sharing_starting_up,
- 'urdt' : use_relative_dates,
- 'scom' : show_comments,
+ 'ID ' : id,
+ 'abbx' : about_this_computer,
'appt' : partition_size,
- 'iimg' : icon,
+ 'ascd' : creation_date,
+ 'asdr' : folder,
+ 'aslk' : locked,
+ 'asmo' : modification_date,
'asty' : file_type,
- 'uswg' : use_wide_grid,
- 'ptit' : titled,
- 'dela' : delay_before_springing,
+ 'barr' : button_view_arrangement,
+ 'c@#^' : _3c_Inheritance_3e_,
+ 'cdis' : disk,
+ 'cobj' : item,
+ 'comt' : comment,
+ 'ctnr' : container,
'cuss' : has_custom_view_settings,
+ 'cwin' : window,
+ 'dela' : delay_before_springing,
+ 'desk' : desktop,
+ 'drwr' : popup,
+ 'dscr' : description,
+ 'dwnd' : content_space,
+ 'fcrt' : creator_type,
+ 'file' : file,
+ 'fshr' : file_sharing,
+ 'fsup' : sharing_starting_up,
+ 'gppr' : group_privileges,
'gstp' : guest_privileges,
+ 'hclb' : closeable,
+ 'iarr' : spatial_view_arrangement,
+ 'iimg' : icon,
+ 'iprv' : inherited_privileges,
'isab' : scriptable,
+ 'isfl' : floating,
+ 'issl' : selected,
'iszm' : zoomable,
- 'sord' : sort_direction,
- 'pins' : insertion_location,
- 'pspd' : stationery,
- 'desk' : desktop,
- 'ascd' : creation_date,
- 'ctnr' : container,
- 'abbx' : about_this_computer,
- 'pull' : pulled_open,
+ 'iwnd' : information_window,
'kind' : kind,
- 'ptsz' : size,
- 'hclb' : closeable,
- 'sgrp' : group,
+ 'labi' : label_index,
'mfre' : largest_free_block,
- 'revt' : remote_events,
- 'drwr' : popup,
- 'iwnd' : information_window,
+ 'mprt' : minimum_partition_size,
'ownr' : owner_privileges,
- 'pzum' : zoomed,
- 'prsz' : resizable,
- 'barr' : button_view_arrangement,
+ 'pbnd' : bounds,
+ 'pcli' : clipboard,
'pfrp' : Finder_preferences,
- 'zumf' : zoomed_full_size,
- 'iprv' : inherited_privileges,
- 'vers' : version,
- 'c@#^' : _3c_Inheritance_3e_,
- 'ID ' : id,
- 'sfsz' : calculate_folder_sizes,
- 'file' : file,
- 'dwnd' : content_space,
- 'shar' : shared,
+ 'phys' : physical_size,
+ 'pidx' : index,
+ 'pins' : insertion_location,
+ 'pisf' : frontmost,
'pmod' : modal,
+ 'pnam' : name,
+ 'posn' : position,
+ 'prsz' : resizable,
+ 'pspd' : stationery,
+ 'ptit' : titled,
+ 'ptsz' : size,
+ 'pull' : pulled_open,
+ 'pusd' : partition_space_used,
+ 'pvew' : view,
+ 'pvis' : visible,
+ 'pzum' : zoomed,
+ 'qpro' : properties,
+ 'revt' : remote_events,
+ 'scda' : show_creation_date,
+ 'scom' : show_comments,
+ 'sdat' : show_modification_date,
'sele' : selection,
- 'pisf' : frontmost,
- 'sprt' : suggested_partition_size,
- 'spro' : protected,
- 'pcli' : clipboard,
- 'cwin' : window,
- 'mprt' : minimum_partition_size,
+ 'sexp' : exported,
+ 'sfsz' : calculate_folder_sizes,
+ 'sgrp' : group,
+ 'shar' : shared,
+ 'sknd' : show_kind,
+ 'slbl' : show_label,
+ 'smou' : mounted,
+ 'sord' : sort_direction,
+ 'sown' : owner,
'sprg' : spring_open_folders,
+ 'spro' : protected,
+ 'sprt' : suggested_partition_size,
'ssiz' : show_size,
- 'asmo' : modification_date,
- 'svrs' : show_version,
- 'cobj' : item,
- 'posn' : position,
- 'iarr' : spatial_view_arrangement,
- 'phys' : physical_size,
- 'sknd' : show_kind,
- 'labi' : label_index,
'svew' : previous_list_view,
- 'dscr' : description,
- 'comt' : comment,
- 'sexp' : exported,
+ 'svrs' : show_version,
+ 'urdt' : use_relative_dates,
'usme' : use_simple_menus,
- 'cdis' : disk,
- 'wshd' : collapsed,
- 'slbl' : show_label,
+ 'uswg' : use_wide_grid,
+ 'ver2' : product_version,
+ 'vers' : version,
'warn' : warn_before_emptying,
- 'scda' : show_creation_date,
- 'pvis' : visible,
- 'issl' : selected,
- 'smou' : mounted,
- 'sdat' : show_modification_date,
- 'fcrt' : creator_type,
- 'pusd' : partition_space_used,
- 'pvew' : view,
- 'fshr' : file_sharing,
- 'qpro' : properties,
- 'aslk' : locked,
- 'pnam' : name,
+ 'wshd' : collapsed,
+ 'zumf' : zoomed_full_size,
}
_compdeclarations = {