Function
GdkX11X11Surfacelookup_for_display
Declaration [src]
GdkSurface*
gdk_x11_surface_lookup_for_display (
  GdkDisplay* display,
  Window window
)
Parameters
- display
- 
            Type: GdkX11DisplayThe GdkDisplaycorresponding to the window handle.The data is owned by the caller of the function. 
- window
- 
            Type: WindowAn Xlib Window. 
Return value
Type: GdkX11Surface
The GdkSurface wrapper
  for the native window.
| The data is owned by the called function. |