Package: gtk

Interface gtk-actionable

Superclasses

g-object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

Direct Slots

action-name
The action-name property of type :string (Read / Write)
The name of the associated action, like "app.quit".
Default value: nil
action-target
The action-target property of type g-variant (Read / Write)
The parameter for action invocations.
Allowed values: a g-variant parameter
Default value: null-pointer

Details

This interface provides a convenient way of associating widgets with actions on a gtk-application-window widget or gtk-application instance.

It primarily consists of two properties: action-name and action-target. There are also some convenience APIs for setting these properties.

This interface is presently only meaningful if used on a widget that is, or will be, located inside of a gtk-application-window widget and can only be used to associate the widget with actions on that application window, or its associated gtk-application instance.
 

Slot Access Functions

Inherited Slot Access Functions

See also

2021-9-3