awtk/docs/manual/button_group_t.md
2018-12-20 17:33:31 +08:00

1.3 KiB

button_group_t

概述

Button Group控件。 image

函数

函数名称 说明
button_group_cast 转换为button_group对象(供脚本语言使用)。
button_group_create 创建button_group对象

属性

名属性称 类型 说明

事件

事件名称 类型 说明

button_group_cast 函数


参数 类型 说明
返回值 widget_t* button_group对象。
widget widget_t* button_group对象。

转换为button_group对象(供脚本语言使用)。

button_group_create 函数


参数 类型 说明
返回值 widget_t* 对象。
parent widget_t* 父控件
x xy_t x坐标
y xy_t y坐标
w wh_t 宽度
h wh_t 高度

创建button_group对象