ImPS_Elements_TextBox

class ImPS_Elements_TextBox(text, $pos_x, pos_y)

Attention

This class is not intended to be initialized directly.

Note

This class inherits from Baseclass for Elements and Panels.

Parameters:
  • $text ([string]) - The text inside the TextBox.

  • $pos_x ([int]) - Its X position.

  • $pos_y ([int]) - Its Y position.

Attributes:
Returns:
set_size($height, $width)
Parameters:
  • $height ([int])

  • $width ([int])

Returns:
set_multiline($multiline)
Parameters:
  • $multiline ([bool])

Returns:
set_scrollbars($type)
Parameters:
Returns: