Package: gtk
Accessor gtk:widget-visible
Lambda Listgtk:widget-visible (object) SyntaxArgumentsDetails Accessor of the visible slot of the gtk:widget
class. The gtk:widget-visible function determines whether the widget is visible. The (setf gtk:widget-visible) function sets the visibility state.
Note that this does not take into account whether the parent of the widget is
also visible or the widget is obscured in any way. If you want to take into account whether the parent of the widget is also marked as visible, use the gtk:widget-is-visible function. | See also |
2025-2-13