方法
GtkTreeStoreset_column_types
已弃用:4.10
声明 [源码]
void
gtk_tree_store_set_column_types (
GtkTreeStore* tree_store,
int n_columns,
GType* types
)
描述 [源码]
设置树存储中列的类型。
此函数主要针对继承自 GtkTreeStore
的类型,并且仅在构建新的 GtkTreeStore
时使用。
一旦添加了行或在树存储上调用 GtkTreeModel
接口的方法后,不能调用此函数。
自 4.10 版本起已弃用
请使用 GtkTreeListModel
代替。