Package: gtk
Interface gtk:actionable
Superclassesgobject:object, common-lisp:standard-object, common-lisp:t Documented Subclassesgtk:button, gtk:check-button, gtk:link-button, gtk:list-box-row, gtk:lock-button, gtk:switch, gtk:toggle-button Direct SlotsDetails The gtk:actionable 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. 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:application-window widget or the gtk:application instance, but other action groups that are added with the gtk:widget-insert-action-group function will be consulted as well. | Slot Access FunctionsInherited Slot Access FunctionsSee also |
2025-2-23