Package: gdk

Function gdk:window-has-native

Lambda List

gdk:window-has-native (window)

Arguments

window -- a gdk:window object

Return Value

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

Details

Checks whether the window has a native window or not. Note that you can use the gdk:window-ensure-native function if a native window is needed.
 

See also

#2023-2-26