Control Box (Arrangement)
(UI 0.9.9)
Introdução
A Box allows the arrangement of other controls
Sinopse da classe
public __construct(
int $orientation
= UI\Controls\Box::Horizontal)
public append(
Control $control
,
bool $stretchy
= false
):
int
public delete(
int $index
):
bool
}
Propriedades
- controls
-
Contains controls, should not be manipulated directly
Constantes pré-definidas
UI\Controls\Box::Vertical
-
UI\Controls\Box::Horizontal
-
Índice
There are no user contributed notes for this page.