Package ch.bailu.gtk.gtk
Schnittstelle ActionableInterface.OnSetActionTargetValue
- Umschließende Klasse:
ActionableInterface
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onSetActionTargetValue
(CallbackHandler __self, Actionable actionable, Variant target_value)
-
Methodendetails
-
onSetActionTargetValue
void onSetActionTargetValue(CallbackHandler __self, @Nonnull Actionable actionable, @Nullable Variant target_value) - Parameter:
actionable
- a `GtkActionable` widgettarget_value
- a [struct@GLib.Variant] to set as the target value
-