Gets the action name for actionable.
Gets the current target value of actionable.
Get the main Gtk struct
the main Gtk struct as a void*
Specifies the name of the action with which this widget should be associated. If action_name is NULL then the widget will be unassociated from any previous action.
Sets the target value of an actionable widget.
Sets the action-name and associated string target value of an actionable widget.
This interface provides a convenient way of associating widgets with actions on a gtk.ApplicationWindow or gtk.Application
It primarily consists of two properties: action-name and action-target. There are also some convenience APIs for setting these properties.
The action will be looked up in action groups that are found among the widgets ancestors. Most commonly, these will be the actions with the “win.” or “app.” prefix that are associated with the gtk.ApplicationWindow or gtk.Application, but other action groups that are added with Widget.insertActionGroup will be consulted as well.