Control Box (Arrangement)
(PHP 7, UI 0.9.9)
소개
A Box allows the arrangement of other controls
클래스 개요
public __construct
([
integer $orientation
= UI\Controls\Box::Horizontal
] )
public integer append
(
Control $control
[,
boolean $stretchy
= false
] )
public boolean delete
(
integer $index
)
}
프로퍼티
- controls
-
Contains controls, should not be manipulated directly
예약 상수
UI\Controls\Box::Vertical
-
UI\Controls\Box::Horizontal
-
Table of Contents
There are no user contributed notes for this page.