Package ch.bailu.gtk.gtk
Schnittstelle ActionableInterface.OnSetActionName
- 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
onSetActionName
(CallbackHandler __self, Actionable actionable, Str action_name)
-
Methodendetails
-
onSetActionName
void onSetActionName(CallbackHandler __self, @Nonnull Actionable actionable, @Nullable Str action_name) - Parameter:
actionable
- a `GtkActionable` widgetaction_name
- an action name
-