Function
GdkX11X11Surfacelookup_for_display
Declaration [src]
GdkSurface*
gdk_x11_surface_lookup_for_display (
GdkDisplay* display,
Window window
)
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: GdkX11Surface
The GdkSurface
wrapper
for the native window.
The data is owned by the called function. |