| Home | Trees | Indices | Help |
|
|---|
|
|
Interface to an open window in the current desktop.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |||
|---|---|---|---|
| int |
|
||
| int |
|
||
| int |
|
||
| Process |
|
||
|
|||
| Thread |
|
||
|
|||
| str |
|
||
| int |
|
||
| int |
|
||
| str |
|
||
|
|||
| win32.WindowPlacement |
|
||
|
|||
| win32.Rect |
|
||
| win32.Rect |
|
||
| tuple( int, int ) |
|
||
| tuple( int, int ) |
|
||
| State | |||
| bool |
|
||
| bool |
|
||
| bool |
|
||
| bool |
|
||
| bool |
|
||
| bool |
|
||
| bool |
|
||
| bool |
|
||
| Navigation | |||
| Window or None |
|
||
| list( Window ) |
|
||
| dict( Window → dict( ... ) ) |
|
||
| Window |
|
||
| Window |
|
||
| Instrumentation | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Low-level access | |||
| int |
|
||
|
|||
|
|||
| Process |
process Process that owns this window. |
||
| Thread |
thread Thread that owns this window. |
||
| str |
classname Window class name. |
||
| str |
text Window text (caption). |
||
| win32.WindowPlacement |
placement Window placement in the desktop. |
||
| int |
dwProcessId Global ID of the process that owns this window. |
||
| int |
dwThreadId Global ID of the thread that owns this window. |
||
| int |
hWnd Window handle. |
||
|
|||
|
_as_parameter_ Compatibility with ctypes. |
|||
| style | |||
| exstyle | |||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
|
|
|
Manually set the parent process. Use with care!
|
|
Manually set the thread process. Use with care!
|
User internally to get another Window from this one. It'll try to copy the parent Process and Thread references if possible. |
|
|
|
See Also: set_text |
Set the window text (caption).
See Also: get_text |
Retrieve the window placement in the desktop.
See Also: set_placement |
Set the window placement in the desktop.
See Also: get_placement |
Get the window coordinates in the desktop.
|
Get the window's client area coordinates in the desktop.
|
Translates window client coordinates to screen coordinates.
Note: This is a simplified interface to some of the functionality of the win32.Point class. See Also: {win32.Point.client_to_screen} |
Translates window screen coordinates to client coordinates.
Note: This is a simplified interface to some of the functionality of the win32.Point class. See Also: {win32.Point.screen_to_client} |
See Also: get_children |
See Also: get_parent |
See Also: get_root |
See Also: get_tree |
Get the child window located at the given coordinates. If no such window exists an exception is raised.
See Also: get_children |
|
See Also: {show}, {hide} |
See Also: {enable}, {disable} |
See Also: maximize |
See Also: minimize |
See Also: get_parent |
See Also: maximize |
See Also: minimize |
Enable the user input for the window.
See Also: disable |
Disable the user input for the window.
See Also: enable |
Make the window visible.
See Also: hide |
Make the window invisible.
See Also: show |
Maximize the window.
|
Minimize the window.
|
Unmaximize and unminimize the window.
|
Moves and/or resizes the window.
Note: This is request is performed syncronously. |
Signals the program to quit.
Note: This is an asyncronous request. |
Send a low-level window message syncronically.
|
Post a low-level window message asyncronically.
|
|
|||
processProcess that owns this window. Use the get_process method instead.
|
threadThread that owns this window. Use the get_thread method instead.
|
classnameWindow class name.
|
textWindow text (caption). |
placementWindow placement in the desktop.
|
|
|||
_as_parameter_Compatibility with ctypes. Allows passing transparently a Window object to an API call.
|
style
|
exstyle
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 20 17:55:15 2013 | http://epydoc.sourceforge.net |