On Windows, it could be useful to get a native window handle (type HWND) for a Gdk.Surface, which a program can then pass to Windows functions for platform-specific functionality.
In C, there's a function gdk_win32_surface_get_handle() that will return this value, but it's not exposed in Gir.Core.
On Windows, it could be useful to get a native window handle (type HWND) for a Gdk.Surface, which a program can then pass to Windows functions for platform-specific functionality.
In C, there's a function gdk_win32_surface_get_handle() that will return this value, but it's not exposed in Gir.Core.