webview_get_window

@Deprecated(message = "Not suggested to use")
public abstract Pointer webview_get_window(Pointer webview)

Returns a native window handle pointer.

Not suggested to use. When using GTK backend the pointer is GtkWindow pointer, when using Cocoa backend the pointer is NSWindow pointer, when using Win32 backend the pointer is HWND pointer.

Parameters

webview

the handle of webview, usually returned by webview_create