Fix init arg order for Message% type.
original commit: aad0fa5884704b8a4ca3890323199334eba1f31d
This commit is contained in:
parent
9c4a8d0b62
commit
4a010d2b6d
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user