-
This commit is contained in:
2
info.rkt
2
info.rkt
@@ -1,7 +1,7 @@
|
||||
#lang info
|
||||
|
||||
(define pkg-authors '(hnmdijkema))
|
||||
(define version "0.2.19")
|
||||
(define version "0.2.20")
|
||||
(define license 'MIT)
|
||||
(define collection "web-racket")
|
||||
(define pkg-desc "web-racket - A Web Based GUI library, based on webui-wire")
|
||||
|
||||
@@ -607,6 +607,9 @@
|
||||
(define/public (connect-menu! id cb)
|
||||
(hash-set! menu-cbs id cb))
|
||||
|
||||
(define/public (disconnect-menu! id)
|
||||
(hash-remove! menu-cbs id))
|
||||
|
||||
(define/public (popup-menu menu-def x y)
|
||||
(ww-popup-menu win-id menu-def x y)
|
||||
(let* ((ids (list))
|
||||
|
||||
Reference in New Issue
Block a user