Package: gtk

Accessor gtk-status-icon-visible

Lambda List

gtk-status-icon-visible (object)

Syntax

(gtk-status-icon-visible object) => visible
(setf (gtk-status-icon-visible object) visible)

Arguments

object -- a gtk-status-icon widget
visible -- true to show the status icon, false to hide it

Details

Accessor of the visible slot of the gtk-status-icon class.

The slot access function gtk-status-icon-visible returns whether the status icon is visible or not. The slot access function (setf gtk-status-icon-visible) sets the visibility.

Note that being visible does not guarantee that the user can actually see the icon, see also the function gtk-status-icon-is-embedded.

Warning

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

See also

2021-7-22