控件框(排列)

(UI 0.9.9)

简介

一个框允许排列其他控件

类概要

class UI\Controls\Box extends UI\Control {
/* 常量 */
const int Vertical;
/* 属性 */
protected $controls;
/* 构造函数 */
public __construct(int $orientation = UI\Controls\Box::Horizontal)
/* 方法 */
public append(Control $control, bool $stretchy = false): int
public delete(int $index): bool
public isPadded(): bool
public setPadded(bool $padded)
/* 继承的方法 */
}

属性

controls

包含控件,不应直接操作

目录

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top