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.
function is_enabled(): Boolean
Returns whether the text field is enabled.
function set_enabled(enabled: Boolean)
Enables or disables the text field.