spacer

This type represents a spacer control.

This type inherits control type. All of its base methods and fields are also available in this type.

__call๏ปฟ

Constructs the spacer.

Arguments

Name

Type

Description

Returns

Type

Description

spacer

Spacer instance.

Example

local sp = gui.spacer(gui.control_id('my_id'));

Last updated