present window

This commit is contained in:
2026-04-30 14:05:28 +02:00
parent fd181b2755
commit e7dc7ee2ff
+4
View File
@@ -320,6 +320,10 @@
(webview-show wv) (webview-show wv)
this) this)
(define/public (present)
(webview-present wv)
this)
(define/public (hide) (define/public (hide)
(webview-hide wv) (webview-hide wv)
this) this)