Package ch.bailu.gtk.gio
Interface ActionGroup.OnActionAdded
- Enclosing class:
- ActionGroup
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onActionAdded
(Str action_name) Signals that a new action was just added to the group.
-
Method Details
-
onActionAdded
Signals that a new action was just added to the group.
This signal is emitted after the action has been added
and is now visible.- Parameters:
action_name
- the name of the action in @action_group
-