2024 年 PHP Conference Japan

控制項方塊 (排列)

(UI 0.9.9)

簡介

方塊允許排列其他控制項

類別概要

class UI\Controls\Box extends UI\Control {
/* 常數 */
const int Vertical;
/* 屬性 */
protected $controls;
/* 建構子 */
public __construct(int $orientation = UI\Controls\Box::Horizontal)
/* 方法 */
公開 append(Control $control, bool $stretchy = false): int
公開 delete(int $index): bool
公開 isPadded(): bool
公開 setPadded(bool $padded)
/* 繼承的方法 */
}

屬性

controls

包含控件,不應直接操作

目錄

新增註釋

使用者貢獻的註釋

此頁面沒有使用者貢獻的註釋。
To Top