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