documentation more consistent
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"../rgba.rkt"
|
||||
"../wv-window.rkt"))
|
||||
|
||||
@title{wv-window}
|
||||
@title[#:tag "wv-window"]{wv-window}
|
||||
@author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]]
|
||||
|
||||
@defmodule[racket-webview/wv-window]
|
||||
@@ -26,7 +26,7 @@ This module exports the @racket[wv-window%] class and re-exports the APIs from
|
||||
@racketmodname[wv-element], @racketmodname[wv-input], @racketmodname[rgba], and
|
||||
@racketmodname[wv-settings].
|
||||
|
||||
@section{Overview}
|
||||
@section[#:tag "wv-window-overview"]{Overview}
|
||||
|
||||
A @racket[wv-window%] object represents one webview window.
|
||||
|
||||
@@ -37,7 +37,7 @@ element wrappers through @racket[element].
|
||||
The class also provides synchronous wrappers around the asynchronous dialog
|
||||
interface by using continuations internally.
|
||||
|
||||
@section{Class: wv-window%}
|
||||
@section[#:tag "wv-window-class-wv-window"]{Class: wv-window%}
|
||||
|
||||
@defclass[wv-window% object% ()]{
|
||||
|
||||
@@ -478,7 +478,7 @@ The resulting geometry is then applied through @racket[move] and @racket[resize]
|
||||
}
|
||||
}
|
||||
|
||||
@section{Events}
|
||||
@section[#:tag "wv-window-events"]{Events}
|
||||
|
||||
The window installs an internal event handler when it is created.
|
||||
|
||||
@@ -499,7 +499,7 @@ This handler reacts to the following event kinds produced by the lower layer:
|
||||
|
||||
Unhandled events are printed to the console by the current implementation.
|
||||
|
||||
@section{Function: root-file-not-found-handler}
|
||||
@section[#:tag "wv-window-function-root-file-not-found-handler"]{Function: root-file-not-found-handler}
|
||||
|
||||
@defproc[(root-file-not-found-handler [standard-file string?]
|
||||
[not-found-handler procedure?] ...)
|
||||
@@ -527,7 +527,7 @@ Its behavior is as follows:
|
||||
Only the first optional @racket[not-found-handler] is used.
|
||||
}
|
||||
|
||||
@section{Re-exports}
|
||||
@section[#:tag "wv-window-re-exports"]{Re-exports}
|
||||
|
||||
This module also re-exports the public APIs from:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user