webview_set_size

public abstract Unit webview_set_size(    Pointer webview,     Integer width,     Integer height,     Integer hints)

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