IBus.PropList¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
||
properties |
[ |
r |
|
Class Details¶
- class IBus.PropList(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
See_also:
IBus.Property,IBus.Engine- classmethod new()¶
- Returns:
A newly allocated
IBus.PropList.- Return type:
Create a new
IBus.PropList.
- append(prop)¶
- Parameters:
prop (
IBus.Property) –IBus.Propertyto be append to self.
Append an
IBus.Propertyto anIBus.PropList, and increase reference.
- get(index)¶
- Parameters:
index (
int) – Index of anIBus.PropList.- Returns:
IBus.Propertyat given index,Noneif no suchIBus.Property.- Return type:
Gets
IBus.Propertyat given index. Borrowed reference.
- update_property(prop)¶
- Parameters:
prop (
IBus.Property) –IBus.Propertyto be update.- Returns:
- Return type:
Update an
IBus.PropertyinIBus.PropList.