Package: gtk

Interface gtk:activatable

Superclasses

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

Documented Subclasses

Direct Slots

related-action
The related-action property of type gtk:action (Read / Write)
The action that the activatable will activate and receive updates from for various states and possibly appearance.
use-action-appearance
The use-action-appearance property of type :boolean (Read / Write)
Whether the activatable should reset its layout and appearance when setting the related action or when the action changes appearance.
Default value: true

Details

Activatable widgets can be connected to a gtk:action object and reflects the state of its action. An activatable widget can also provide feedback through its action, as they are responsible for activating their related actions.

Warning

The gtk:activatable interface has been deprecated since version 3.10 and should not be used in newly written code.
 

Slot Access Functions

Inherited Slot Access Functions

See also

2024-9-24