awtk/docs/manual/tab_button_group_t.md
2019-01-02 16:13:02 +08:00

2.1 KiB
Raw Blame History

tab_button_group_t

概述

image

Tab Button Group控件。

函数

函数名称 说明
tab_button_group_cast 转换tab_button_group对象(供脚本语言使用)。
tab_button_group_create 创建tab_button_group对象

属性

名属性称 类型 说明
compact bool_t 紧凑型排版子控件。

tab_button_group_cast 函数


  • 函数功能:

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

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

tab_button_group_create 函数


  • 函数功能:

创建tab_button_group对象

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

compact 属性


紧凑型排版子控件。

  • 类型bool_t
特性 是否支持
可直接读取
可直接修改
可持久化
可脚本化
可在IDE中设置
可在XML中设置
可通过widget_get_prop读取
可通过widget_set_prop修改