Skip to contents

Combo Box control.

Usage

gui_combo_box(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_combo_box(rectangle(10, 10, 200, 100), "Hello", 0L)
}