A wx:multi-text% object is the same as a wx:text%
object, but multiple lines of text are supported.
(make-object wx:multi-text% parentfunclabelvaluexywidthheightstylename)->wx: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