Index of the common_controls module
-
m
pywinauto.controls.common_controls
...
- Classes that wrap the Windows Common controls
- a Timings ...
- C AnimationWrapper ... - Class that wraps Windows Animation common control
-
C
StatusBarWrapper
...
- Class that wraps Windows Status Bar common control
- a windowclasses ...
- a friendlyclassname ...
- f Texts ... - Return the texts for the control
- f PartRightEdges ... - Return the widths of the parts
- f BorderWidths ... - Return the border widths of the StatusBar
- f __init__ ... - Initialise the instance
- f ClientRects ... - Return the client rectangles for the control
- f GetPartRect ... - Return the rectangle of the part specified by part_index
- f GetPartText ... - Return the text of the part specified by part_index
- f PartCount ... - Return the number of parts
-
C
HeaderWrapper
...
- Class that wraps Windows ListView Header common control
- a windowclasses ...
- a friendlyclassname ...
- f GetColumnText ... - Return the text for the column specified by column_index
- f GetColumnRectangle ... - Return the rectangle for the column specified by column_index
- f Texts ... - Return the texts of the Header control
- f __init__ ... - Initialise the instance
- f ItemCount ... - Return the number of columns in this header
- f ClientRects ... - Return all the client rectangles for the header control
-
C
AccessDenied
...
- Raised when we cannot allocate memory in the control's process
-
C
TabControlWrapper
...
- Class that wraps Windows Tab common control
- a windowclasses ...
- a friendlyclassname ...
- f Select ... - Select the specified tab on the tab control
- f Texts ... - Return the texts of the Tab Control
- f RowCount ... - Return the number of rows of tabs
- f GetProperties ... - Return the properties of the TabControl as a Dictionary
- f TabCount ... - Return the number of tabs
- f GetTabRect ... - Return the rectangle to the tab specified by tab_index
- f GetTabText ... - Return the text of the tab
- f __init__ ... - Initialise the instance
- f GetSelectedTab ... - Return the index of the selected tab
- f ClientRects ... - Return the client rectangles for the Tab Control
- C HotkeyWrapper ... - Class that wraps Windows Hotkey common control
-
C
ToolbarWrapper
...
- Class that wraps Windows Toolbar common control
- a windowclasses ...
- a friendlyclassname ...
- f GetButtonRect ... - Get the rectangle of a button on the toolbar
- f Texts ... - Return the texts of the Toolbar
- f ButtonCount ... - Return the number of buttons on the ToolBar
- f GetToolTipsControl ... - Return the tooltip control associated with this control
- f GetButton ... - Return information on the Toolbar button
- f Button ... - Return the button at index button_index
- f PressButton ... - Find where the button is and click it
- f __init__ ... - Initialise the instance
- C PagerWrapper ... - Class that wraps Windows Pager common control
-
C
UpDownWrapper
...
- Class that wraps Windows UpDown common control
- a windowclasses ...
- a friendlyclassname ...
- f GetRange ... - Return the lower, upper range of the up down control
- f GetBase ... - Get the base the UpDown control (either 10 or 16)
- f __init__ ... - Initialise the instance
- f GetValue ... - Get the current value of the UpDown control
- f SetValue ... - Set the value of the of the UpDown control to some integer value
- f GetBuddyControl ... - Get the buddy control of the updown control
- f Increment ... - Increment the number in the UpDown control by one
- f Decrement ... - Decrement the number in the UpDown control by one
-
C
TreeViewWrapper
...
- Class that wraps Windows TreeView common control
- a windowclasses ...
- a friendlyclassname ...
- f Select ... - Select the treeview item
- f Texts ... - Return all the text for the tree view
- f GetProperties ... - Get the properties for the control as a dictionary
- f __init__ ... - Initialise the instance
- f ItemCount ... - Return the count of the items in the treeview
- f EnsureVisible ... - Make sure that the TreeView item is visible
- f IsSelected ... - Return True if the item is selected
- f Root ... - Return the root element of the tree view
- f GetItem ... - Read the TreeView item
- C ProgressWrapper ... - Class that wraps Windows Progress common control
-
C
ToolTipsWrapper
...
- Class that wraps Windows ToolTips common control (not fully implemented)
- a windowclasses ...
- a friendlyclassname ...
- f Texts ... - Return the text of all the tooltips
- f __init__ ... - Initialize the instance
- f GetTip ... - Return the particular tooltip
- f ToolCount ... - Return the number of tooltips
- f GetTipText ... - Return the text of the tooltip
- C ComboBoxExWrapper ... - Class that wraps Windows ComboBoxEx common control
- C CalendarWrapper ... - Class that wraps Windows Calendar common control
- C TrackbarWrapper ... - Class that wraps Windows Trackbar common control
- C IPAddressWrapper ... - Class that wraps Windows IPAddress common control
- C DateTimePickerWrapper ... - Class that wraps Windows DateTimePicker common control
-
C
ReBarWrapper
...
- Class that wraps Windows ReBar common control
- a windowclasses ...
- a friendlyclassname ...
- f Texts ... - Return the texts of the Rebar
- f GetBand ... - Get a band of the ReBar control
- f GetToolTipsControl ... - Return the tooltip control associated with this control
- f BandCount ... - Return the number of bands in the control
- f __init__ ... - Initialise the instance
- C ToolTip ... - Class that Wraps a single tip from a ToolTip control
- C BandWrapper ... - Simple wrapper around REBARBANDINFOW to allow setting new attributes
-
C
ListViewWrapper
...
- Class that wraps Windows ListView common control
- a windowclasses ...
- a friendlyclassname ...
- f IsFocused ... - Return True if the item has the focus
- f GetColumn ... - Get the information for a column of the ListView
- f Check ... - Check the ListView item
- f Select ... - Mark the item as selected
- f ItemCount ... - The number of items in the ListView
- f Items ... - Get all the items in the list view
- f Deselect ... - Mark the item as not selected
- f Columns ... - Get the information on the columns of the ListView
- f IsSelected ... - Return True if the item is selected
- f GetHeaderControl ... - Returns the Header control associated with the ListView
- f GetSelectedCount ... - Return the number of selected items
- f __init__ ... - Initialise the instance
- f ColumnCount ... - Return the number of columns
- f UnCheck ... - Uncheck the ListView item
- f GetItemRect ... - Return the bounding rectangle of the list view item
- f IsChecked ... - Return whether the ListView item is checked or not
- f Texts ... - Get the texts for the ListView control
- f GetItem ... - Return the item of the list view"
- f ColumnWidths ... - Return a list of all the column widths