show/hide etc

This commit is contained in:
2026-04-30 13:09:33 +02:00
parent ff6874f91a
commit 6f1156df15
+20
View File
@@ -316,6 +316,26 @@
(webview-close wv)
this)
(define/public (show)
(webview-show wv)
this)
(define/public (hide)
(webview-hide wv)
this)
(define/public (maximize)
(webview-maximize wv)
this)
(define/public (minimize)
(webview-minimize wv)
this)
(define/public (show-normal)
(webview-show-normal wv)
this)
(define/public (quit)
(webview-quit)
this)