Package: gtk
Class gtk-action
Superclassesgtk-buildable, g-object, common-lisp:standard-object, common-lisp:t Documented SubclassesDirect SlotsDetails
Actions represent operations that the user can be perform, along with some
information how it should be presented in the interface.
Each action provides methods to create icons, menu items and toolbar items
representing itself. As well as the callback function that is called when the action gets activated, the following also gets associated with the action:
Each action can have one or more proxy widgets. To act as an action proxy, the widget needs to implement the gtk-activatable interface. Proxies mirror the state of the action and should change when the state of the action changes. Properties that are always mirrored by proxies are sensitive and visible. The gicon, icon-name, label, short-label and stock-id properties are only mirorred if the proxy widget has the use-action-appearance property set to true. When the proxy is activated, it should activate its action. WarningSignal DetailsThe "activate" signallambda (action) :no-recurseThe signal is emitted when the action is activated.
| Slot Access FunctionsInherited Slot Access FunctionsSee also |
2021-7-24