Skip to contents

Dropdown Box control.

Usage

gui_dropdown_box(bounds, text, active, edit_mode)

Arguments

bounds

A rectangle.

text

A string.

active

An integer (current value).

edit_mode

A logical.

Value

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

Examples

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