Package: gdk

Function gdk-window-ensure-native

Lambda List

gdk-window-ensure-native (window)

Arguments

window -- a gdk-window object

Return Value

True if the window has a native window, false otherwise.

Details

Tries to ensure that there is a window-system native window for this window. This may fail in some situations, returning false.

Offscreen window and children of them can never have native windows.

Some backends may not support native child windows.
 

See also

2020-9-22