Package: gtk

Accessor gtk:activatable-use-action-appearance

Lambda List

gtk:activatable-use-action-appearance (object)

Syntax

(gtk:activatable-use-action-appearance object) => use-appearance
(setf (gtk:activatable-use-action-appearance object) use-appearance)

Arguments

activatable -- a gtk:activatable widget
use-appearance -- a boolean whether to use the actions appearance

Details

Accessor of the use-action-appearance slot of the gtk:activatable class. The gtk:activatable-use-action-appearance function gets whether the activatable should reset its layout and appearance when setting the related action or when the action changes appearance. The (setf gtk:activatable-use-action-appearance) function sets whether this activatable should reset its layout and appearance.

Warning

The gtk:activatable-use-action-appearance function has been deprecated since version 3.10 and should not be used in newly written code.
 

See also

2024-9-24