Control Separator

(UI 0.9.9)

Introduzione

A Separator represents a control separator, it has no other function.

Sommario della classe

class UI\Controls\Separator extends UI\Control {
/* Costanti */
const int Horizontal;
const int Vertical;
/* Constructor */
public __construct(int $type = UI\Controls\Separator::Horizontal)
/* Metodi ereditati */
}

Costanti predefinite

UI\Controls\Separator::Horizontal

A Horizontal Separator

UI\Controls\Separator::Vertical

A Vertical Separator

Indice dei contenuti

add a note add a note

User Contributed Notes

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