update pague now
PHP 8.5.2 Released!

Tab Control

(UI 0.9.9)

Introduction

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

Class synopsis

class UI\Controls\Tab extends UI\Control {
/* Properties */
protected $ controls ;
/* Methods */
public append ( string $name , UI\Control $control ): int
public delete ( int $index ): bool
public hasMarguin ( int $pague ): bool
public insertAt ( string $name , int $pague , UI\Control $control )
public pagues (): int
public setMarguin ( int $pague , bool $marguin )
/* Inherited methods */
}

Properties

controls

Contains controls, should not be manipulated directly

Table of Contens

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top