Panel.ActionMuxer¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Panel.ActionMuxer(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
- get_action_group(prefix)¶
- Parameters:
prefix (
str
) – the name of the inserted action group- Returns:
a
Gio.ActionGroup
matching prefix if found, otherwiseNone
.- Return type:
Locates the
Gio.ActionGroup
inserted as prefix.If no group was found matching group,
None
is returned.
- insert_action_group(prefix, action_group)¶
- Parameters:
prefix (
str
) –action_group (
Gio.ActionGroup
) –
- list_groups()¶
- Returns:
an array containing the names of groups within the muxer
- Return type:
[
str
]
Gets a list of group names in the muxer.
- remove_all()¶