Fix init arg order for Message% type.

This commit is contained in:
Sam Tobin-Hochstadt 2014-11-19 10:56:50 -05:00
parent 6c9172f50f
commit aad0fa5884

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]