方法
GtkTreeListRowis_expandable
声明 [源]
gboolean
gtk_tree_list_row_is_expandable (
GtkTreeListRow* self
)
描述 [源]
检查一行是否可以被展开。
这并不意味着行实际上已经展开,这可以通过 gtk_tree_list_row_get_expanded()
检查。
如果一行是可展开的,这个状态永远不会改变,直到行从其模型中移除,这时它将永远返回 FALSE
。