CHAPTER 2
Finder Objects
96 Object Class Definitions
position Two integers that specify the upper-left corner of the content
region of the window. (The “window frame”—the title bar and
scroll bars—is not part of the content region.)
Class: List of two integers (Point data type)
Modifiable? Yes
resizable A Boolean parameter that indicates whether the window can be
resized (true) or not (false).
Class: Boolean
Modifiable? No
titled A Boolean parameter that indicates whether the window has a
title bar (true) or not (false).
Class: Boolean
Modifiable? No
visible A Boolean parameter that indicates whether the window is
visible (true) or not (false). The value of this property is
always false for Finder windows.
Class: Boolean
Modifiable? No
zoomable A Boolean parameter that indicates whether the window can be
zoomed (true) or not (false).
Class: Boolean
Modifiable? No
zoomed A Boolean parameter that specifies whether the window is full
size (true) or not (false).
Class: Boolean
Modifiable? Yes
ELEMENT CLASSES
If the window is a container window, its elements include all the items currently
displayed inside the window. When folders in a window whose View property
is name, date, size, or kind are expanded in outline view, the elements of the
expanded folder become elements of the container window in which the folder
is located.
Information windows, sharing windows, and status windows have no elements.
Comments to this Manuals