Index of the menuwrapper module
-
m
pywinauto.controls.menuwrapper
...
- Wrapper around Menu's and Menu items
- a Timings ...
-
C
Menu
...
- A simple wrapper around a menu handle
- f Items ... - Return a list of all the items in this menu
- f Item ... - Return a specific menu item
- f GetProperties ... - Return the properties for the menu as a list of dictionaries
- f GetMenuPath ... - Walk the items in this menu to find the item specified by path
- f ItemCount ... - Return the count of items in this menu
- f __init__ ... - Initialize the class.
-
C
MenuItemNotEnabled
...
- Raised when a menuitem is not enabled
-
C
MenuItem
...
- Wrap a menu item
- f SubMenu ... - Return the SubMenu or None if no submenu
- f Index ... - Return the index of this menu item
- f Text ... - Return the state of this menu item
- f IsEnabled ... - Return True if the item is enabled.
- f State ... - Return the state of this menu item
- f ID ... - Return the ID of this menu item
- f __init__ ... - Initalize the menu item
- f IsChecked ... - Return True if the item is checked.
- f Select ... - Select the menu item
- f GetProperties ... - Return the properties for the item as a dict
- f Type ... - Return the Type of this menu item
- f Click ... - Click on the menu item
- f Rectangle ... - Get the rectangle of the menu item