Control Box (Arrangement)

(UI 0.9.9)

Introducción

A Box allows the arrangement of other controls

Sinopsis de la Clase

classUI\Controls\BoxextendsUI\Control {
protected$controls;
public__construct(int$orientation = UI\Controls\Box::Horizontal)
publicappend(Control$control, bool$stretchy = false): int
publicdelete(int$index): bool
publicisPadded(): bool
publicsetPadded(bool$padded)
}

Propiedades

controls

Contains controls, should not be manipulated directly

Tabla de contenidos

To Top