This interface provides a convenient way of associating widgets with
actions on a #GtkApplicationWindow or #GtkApplication.
It primarily consists of two properties: #GtkActionable:action-name
and #GtkActionable: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 #GtkApplicationWindow
or #GtkApplication, but other action groups that are added with
gtk.widget.Widget.insertActionGroup will be consulted as well.
This interface provides a convenient way of associating widgets with actions on a #GtkApplicationWindow or #GtkApplication.
It primarily consists of two properties: #GtkActionable:action-name and #GtkActionable: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 #GtkApplicationWindow or #GtkApplication, but other action groups that are added with gtk.widget.Widget.insertActionGroup will be consulted as well.