Tab Control

(UI 0.9.9)

はじめに

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

クラス概要

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

プロパティ

controls

Contains controls, should not be manipulated directly

目次

To Top