FixGUI Documentation

Back to summary

import "gui/view";

TextField class

Text field.

Inherits from View.

Initialization

static function create(): TextField
Creates a new text field.

Properties

function get_text(): String
Returns the text.
function set_text(text: String)
Sets the text.