webview_set_size
abstract fun webview_set_size( webview: Pointer?, width: Int, height: Int, hints: Int = WEBVIEW_HINT_NONE)
Content copied to clipboard
Updates the size of the native window.
Accepts a WEBVIEW_HINT
Parameters
webview
the handle of webview, usually returned by webview_create
hints
can be one of WEBVIEW_HINT_NONE
, WEBVIEW_HINT_MIN
, WEBVIEW_HINT_MAX
or WEBVIEW_HINT_FIXED