Description
A group belonging to a window
- Plural name:
- groups
- Defined in:
- Inherits from:
Properties
- properties record -- All of the object's properties.
- id_ (r/o) unicodeText -- the unique ID of the item
- accessibilityDescription (r/o) unicodeText -- a more complete description of the UI element and its capabilities
- class_ (r/o) typeClass -- the class of the UI Element, which identifies it function
- description_ (r/o) unicodeText -- the accessibility description, if available; otherwise, the role description
- enabled (r/o) boolean -- Is the UI element enabled? ( Does it accept clicks? )
- entireContents (r/o) list -- a list of every UI element contained in this UI element and its child UI elements, to the limits of the tree
- focused boolean -- Is the focus on this UI element?
- help_ (r/o) unicodeText -- an elaborate description of the UI element and its capabilities
- maximumValue (r/o) integer -- the maximum value that the UI element can take on
- minimumValue (r/o) integer -- the minimum value that the UI element can take on
- name (r/o) unicodeText -- the name of the UI Element, which identifies it within its container
- orientation (r/o) unicodeText -- the orientation of the UI element
- position list -- the position of the UI element
- role (r/o) unicodeText -- an encoded description of the UI element and its capabilities
- roleDescription (r/o) unicodeText -- a more complete description of the UI element's role
- selected boolean -- Is the UI element selected?
- size list -- the size of the UI element
- subrole (r/o) unicodeText -- an encoded description of the UI element and its capabilities
- title (r/o) unicodeText -- the title of the UI element as it appears on the screen
- value integer -- the current value of the UI element
Elements
- actions -- by name, index, relative, range, test
- attributes -- by name, index, relative, range, test
- browsers -- by name, index, relative, range, test
- busyIndicators -- by name, index, relative, range, test
- buttons -- by name, index, relative, range, test
- checkboxes -- by name, index, relative, range, test
- colorWells -- by name, index, relative, range, test
- columns -- by name, index, relative, range, test
- comboBoxes -- by name, index, relative, range, test
- drawers -- by name, index, relative, range, test
- groups -- by name, index, relative, range, test
- growAreas -- by name, index, relative, range, test
- images -- by name, index, relative, range, test
- incrementors -- by name, index, relative, range, test
- lists -- by name, index, relative, range, test
- menus -- by name, index, relative, range, test
- menuBars -- by name, index, relative, range, test
- menuBarItems -- by name, index, relative, range, test
- menuButtons -- by name, index, relative, range, test
- menuItems -- by name, index, relative, range, test
- outlines -- by name, index, relative, range, test
- popUpButtons -- by name, index, relative, range, test
- progressIndicators -- by name, index, relative, range, test
- radioButtons -- by name, index, relative, range, test
- radioGroups -- by name, index, relative, range, test
- relevanceIndicators -- by name, index, relative, range, test
- rows -- by name, index, relative, range, test
- scrollAreas -- by name, index, relative, range, test
- scrollBars -- by name, index, relative, range, test
- sheets -- by name, index, relative, range, test
- sliders -- by name, index, relative, range, test
- splitters -- by name, index, relative, range, test
- splitterGroups -- by name, index, relative, range, test
- staticTexts -- by name, index, relative, range, test
- tabGroups -- by name, index, relative, range, test
- tables -- by name, index, relative, range, test
- textAreas -- by name, index, relative, range, test
- textFields -- by name, index, relative, range, test
- toolBars -- by name, index, relative, range, test
- UIElements -- by name, index, relative, range, test
- valueIndicators -- by name, index, relative, range, test
- windows -- by name, index, relative, range, test
Notes
- Contained by: