lookup_for_display
Description:
[ Version ( deprecated = true , deprecated_since = "4.18" ) ]
public static unowned Surface lookup_for_display (Display display, Window window)
public static unowned Surface lookup_for_display (Display display, Window window)
Warning: lookup_for_display is deprecated since 4.18.
Looks up the `GdkSurface` that wraps the given native window handle.
Parameters:
display |
the `GdkDisplay` corresponding to the window handle |
window |
an Xlib Window |
Returns:
the `GdkSurface` wrapper for the native window |