X11.gdkPixmapLookup

Looks up the GdkPixmap that wraps the given native pixmap handle. For example in the X backend, a native pixmap handle is an Xlib XID.

class X11
static
gdkPixmapLookup

Parameters

anid GdkNativeWindow

a native pixmap handle.

Return Value

Type: Pixmap

the GdkPixmap wrapper for the native pixmap, or NULL if there is none.

Meta