Warning
gdk_xid_table_lookup has been deprecated since version 2.24 and should not be used in newly-written code. This function will be removed in GTK+ 3.0. GTK+
only stores windows in its X id table nowadays, so use
gdk_x11_window_lookup_for_display() instead.
Returns the Gdk object associated with the given X id for the default
display.
Warning gdk_xid_table_lookup has been deprecated since version 2.24 and should not be used in newly-written code. This function will be removed in GTK+ 3.0. GTK+ only stores windows in its X id table nowadays, so use gdk_x11_window_lookup_for_display() instead. Returns the Gdk object associated with the given X id for the default display.