Control Box (Arrangement)
(PHP 7, UI 0.9.9)
简介
A Box allows the arrangement of other controls
类摘要
public __construct
([
int $orientation
= UI\Controls\Box::Horizontal
] )
public append
(
Control $control
[,
bool $stretchy
= FALSE
] ) :
int
public delete
(
int $index
) :
bool
}
属性
- controls
-
Contains controls, should not be manipulated directly
预定义常量
UI\Controls\Box::Vertical
-
UI\Controls\Box::Horizontal
-
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.