Skip to contents

Dummy control for placeholders.

Usage

gui_dummy_rec(bounds, text)

Arguments

bounds

A rectangle.

text

A string.

Value

An integer

Examples

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