Package dogtail :: Module procedural :: Class FocusDialog
[hide private]
[frames] | no frames]

Class FocusDialog

source code

object --+    
         |    
 FocusBase --+
             |
            FocusDialog

Keeps track of which dialog is currently focused.

Instance Methods [hide private]
 
__call__(self, name)
Search for a dialog that matches the given name and refocus on it.
source code

Inherited from FocusBase: __getattr__, __setattr__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from FocusBase: node

Properties [hide private]

Inherited from object: __class__