libsysprof-gtk: allow sorting descendants name column

This commit is contained in:
Christian Hergert
2023-06-12 12:42:17 -07:00
parent 217f992211
commit 68424bb4a5
3 changed files with 20 additions and 0 deletions

View File

@ -37,6 +37,7 @@ struct _SysprofCallgraphView
GtkColumnView *callers_column_view;
GtkColumnView *descendants_column_view;
GtkColumnView *functions_column_view;
GtkCustomSorter *descendants_name_sorter;
GtkCustomSorter *functions_name_sorter;
GtkScrolledWindow *scrolled_window;
GtkWidget *paned;