awtk/docs/manual/tab_control_t.md
2018-12-26 15:51:37 +08:00

1.3 KiB

tab_control_t

概述

image

标签控件。

函数

函数名称 说明
tab_control_cast 转换tab_control对象(供脚本语言使用)。
tab_control_create 创建tab_control对象

tab_control_cast 函数


  • 函数功能:

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

  • 函数原型:
widget_t* tab_control_cast (widget_t* widget);
  • 参数说明:
参数 类型 说明
返回值 widget_t* tab_control对象。
widget widget_t* tab_control对象。

tab_control_create 函数


  • 函数功能:

创建tab_control对象

  • 函数原型:
widget_t* tab_control_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 高度