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

The accessor for the visible slot of the gtk:action class gets or sets whether the action itself is visible. Note that this does not necessarily mean effective visibility. See the gtk:action-is-visible function for that.

Warning

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

See also

2025-10-09