Add filter entry to search especific command lines. (#9856)

This commit is contained in:
Matias De lellis
2013-02-14 19:04:59 -03:00
committed by Landry Breuil
parent 21c372715e
commit 9ca4c078c6
4 changed files with 108 additions and 11 deletions

View File

@@ -52,5 +52,6 @@ typedef struct _XtmProcessTreeView XtmProcessTreeView;
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);
#endif /* !PROCESS_TREE_VIEW_H */