Tab Control

(UI 0.9.9)

Introduction

A Tab can contain many pages of Controls, each with a title, each selectable by the user.

Class synopsis

classUI\Controls\TabextendsUI\Control {
protected$controls;
publicappend(string$name, UI\Control$control): int
publicdelete(int$index): bool
publichasMargin(int$page): bool
publicinsertAt(string$name, int$page, UI\Control$control)
publicpages(): int
publicsetMargin(int$page, bool$margin)
}

Properties

controls

Contains controls, should not be manipulated directly

Table of Contents

To Top