Control Box (Arrangement)

(UI 0.9.9)

Introduction

A Box allows the arrangement of other controls

Class synopsis

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)
}

Properties

controls

Contains controls, should not be manipulated directly

Table of Contents

To Top