Skip to contents

Toggle Group control.

Usage

gui_toggle_group(bounds, text, active)

Arguments

bounds

A rectangle.

text

A string.

active

An integer (current value).

Value

A list with result (integer), active (integer).

Examples

if (FALSE) {
gui_toggle_group(rectangle(10, 10, 200, 100), "Hello", 0L)
}