Package: gdk

Function gdk:window-effective-toplevel

Lambda List

gdk:window-effective-toplevel (window)

Arguments

window -- a gdk:window object

Return Value

The effective gdk:window toplevel containing window.

Details

Gets the toplevel window that is an ancestor of window. Works like the gdk:window-toplevel function, but treats an offscreen window's embedder as its parent, using the gdk:window-effective-parent function.

See also the gdk:offscreen-window-embedder function.
 

See also

#2023-2-26