Skip to contents

Label control.

Usage

gui_label(bounds, text)

Arguments

bounds

A rectangle.

text

A string.

Value

An integer

Examples

if (FALSE) {
gui_label(rectangle(10, 10, 200, 100), "Hello")
}