Control Box (Arrangement) ¶
(UI 0.9.9)
Introducere ¶
A Box allows the arrangement of other controls
Sinopsisul clasei ¶
public __construct
([
int $orientation
= UI\Controls\Box::Horizontal
] )
public append
(
Control $control
[,
bool $stretchy
= false
] ) :
int
public delete
(
int $index
) :
bool
}
Proprietăți ¶
- controls
-
Contains controls, should not be manipulated directly
Constante predefinite ¶
UI\Controls\Box::Vertical
-
UI\Controls\Box::Horizontal
-
Cuprins ¶
There are no user contributed notes for this page.