lookup_for_display
Description:
[
Version ( since =
"2.24" ) ]
public static unowned Window lookup_for_display (
Display display,
Window window)
Looks up the Window that wraps the given native window handle.
Parameters:
display |
the Display corresponding to the window handle
|
window |
an Xlib Window
|
Returns:
the Window wrapper for the native window, or null
if there is none.
|