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

@@ -5,12 +5,13 @@
scribble/core
(for-label racket/base
racket/class
"../private/wv-window.rkt"))
"../wv-dialog.rkt"
"../wv-window.rkt"))
@title{wv-dialog}
@author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]]
@defmodule[wv-dialog]
@defmodule[racket-webview/wv-dialog]
Dialog-window wrapper built on top of @racket[wv-window%].