Description
A window belonging to a process
- Plural name:
- windows
- Defined in:
- Inherits from:
Properties
- class_ (r/o) typeClass -- The class of the object.
- properties record -- All of the object's properties.
- bounds boundingRectangle -- The bounding rectangle of the window.
- closeable (r/o) boolean -- Whether the window has a close box.
- document (r/o) document -- The document whose contents are being displayed in the window.
- floating (r/o) boolean -- Whether the window floats.
- id_ (r/o) integer -- The unique identifier of the window.
- index integer -- The index of the window, ordered front to back.
- miniaturizable (r/o) boolean -- Whether the window can be miniaturized.
- miniaturized boolean -- Whether the window is currently miniaturized.
- modal (r/o) boolean -- Whether the window is the application's current modal window.
- name unicodeText -- The full title of the window.
- resizable (r/o) boolean -- Whether the window can be resized.
- titled (r/o) boolean -- Whether the window has a title bar.
- visible boolean -- Whether the window is currently visible.
- zoomable (r/o) boolean -- Whether the window can be zoomed.
- zoomed boolean -- Whether the window is currently zoomed.
Notes
- Contained by: