Added tree model process view.

This model builds a tree model out of a list model.
This commit is contained in:
Peter de Ridder
2014-03-13 23:25:14 +01:00
committed by Peter de Ridder
parent f2856728c6
commit 80feabede2
6 changed files with 802 additions and 3 deletions

View File

@@ -53,5 +53,6 @@ GType xtm_process_tree_view_get_type (void);
GtkWidget * xtm_process_tree_view_new (void);
void xtm_process_tree_view_get_sort_column_id (XtmProcessTreeView *treeview, gint *sort_column_id, GtkSortType *sort_type);
void xtm_process_tree_view_set_filter (XtmProcessTreeView *treeview, const gchar *cmd_filter);
GtkTreeModel * xtm_process_tree_view_get_model (XtmProcessTreeView *treeview);
#endif /* !PROCESS_TREE_VIEW_H */