Package ch.bailu.gtk.gio
Interface ActionMapInterface.OnRemoveAction
- Enclosing class:
- ActionMapInterface
- 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
onRemoveAction
(CallbackHandler __self, ActionMap action_map, Str action_name)
-
Method Details
-
onRemoveAction
void onRemoveAction(CallbackHandler __self, @Nonnull ActionMap action_map, @Nonnull Str action_name) - Parameters:
action_map
- a #GActionMapaction_name
- the name of the action
-