Package: gtk

Accessor gtk-action-sensitive

Lambda List

gtk-action-sensitive (object)

Syntax

(gtk-action-sensitive object) => sensitive
(setf (gtk-action-sensitive object) sensitive)

Arguments

object -- a gtk-action object
sensitive -- true to make the action sensitive

Details

Accessor of the sensitive slot of the gtk-action class.

The slot access function gtk-action-label returns whether the action itself is sensitive. The slot access function (setf gtk-action-label) sets the sensitivity.

Note that this does not necessarily mean effective sensitivity. See the function gtk-action-is-sensitive for that.

Warning

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

See also

2021-7-20