Asynchronous messages, file dialogs and call/cc stuff
This commit is contained in:
@@ -57,6 +57,10 @@ int main(int argc, char *argv[])
|
||||
rkt_webview_free_data(r);
|
||||
}
|
||||
|
||||
if (i == 7) {
|
||||
result_t r = rkt_webview_message_box(wv1, "This is a title", "This is my message", "This is my submessage", rkt_messagetype_t::yes_no);
|
||||
}
|
||||
|
||||
|
||||
if (i == 10) {
|
||||
wv2 = rkt_webview_create(context, wv1, eventCb);
|
||||
|
||||
Reference in New Issue
Block a user