Package: gdk

Function gdk:window-effective-parent

Lambda List

gdk:window-effective-parent (window)

Arguments

window -- a gdk:window object

Return Value

Effective gdk:window parent of window.

Details

Obtains the parent of window, as known to GDK. Works like the gdk:window-parent function for normal windows, but returns the window's embedder for offscreen windows.

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

See also

#2023-2-26