Index of the HwndWrapper module
-
m
pywinauto.controls.HwndWrapper
...
- Basic wrapping of Windows controls
- a Timings ...
- C InvalidWindowHandle ... - Raised when an invalid handle is passed to HwndWrapper
-
C
HwndWrapper
...
- Default wrapper for controls.
- a handle ...
- a windowclasses ...
- f PostMessage ... - Post a message to the control message queue and return
- f ProcessID ... - Return the ID of process that owns this window
- f SendMessageTimeout ... - Send a message to the control and wait for it to return or to timeout
- f IsChild ... - Return True if this window is a child of 'parent'.
- f ReleaseMouseInput ... - Release the mouse button
- f ReleaseMouse ... - Release the mouse button
- f Menu ... - Return the menu of the control
- f Style ... - Returns the style of window
- f GetShowState ... - Get the show state and Maximized/minimzed/restored state
- f Close ... - Close the window
- f ContextHelpID ... - Return the Context Help ID of the window
- f Texts ... - Return the text for each item of this control"
- f SendMessage ... - Send a message to the control and wait for it to return
- f VerifyActionable ... - Verify that the control is both visible and enabled
- f GetProperties ... - Return the properties of the control as a dictionary
- f IsVisible ... - Whether the window is visible or not
- f VerifyEnabled ... - Verify that the control is enabled
- f PressMouse ... - Press the mouse button
- f Rectangle ... - Return the rectangle of window
- f SetFocus ... - Set the focus to this control
- f Parent ... - Return the parent of this control
- f MenuSelect ... - Select the menuitem specifed in path
- f MoveMouse ... - Move the mouse
- f MenuItems ... - Return the menu items for the dialog
- f MoveWindow ... - Move the window to the new coordinates
- f FriendlyClassName ... - Return the friendly class name for the control
- f ControlCount ... - Return the number of children of this control
- f SetApplicationData ... - Application data is data from a previous run of the software
- f DragMouse ... - Drag the mouse
- f WindowText ... - Window text of the control
- f __init__ ... - Initialize the control
- f DoubleClick ... - Perform a double click action
- f Class ... - Return the class name of the window
- f IsDialog ... - Return true if the control is a top level window
- f Click ... - Simulates a mouse click on the control
- f Minimize ... - Minimize the window
- f ClientRects ... - Return the client rect for each item in this control
- f IsEnabled ... - Whether the window is enabled or not
- f Fonts ... - Return the font for each item in this control
- f TypeKeys ... - Type keys to the window using SendKeys
- f DebugMessage ... - Write some debug text over the window
- f IsUnicode ... - Whether the window is unicode or not
- f Owner ... - Return the owner window for the window if it exists
- f Scroll ... - Ask the control to scroll itself
- f DoubleClickInput ... - Double click at the specified coordinates
- f NotifyParent ... - Send the notification message to parent of this control
- f __eq__ ... - Returns True if the handles of both controls are the same
- f PressMouseInput ... - Press a mouse button using SendInput
- f VerifyVisible ... - Verify that the control is visible
- f DrawOutline ... - Draw an outline around the window
- f HasExStyle ... - Return True if the control has the specified extended sytle
- f PopupWindow ... - Return any owned Popups
- f UserData ... - Extra data associted with the window
- f HasStyle ... - Return True if the control has the specified sytle
- f RightClickInput ... - Right click at the specified coords
- f SetWindowText ... - Set the text of the window
- f Restore ... - Restore the window
- f ClickInput ... - Click at the specified coordinates
- f CaptureAsImage ... - Return a PIL image of the control
- f TopLevelParent ... - Return the top level window of this control
- f ClientRect ... - Returns the client rectangle of window
- f GetFocus ... - Return the control in the process of this window that has the Focus
- f ExStyle ... - Returns the Extended style of window
- f Maximize ... - Maximize the window
- f MenuItem ... - Return the menu item specifed by path
- f ControlID ... - Return the ID of the window
- f Font ... - Return the font of the window
- f RightClick ... - Perform a right click action
- f Children ... - Return the children of this control as a list
- f CloseClick ... - Peform a click action that should make the window go away
-
C
ControlNotVisible
...
- Raised when a control is nto visible
-
C
ControlNotEnabled
...
- Raised when a control is not enabled
- f GetDialogPropsFromHandle ... - Get the properties of all the controls as a list of dictionaries