(ql:quickload :webview)
(float-features:with-float-traps-masked t
(let ((w (webview:webview-create 0 (cffi:null-pointer))))
(webview:webview-set-title w "Hello World")
(webview:webview-set-size w 1000 800 0)
(webview:webview-set-html w "<h1>Hello World</h1>")
(webview:webview-run w)
(webview:webview-destroy w)))
-
Notifications
You must be signed in to change notification settings - Fork 1
License
lem-project/webview
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published