This commit is contained in:
2026-04-09 10:42:36 +02:00
parent 7468a16d63
commit 79d18bdd5d

View File

@@ -33,6 +33,8 @@ int main(int argc, char *argv[])
int context = rkt_webview_new_context("", nullptr); int context = rkt_webview_new_context("", nullptr);
int wv = rkt_webview_create(context, 0); int wv = rkt_webview_create(context, 0);
rkt_webview_set_title(wv, "Hi there, this is a title!");
rkt_webview_set_icon(wv, "../../rktplayer.png");
rkt_data_t *d = rkt_webview_info(); rkt_data_t *d = rkt_webview_info();
rkt_webview_free_data(d); rkt_webview_free_data(d);