Method

GdkWindowensure_native

since: 2.18

Declaration [src]

gboolean
gdk_window_ensure_native (
  GdkWindow* window
)

Description [src]

Tries to ensure that there is a window-system native window for this GdkWindow. 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.

Available since: 2.18

Return value

Type: gboolean

TRUE if the window has a native window, FALSE otherwise.