sciter-sdk / go-sciter

Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
https://sciter.com
2.57k stars 268 forks source link

How to create a new window without titilebar? #211

Closed yale8848 closed 5 years ago

pravic commented 5 years ago

sciter.CreateWindow sciter. WindowCreationFlag

yale8848 commented 5 years ago

window.New(0, sciter.DefaultRect) is ok, thanks