Fix init order of choice%'s type
original commit: 6ad017a1e9bd042d41266fc81244682f87731ae2
This commit is contained in:
parent
a8719e9823
commit
78d3d613fe
|
@ -959,8 +959,8 @@
|
|||
(define-type Choice%
|
||||
(Class #:implements List-Control<%>
|
||||
(init [label String]
|
||||
[parent (Instance Area-Container<%>)] ; FIXME
|
||||
[choices (Listof String)]
|
||||
[parent (Instance Area-Container<%>)] ; FIXME
|
||||
[callback ((Instance Choice%)
|
||||
(Instance Control-Event%) -> Any)
|
||||
#:optional]
|
||||
|
|
Loading…
Reference in New Issue
Block a user