|
Dogtail's procedural UI
All the classes here are intended to be single-instance, except for Action.
|
Functions
|
|
run
|
|
|
run
|
run ( application, arguments="" )
|
|
Classes
|
|
Action |
Aids in executing AT-SPI actions, refocusing the widget if necessary.
|
Click |
A special case of Action, Click will eventually handle raw mouse events.
|
Focus |
The container class for the focused application, dialog and widget.
|
FocusApplication |
Keeps track of which application is currently focused.
|
FocusBase |
The base for every class in the module. Does nothing special, really.
|
FocusDesktop |
This isn't used yet, and may never be used.
|
FocusDialog |
Keeps track of which dialog is currently focused.
|
FocusWidget |
Keeps track of which widget is currently focused.
|
|
|