Skip to contents

Group Box control with text name.

Usage

gui_group_box(bounds, text)

Arguments

bounds

A rectangle.

text

A string.

Value

An integer

Examples

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