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
+5 -4
View File
@@ -1,11 +1,12 @@
#lang scribble/manual
@defmodule{racket-webview/racket-webview-qt}
@title{Racket FFI Interface for @tt{rktwebview_qt}}
@defmodule[racket-webview/racket-webview-qt]
@author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]]
@section{Overview}
@section[#:tag "racket-webview-qt-overview"]{Overview}
The module @tt{racket-webview-qt.rkt} provides a Racket FFI wrapper around the
native @tt{rktwebview_qt} library. It loads the shared library, initializes the
@@ -413,7 +414,7 @@ Requests a file-save dialog.
Shows a native message box.
}
@section{Event Delivery}
@section[#:tag "racket-webview-qt-event-delivery"]{Event Delivery}
Each webview has an associated event callback.
@@ -461,7 +462,7 @@ Example result:
]
}
@section{Example}
@section[#:tag "racket-webview-qt-example"]{Example}
@racketblock[
(define ctx