Package: gtk

Function gtk:widget-show

Lambda List

gtk:widget-show (widget)

Arguments

widget -- a gtk:widget object

Details

Flags a widget to be displayed. Any widget that is not shown will not appear on the screen. Remember that you have to show the containers containing a widget, in addition to the widget itself, before it will appear onscreen. When a toplevel container is shown, it is immediately realized and mapped. Other shown widgets are realized and mapped when their toplevel container is realized and mapped.

Warning

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

See also

2025-2-13