(make-object mred:testable-multi-text% parent func label value x y width height style name) -> mred:testable-multi-text% object
parent : wx:panel% object
func : null or procedure of two arguments: a wx:multi-text% object and a wx:command-event% object
label : string or null
value = "" : string
x = -1 : small integer
y = -1 : small integer
width = -1 : small integer
height = -1 : small integer
style = 0 : small integer
name = "text" : string
The arguments are all the same as for
wx:text%, but there is one additional possible flag for the style argument:
- wx:const-hscroll -- a horizontal scrollbar will be displayed;
if wx:const-hscroll is omitted, only a vertical
scrollbar is displayed, and lines will be wrapped