Skip to contents

Window Box control, shows a window that can be closed.

Usage

gui_window_box(bounds, title)

Arguments

bounds

A rectangle.

title

A string.

Value

An integer

Examples

if (FALSE) {
gui_window_box(rectangle(10, 10, 200, 100), "My Window")
}