Starts the main bonobo loop so that AT-SPI events are received and GUI
monitors function properly.
Allows clients to register for callbacks from the main loop on a set
interval.
|
|
|
|
|
|
|
|
|
|
|
quit(self,
*args)
Stops the event loop by calling the
pyatspi.Registry.stop function. |
source code
|
|
|
|
addTimer(self,
callback,
ms=None,
*args)
Creates a timer that calls the given callback on the interval
specified by the given milliseconds. |
source code
|
|
|
|
|
|
|
run(self,
profile,
welcome,
application_state)
Starts an event loop by calling the
pyatspi.Registry.start function. |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|