Moved some modules and added documentation

This commit is contained in:
2026-04-06 00:15:49 +02:00
parent 1f4f8a1fbd
commit f35f040efb
29 changed files with 276 additions and 70 deletions

View File

@@ -6,7 +6,7 @@
@title{racket-webview}
@author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]]
@defmodule[racket-webview]
@defmodule[racket-webview/racket-webview]
Higher-level interface built on top of @racketmodname[racket-webview-qt].
@@ -542,7 +542,7 @@ Represents a file dialog filter entry.
@defproc[(make-wv-permitted-exts [name string?] [exts (listof symbol?)])
wv-permitted-exts?]{Creates a filter entry.}
@defproc[(wv-permitted-exts? [v any/c]) boolean?]{Recognizes filter entries.}
@;@defproc[(wv-permitted-exts? [v any/c]) boolean?]{Recognizes filter entries.}
@defproc[(wv-list-of-permitted-exts? [v any/c]) boolean?]{
Recognizes lists of filter entries.