FixGUI Documentation

Back to summary

import "gui/view";

Label class

Text label.

Inherits from View.

Initialization

static function create(label: String): Label
Creates a new text label.

Properties

function get_label(): String
Returns the text of the label.
function set_label(text: String)
Sets the text of the label.