Moved some modules and added documentation
This commit is contained in:
@@ -8,16 +8,17 @@
|
||||
racket/class
|
||||
racket/file
|
||||
net/url
|
||||
"../private/wv-context.rkt"
|
||||
"../private/wv-settings.rkt"
|
||||
"../private/wv-element.rkt"
|
||||
"../private/wv-input.rkt"
|
||||
"../private/rgba.rkt"))
|
||||
"../wv-context.rkt"
|
||||
"../wv-settings.rkt"
|
||||
"../wv-element.rkt"
|
||||
"../wv-input.rkt"
|
||||
"../rgba.rkt"
|
||||
"../wv-window.rkt"))
|
||||
|
||||
@title{wv-window}
|
||||
@author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]]
|
||||
|
||||
@defmodule[wv-window]
|
||||
@defmodule[racket-webview/wv-window]
|
||||
|
||||
Window abstraction built on top of @racketmodname[racket-webview].
|
||||
|
||||
|
||||
Reference in New Issue
Block a user