Package ch.bailu.gtk.gio
Interface ActionGroup.OnActionStateChanged
- 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
onActionStateChanged
(Str action_name, Variant value) Signals that the state of the named action has changed.
-
Method Details
-
onActionStateChanged
Signals that the state of the named action has changed.- Parameters:
action_name
- the name of the action in @action_groupvalue
- the new value of the state
-