Atspi.Event

Fields

Name

Type

Access

Description

any_data

GObject.Value

r/w

detail1

int

r/w

detail2

int

r/w

sender

Atspi.Accessible

r/w

source

Atspi.Accessible

r/w

type

str

r/w

Methods

class

main ()

class

quit ()

Details

class Atspi.Event
classmethod main()

Starts/enters the main event loop for the AT-SPI services.

NOTE: This method does not return control; it is exited via a call to Atspi.Event.quit from within an event handler.

classmethod quit()

Quits the last main event loop for the AT-SPI services, See: Atspi.Event.main