documentation
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
base-path
|
||||
[file-getter (webview-standard-file-getter base-path)]
|
||||
[context-js (λ () "")]
|
||||
[context-css (λ () "")]
|
||||
[boilerplate-js (webview-default-boilerplate-js context-js)]
|
||||
[boilerplate-css (webview-default-boilerplate-css context-css)]
|
||||
[ini (error "You need to provide a 'ini' file settings interface for settings, e.g. simple-ini/class")]
|
||||
)
|
||||
|
||||
@@ -35,7 +37,8 @@
|
||||
(begin
|
||||
(set! wv-context
|
||||
(webview-new-context file-getter
|
||||
#:boilerplate-js boilerplate-js))
|
||||
#:boilerplate-js boilerplate-js
|
||||
#:boilerplate-css boilerplate-css))
|
||||
(set! settings-obj (new wv-settings% [ini ini] [wv-context 'global]))
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user