(make-object mred:canvas-message% panel message x y style name) -> mred:canvas-message% object
panel : a mred:panel% object
message : a string, a wx:bitmap% object, or a cons-pair of a wx:memory-dc% object and a wx:bitmap% object
x = -1 : int
y = -1 : int
style = 0 : int
name = "canvasmessage" : string
The initialization arguments are the same as in a wx:message% object.