Skip to contents

Status Bar control, shows info text.

Usage

gui_status_bar(bounds, text)

Arguments

bounds

A rectangle.

text

A string.

Value

An integer

Examples

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