webview_get_window

Function webview_get_window 

Source
pub unsafe extern "C" fn webview_get_window(
    w: webview_t,
) -> *mut c_void
Expand description

Returns the native handle of the window associated with the webview instance. The handle can be a @c GtkWindow pointer (GTK), @c NSWindow pointer (Cocoa) or @c HWND (Win32).

@param w The webview instance. @return The handle of the native window.