Package ch.bailu.gtk.gio
Interface ActionGroup.OnActionRemoved
- 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
onActionRemoved
(Str action_name) Signals that an action is just about to be removed from the group.
-
Method Details
-
onActionRemoved
Signals that an action is just about to be removed from the group.
This signal is emitted before the action is removed, so the action
is still visible and can be queried from the signal handler.- Parameters:
action_name
- the name of the action in @action_group
-