This commit is contained in:
2026-04-08 16:39:23 +02:00
parent a5378e32b9
commit 7468a16d63
7 changed files with 43 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ public:
result_t rktFileSave(rktwebview_t w, const char *title, const char *base_dir, const char *permitted_exts);
result_t rktWindowSetTitle(rktwebview_t wv, const char *title);
result_t rktWindowSetIcon(rktwebview_t wv, const char *icon_file);
result_t rktMessageBox(rktwebview_t w, const char *title, const char *message, const char *submessage, rkt_messagetype_t type);
bool rktValid(rktwebview_t wv);