Package ch.bailu.gtk.gio
Interface ActionEntry.OnActivate
- Enclosing class:
- ActionEntry
- 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
onActivate
(CallbackHandler __self, SimpleAction action, Variant parameter, Pointer user_data)
-
Method Details
-
onActivate
void onActivate(CallbackHandler __self, @Nonnull SimpleAction action, @Nonnull Variant parameter, @Nullable Pointer user_data) - Parameters:
action
-parameter
-user_data
-
-