show/hide etc
This commit is contained in:
@@ -316,6 +316,26 @@
|
|||||||
(webview-close wv)
|
(webview-close wv)
|
||||||
this)
|
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)
|
(define/public (quit)
|
||||||
(webview-quit)
|
(webview-quit)
|
||||||
this)
|
this)
|
||||||
|
|||||||
Reference in New Issue
Block a user