控制组(排列)

(UI 0.9.9)

简介

一个组是一个带标题的容器,用于存放子控件

类概要

class UI\Controls\Group extends UI\Control {
/* 属性 */
protected $controls;
/* 构造函数 */
public __construct(string $title)
/* 方法 */
public append(UI\Control $control)
public getTitle(): string
public hasMargin(): bool
public setMargin(bool $margin)
public setTitle(string $title)
/* 继承的方法 */
}

属性

controls

包含控件,不应直接操作

目录

添加笔记

用户贡献的笔记

此页面没有用户贡献的笔记。
To Top