Package ch.bailu.gtk.gio
Schnittstelle ActionGroup.OnActionRemoved
- Umschließende Klasse:
ActionGroup
- 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
onActionRemoved
(Str action_name) Signals that an action is just about to be removed from the group.
-
Methodendetails
-
onActionRemoved
Signals that an action is just about to be removed from the group.
This signal is emitted before the action is removed, so the action
is still visible and can be queried from the signal handler.- Parameter:
action_name
- the name of the action in @action_group
-