Fix init order of choice%'s type

original commit: 6ad017a1e9bd042d41266fc81244682f87731ae2
This commit is contained in:
Asumu Takikawa 2014-10-24 15:33:34 -04:00
parent a8719e9823
commit 78d3d613fe

View File

@ -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]