Package: gtk

Function gtk:widget-is-toplevel

Lambda List

gtk:widget-is-toplevel (widget)

Arguments

widget -- a gtk:widget object

Return Value

True if widget is a toplevel, false otherwise.

Details

Determines whether the widget is a toplevel widget. Currently only gtk:window, gtk:invisible, and out-of-process gtk:plug widgets are toplevel widgets. Toplevel widgets have no parent widget.
 

See also

#2023-3-8