Package: gtk

Accessor gtk-action-visible

Lambda List

gtk-action-visible (object)

Syntax

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

Arguments

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

Details

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

The slot access function gtk-action-visible returns whether the action itself is visible. The slot access function (setf gtk-action-visible) sets the visibility.

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

Warning

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

See also

2021-7-20