Expand description
Provides functions to interact with windows.
Structs§
- Builder
- A window builder.
Functions§
- destroy
- Destroy window.
- enum_by
- Enumerates over windows handles and calls callback on each
- enum_
by_ until - Enumerates over windows handles and calls callback on each
- find
- Search for a window’s handle.
- find_
child - Search for a window’s child.
- get_
active - Retrieves the window handle to the active window attached to the calling thread’s message queue.
- get_
by_ class - Retrieves list of handles to specific window class
- get_
by_ pid - Retrieves handle to a window by pid using
enum_by_until
. - get_
by_ title - Retrieves list of handles to windows with specific title’s text.
- get_
class - Retrieves window’s class name.
- get_
console - Retrieves the window handle used by the console associated with the calling process.
- get_
text - Retrieves window’s title.
- get_
thread_ process_ id - Retrieves the identifier of the thread and process that created the specified window.
- is_
visible - Determines if window is visible.
- send_
get_ text - Sends get text message to a window
- send_
message - Sends message to a window.
- send_
push_ button - Sends push button message to a window.
- send_
set_ text - Sends set text message to a window.
- send_
sys_ command - Sends sys command to a window.
- show
- Shows window