X11.gdkWindowLookup

Warning gdk_window_lookup has been deprecated since version 2.24 and should not be used in newly-written code. Use gdk_x11_window_lookup_for_display() or equivalent backend-specific functionality instead Looks up the GdkWindow that wraps the given native window handle. For example in the X backend, a native window handle is an Xlib XID.

class X11
static
gdkWindowLookup

Parameters

anid GdkNativeWindow

a native window handle.

Return Value

Type: Window

the GdkWindow wrapper for the native window, or NULL if there is none.

Meta