Fix init arg order for Message% type.

original commit: aad0fa5884704b8a4ca3890323199334eba1f31d
This commit is contained in:
Sam Tobin-Hochstadt 2014-11-19 10:56:50 -05:00
parent 9c4a8d0b62
commit 4a010d2b6d

View File

@ -1488,9 +1488,9 @@
(define-type Message%
(Class #:implements Control<%>
(init [parent (Instance Area-Container<%>)] ; FIXME
[label (U String (Instance Bitmap%)
(init [label (U String (Instance Bitmap%)
(U 'app 'caution 'stop))]
[parent (Instance Area-Container<%>)] ; FIXME
[style (Listof 'deleted) #:optional]
[font (Instance Font%) #:optional]
[enabled Any #:optional]