Package ch.bailu.gtk.gio
Interface ActionMapInterface.OnLookupAction
- 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 TypeMethodDescriptiononLookupAction
(CallbackHandler __self, ActionMap action_map, Str action_name)
-
Method Details
-
onLookupAction
Action onLookupAction(CallbackHandler __self, @Nonnull ActionMap action_map, @Nonnull Str action_name) - Parameters:
action_map
- a #GActionMapaction_name
- the name of an action- Returns:
- a #GAction, or %NULL
-