mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
851 B
851 B
combo_box_ex_t
概述
可滚动的combo_box控件。
函数
函数名称 | 说明 |
---|---|
combo_box_ex_create | 创建combo_box_ex对象 |
combo_box_ex_create 函数
- 函数功能:
创建combo_box_ex对象
- 函数原型:
widget_t* combo_box_ex_create (widget_t* parent, xy_t x, xy_t y, wh_t w, wh_t h);
- 参数说明:
参数 | 类型 | 说明 |
---|---|---|
返回值 | widget_t* | 对象。 |
parent | widget_t* | 父控件 |
x | xy_t | x坐标 |
y | xy_t | y坐标 |
w | wh_t | 宽度 |
h | wh_t | 高度 |