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

Class FocusWidget

source code

object --+    
         |    
 FocusBase --+
             |
            FocusWidget
Known Subclasses:

Keeps track of which widget is currently focused.

Instance Methods [hide private]
 
findByPredicate(self, pred) source code
 
__call__(self, name='', roleName='', description='')
If name, roleName or description are specified, search for a widget that matches 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__