Skip to contents

Tab Bar control.

Usage

gui_tab_bar(bounds, text, hscroll, active)

Arguments

bounds

A rectangle.

text

A string.

hscroll

An integer (current value).

active

An integer (current value).

Value

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

Examples

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