.
original commit: 1b697e702b05ce41e8f67b472abcf23a89b7da62
This commit is contained in:
parent
7211a69314
commit
c7a4b945c8
|
@ -313,7 +313,6 @@
|
|||
on-kill-focus)
|
||||
(define-class choice% item% #f
|
||||
set-selection
|
||||
get-string-selection
|
||||
get-selection
|
||||
number
|
||||
clear
|
||||
|
|
|
@ -808,6 +808,8 @@
|
|||
(make-object menu-item% "Disable Second" menu (mk-enable #f))
|
||||
(make-object menu-item% "Enable Second" menu (mk-enable #t)))
|
||||
|
||||
(make-object menu-item% "Chinese: \U7238" menu void)
|
||||
|
||||
(let ([make-menu
|
||||
(opt-lambda (title parent help-string)
|
||||
(let ([m (make-object menu% title parent help-string)])
|
||||
|
|
Loading…
Reference in New Issue
Block a user