This commit is contained in:
2026-02-19 11:19:04 +01:00
parent 72652a809b
commit 4fbb9c53ff
5 changed files with 36 additions and 2 deletions

View File

@@ -42,6 +42,7 @@
ww-set-icon
ww-set-menu
ww-popup-menu
ww-set-html-file
ww-set-url
@@ -805,7 +806,12 @@
(def-cmd ww-set-menu
set-menu ((win-id ww-win?)
(menu is-menu?)) [] -> void)
;; Popup a menu
(def-cmd ww-popup-menu
popup-menu ((win-id ww-win?)
(menu is-menu?)) [] -> void)
(define (new-handle)
#t)