"""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'
classvisible(aetools.NProperty):
"""visible - Is the window visible (always true for open Finder windows)? """
which='pvis'
want='bool'
classpopup(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'
classpulled_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'
classcollapsed(aetools.NProperty):
"""collapsed - Is the window collapsed (only applies to open non-pop-up windows)? """
which='wshd'
want='bool'
windows=window
classcontainer_window(aetools.ComponentItem):
"""container window - A window that contains items """
want='cwnd'
class_3c_Inheritance_3e_(aetools.NProperty):
"""<Inheritance> - inherits some of its properties from the window class """
which='c@#^'
want='cwin'
classcontainer(aetools.NProperty):
"""container - the container from which the window was opened """
which='ctnr'
want='obj '
classitem(aetools.NProperty):
"""item - the item from which the window was opened (always returns something) """
which='cobj'
want='obj '
classhas_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='bool'
classview(aetools.NProperty):
"""view - the current view for the window (icon, name, date, etc.) """
which='pvew'
want='long'
classprevious_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'
classbutton_view_arrangement(aetools.NProperty):
"""button view arrangement - the property by which to keep icons arranged within a button view window """
which='barr'
want='earr'
classspatial_view_arrangement(aetools.NProperty):
"""spatial view arrangement - the property by which to keep icons arranged within a spatial view window """
which='iarr'
want='earr'
classsort_direction(aetools.NProperty):
"""sort direction - The direction in which the window is sorted """
which='sord'
want='sodr'
classcalculates_folder_sizes(aetools.NProperty):
"""calculates folder sizes - Are folder sizes calculated and displayed in the window? (does not apply to suitcase windows) """
which='sfsz'
want='bool'
classshows_comments(aetools.NProperty):
"""shows comments - Are comments displayed in the window? (does not apply to suitcases) """
which='scom'
want='bool'
classshows_creation_date(aetools.NProperty):
"""shows creation date - Are creation dates displayed in the window? """
which='scda'
want='bool'
classshows_kind(aetools.NProperty):
"""shows kind - Are document kinds displayed in the window? """
which='sknd'
want='bool'
classshows_label(aetools.NProperty):
"""shows label - Are labels displayed in the window? """
which='slbl'
want='bool'
classshows_modification_date(aetools.NProperty):
"""shows modification date - Are modification dates displayed in the window? """
which='sdat'
want='bool'
classshows_size(aetools.NProperty):
"""shows size - Are file sizes displayed in the window? """
which='ssiz'
want='bool'
classshows_version(aetools.NProperty):
"""shows version - Are file versions displayed in the window? (does not apply to suitcase windows) """
which='svrs'
want='bool'
classuses_relative_dates(aetools.NProperty):
"""uses relative dates - Are relative dates (e.g., today, yesterday) shown in the window? """