Skip to content

Latest commit

 

History

History
142 lines (95 loc) · 2.01 KB

webview.md

File metadata and controls

142 lines (95 loc) · 2.01 KB

malisipi.mui.webview

Contents

create

fn create(debug int) Webview_t

[Return to contents]

Webview_t

destroy

fn (webview Webview_t) destroy()

[Return to contents]

terminate

fn (webview Webview_t) terminate()

[Return to contents]

run

fn (webview Webview_t) run()

[Return to contents]

set_title

fn (webview Webview_t) set_title(title string)

[Return to contents]

set_size

fn (webview Webview_t) set_size(width int, height int)

[Return to contents]

set_html

fn (webview Webview_t) set_html(html string)

[Return to contents]

navigate

fn (webview Webview_t) navigate(url string)

[Return to contents]

get_window

fn (webview Webview_t) get_window() voidptr

[Return to contents]

eval

fn (webview Webview_t) eval(code string)

[Return to contents]

load_html_file

fn (webview Webview_t) load_html_file(file string)

[Return to contents]

bind

fn (webview Webview_t) bind(func_name string, func fn (&char, &char, mut voidptr), mut app_data voidptr)

[Return to contents]

unbind

fn (webview Webview_t) unbind(func_name string)

[Return to contents]

rturn

fn (webview Webview_t) rturn(seq &char, the_string string)

[Return to contents]

init

fn (webview Webview_t) init(code string)

[Return to contents]

Powered by vdoc. Generated on: 17 Nov 2022 18:22:49