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 gtk:status-icon-visible function returns whether the status icon is visible or not. The (setf gtk:status-icon-visible) functon sets the visibility.

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

Warning

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

See also

#2023-3-27