方法
GtkTreeViewinsert_column_with_attributes
已弃用:4.10
声明 [src]
int
gtk_tree_view_insert_column_with_attributes (
GtkTreeView* tree_view,
int position,
const char* title,
GtkCellRenderer* cell,
...
)
描述 [src]
创建一个新的GtkTreeViewColumn
并将其插入到tree_view
中的position
位置。如果position
为-1,则新创建的列将被插入到末尾。该列使用给定的属性初始化。如果tree_view
启用了“fixed_height”模式,则新列的大小属性将被设置为GTK_TREE_VIEW_COLUMN_FIXED。
自4.10起已弃用
此方法对语言绑定不可直接使用
参数
position
-
类型:
int
要在其中插入新列的位置
title
-
类型:
const char*
要设置为表头标题的值。
数据由方法调用者拥有。 值是一个以NUL终止的UTF-8字符串。 cell
-
类型:
GtkCellRenderer
GtkCellRenderer
数据由方法调用者拥有。 ...
-
类型:
一组以NULL终止的属性列表。