wv tray docs
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
[height #f]
|
||||
[x #f]
|
||||
[y #f]
|
||||
[quit-on-close #t]
|
||||
)
|
||||
|
||||
(define wv #f)
|
||||
@@ -247,6 +248,8 @@
|
||||
#t)
|
||||
|
||||
(define/public (can-close?)
|
||||
(when quit-on-close
|
||||
(send this quit))
|
||||
#t)
|
||||
|
||||
(define/public (closed)
|
||||
@@ -341,6 +344,7 @@
|
||||
this)
|
||||
|
||||
(define/public (quit)
|
||||
(dbg-webview "Quit called")
|
||||
(webview-quit)
|
||||
this)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user