webview_set_size
public final Unit webview_set_size( CPointer<? extends CPointed> w, Integer width, Integer height, Integer hints)
Content copied to clipboard
Updates the size of the native window.
Accepts a WEBVIEW_HINT
Parameters
w
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