This commit is contained in:
2026-08-09 19:56:06 +02:00
parent 37468d4fa0
commit cee2f452aa
15 changed files with 71 additions and 70 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
@(require racket/base
scribble/core)
@title{racket-webview}
@title[#:tag "racket-webview-functional"]{racket-webview}
@author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]]
@defmodule[racket-webview/racket-webview]
@@ -31,7 +31,7 @@ JavaScript calls. When an HTML file is
served, the context's CSS boilerplate is injected immediately before the
closing @tt{</head>} tag.
@section{Contexts}
@section[#:tag "racket-webview-contexts"]{Contexts}
@defproc[(webview-new-context
@@ -196,7 +196,7 @@ structure, an exception is raised.
}
@section{Dialogs}
@section[#:tag "racket-webview-dialogs"]{Dialogs}
Dialog functions return immediately. Results are delivered asynchronously via
events.