Function
GdkX11X11Windowlookup_for_display
since: 2.24
Declaration [src]
GdkWindow*
gdk_x11_window_lookup_for_display (
GdkDisplay* display,
Window window
)
Description [src]
Looks up the GdkWindow
that wraps the given native window handle.
Available since: 2.24
Parameters
display
-
Type:
GdkX11Display
The
GdkDisplay
corresponding to the window handle.The data is owned by the caller of the function. window
-
Type:
Window
An Xlib Window.
Return value
Type: GdkX11Window
The GdkWindow
wrapper for the native
window, or NULL
if there is none.
The data is owned by the called function. |