gimp-display-get-window-handle

Sven Neumann <sven@gimp.org>

Description

Get a handle to the native window for an image display.

Help

This procedure returns a handle to the native window for a given image display. For example in the X backend of GDK, a native window handle is an Xlib XID. A value of 0 is returned for an invalid display or if this function is unimplemented for the windowing system that is being used.


Type

unknown

Parameters

Type Name Description
unknown display The display to get the window handle from

Return

Type Name Description
PF_INT window The native window handle or 0