TextMultiline

Description #

Adds a multiline text prompter with custom position, size and offset to the GUIStack. It works the same way as TextLineIn.

Key : 1-PropZTest( [stats] [←]

Inputs #

  • X,Y : the text input’s position, relative to the container.
  • rows : the number of rows of the text input.
  • W : the width of the text input.
  • offsetr : the position of the first character to display (starting from 0).
  • Text : the text displayed in the text input. Note that this field will be modified by the user when inputting new text !

Format #

Data(X, Y, rows, W, offsetr

)→XXX
"Text"[00
TextMultiline(XXX

Always follow this scheme when setting parameters !