Skip to content

lem-project/webview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

(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)))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published