| Trees | Indices | Help |
|---|
|
|
object --+
|
EventType
Wraps the AT-SPI event type string so its components can be accessed individually as klass (can't use the keyword class), major, minor, and detail (klass:major:minor:detail).
Note: All attributes of an instance of this class should be considered public readable as it is acting a a struct.
|
|||
|
|||
| string |
|
||
| string |
|
||
|
Inherited from |
|||
|
|||
| 4-tuple of string |
format = 'klass', 'major', 'minor', 'detail'Names of the event string components |
||
|
|||
|
Inherited from |
|||
|
|||
Parses the full AT-SPI event name into its components (klass:major:minor:detail). If the provided event name is an integer instead of a string, then the event is really a device event. An exception is raised in this case so Event knows to convert the device event integer constant to a keyboard event name string.
|
str(x)
|
Builds a human readable representation of the event type.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:27 2007 | http://epydoc.sourceforge.net |