IBus.AttrList¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
attributes |
[ |
r |
|
parent |
r |
Class Details¶
- class IBus.AttrList(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Array of
IBus.Attribute.- classmethod new()¶
- Returns:
A newly allocated
IBus.AttrList.- Return type:
Creates an new
IBus.AttrList.
- append(attr)¶
- Parameters:
attr (
IBus.Attribute) – TheIBus.Attributeinstance to be appended.
Append an
IBus.AttributetoIBus.AttrList, and increase reference.
- get(index)¶
- Parameters:
index (
int) – Index of the self.- Returns:
IBus.Attributeat given index,Noneif no suchIBus.Attribute.- Return type:
Returns
IBus.Attributeat given index. Borrowed reference.