guino

Undocumented in source.

Members

Functions

escapeJs
string escapeJs(string s, char stringDelimeter)

Helper function to escape js strings

Manifest constants

WEBVIEW_HINT_FIXED
enum WEBVIEW_HINT_FIXED;

Window size can not be changed by a user

WEBVIEW_HINT_MAX
enum WEBVIEW_HINT_MAX;

Width and height are maximum bounds

WEBVIEW_HINT_MIN
enum WEBVIEW_HINT_MIN;

Width and height are minimum bounds

WEBVIEW_HINT_NONE
enum WEBVIEW_HINT_NONE;

Width and height are default size

Structs

WebView
struct WebView

The main struct

Meta