malisipi.mui.webview
November 18, 2022 ยท View on GitHub
Contents
create
fn create(debug int) Webview_t
Webview_t
destroy
fn (webview Webview_t) destroy()
terminate
fn (webview Webview_t) terminate()
run
fn (webview Webview_t) run()
set_title
fn (webview Webview_t) set_title(title string)
set_size
fn (webview Webview_t) set_size(width int, height int)
set_html
fn (webview Webview_t) set_html(html string)
navigate
fn (webview Webview_t) navigate(url string)
get_window
fn (webview Webview_t) get_window() voidptr
eval
fn (webview Webview_t) eval(code string)
load_html_file
fn (webview Webview_t) load_html_file(file string)
bind
fn (webview Webview_t) bind(func_name string, func fn (&char, &char, mut voidptr), mut app_data voidptr)
unbind
fn (webview Webview_t) unbind(func_name string)
rturn
fn (webview Webview_t) rturn(seq &char, the_string string)
init
fn (webview Webview_t) init(code string)