mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 19:18:53 +08:00
1.3 KiB
1.3 KiB
button_group_t
概述
函数
函数名称 | 说明 |
---|---|
button_group_cast | 转换为button_group对象(供脚本语言使用)。 |
button_group_create | 创建button_group对象 |
属性
名属性称 | 类型 | 说明 |
---|
事件
事件名称 | 类型 | 说明 |
---|
button_group_cast 函数
参数 | 类型 | 说明 |
---|---|---|
返回值 | widget_t* | button_group对象。 |
widget | widget_t* | button_group对象。 |
button_group_create 函数
参数 | 类型 | 说明 |
---|---|---|
返回值 | widget_t* | 对象。 |
parent | widget_t* | 父控件 |
x | xy_t | x坐标 |
y | xy_t | y坐标 |
w | wh_t | 宽度 |
h | wh_t | 高度 |