Package: gtk

Function gtk:widget-hide

Lambda List

gtk:widget-hide (widget)

Arguments

widget -- a gtk:widget object

Details

Reverses the effects of the gtk:widget-show function. This is causing the widget to be hidden, so it is invisible to the user.

Warning

This function is deprecated since 4.10. Use the gtk:widget-visible function instead.
 

See also

2025-2-13