Control Grid (Arrangement)

(UI 0.9.9)

Introduction

A Grid is a control which is allows the arrangement of children into a grid

Class synopsis

classUI\Controls\GridextendsUI\Control {
constintFill;
constintStart;
constintCenter;
constintEnd;
constintTop;
constintBottom;
protected$controls;
publicappend(
    UI\Control$control,
    int$left,
    int$top,
    int$xspan,
    int$yspan,
    bool$hexpand,
    int$halign,
    bool$vexpand,
    int$valign
)
publicisPadded(): bool
publicsetPadded(bool$padding)
}

Properties

controls

Contains controls, should not be manipulated directly

Table of Contents

To Top