Window.hasNative

Checks whether the window has a native window or not. Note that you can use gdk.window.Window.ensureNative if a native window is needed.

class Window
bool
hasNative
()

Return Value

Type: bool

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