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.
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.