Fix init arg order for Message% type.
This commit is contained in:
parent
6c9172f50f
commit
aad0fa5884
|
@ -1488,9 +1488,9 @@
|
||||||
|
|
||||||
(define-type Message%
|
(define-type Message%
|
||||||
(Class #:implements Control<%>
|
(Class #:implements Control<%>
|
||||||
(init [parent (Instance Area-Container<%>)] ; FIXME
|
(init [label (U String (Instance Bitmap%)
|
||||||
[label (U String (Instance Bitmap%)
|
|
||||||
(U 'app 'caution 'stop))]
|
(U 'app 'caution 'stop))]
|
||||||
|
[parent (Instance Area-Container<%>)] ; FIXME
|
||||||
[style (Listof 'deleted) #:optional]
|
[style (Listof 'deleted) #:optional]
|
||||||
[font (Instance Font%) #:optional]
|
[font (Instance Font%) #:optional]
|
||||||
[enabled Any #:optional]
|
[enabled Any #:optional]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user