GUI_TXTBOX(WIN,X,Y,W,H,TXT$,ACT,HELP$)
Adds a scrollable text display box
Example:
box.GADGET=GUI_TXTBOX(mywin,10,20,100,100,"Some Text",1,"Text Box")
See Also:
GUI_GADVAL
- returns current line of text
GUI_GADTEXT$
- returns the displayed text
GUI_SETVAL
- set the current display line
GUI_SETTEXT
- change the displayed text