方法
GtkTreeListModelset_autoexpand
声明 [源]
void
gtk_tree_list_model_set_autoexpand (
GtkTreeListModel* self,
gboolean autoexpand
)
描述 [源]
设置模型是否应该自动展开。
如果设置为 TRUE
,则模型将递归展开添加到模型中的所有行。这可以是通过对底层模型进行的更改添加的行,或者通过 gtk_tree_list_row_set_expanded()
。