X11.gdkXidTableLookup

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.

class X11
static
void*
gdkXidTableLookup
(
uint xid
)

Parameters

xid uint

an X id.

Return Value

Type: void*

the associated Gdk object, which may be a GdkPixmap, a GdkWindow or a GdkFont or NULL if no object is associated with the X id.

Meta