Package: gtk

Function gtk-widget-is-visible

Lambda List

gtk-widget-is-visible (widget)

Arguments

widget -- a gtk-widget object

Return Value

True if the widget and all its parents are visible.

Details

Determines whether the widget and all its parents are marked as visible. This function does not check if the widget is obscured in any way. See also the gtk-widget-visible function.
 

See also

2021-9-20