|
Control Box (Arrangement)はじめにA Box allows the arrangement of other controls クラス概要UI\Controls\Box
class UI\Controls\Box
extends
UI\Control
{
/* 定数 */
const
int
UI\Controls\Box::Vertical;
const
int
UI\Controls\Box::Horizontal;
/* プロパティ */
protected
$controls;
/* Constructor */
public __construct(int
$orientation = UI\Controls\Box::Horizontal)/* メソッド */
public int append(Control
$control , bool $stretchy = false )public bool delete(int
$index )public int getOrientation()
public bool isPadded()
public setPadded(bool
$padded )/* 継承したメソッド */
public UI\Control::destroy()
public UI\Control::disable()
public UI\Control::enable()
public UI\Control UI\Control::getParent()
public int UI\Control::getTopLevel()
public UI\Control::hide()
public bool UI\Control::isEnabled()
public bool UI\Control::isVisible()
public UI\Control::setParent(UI\Control
$parent )public UI\Control::show()
}プロパティ
定義済み定数
|