libsysprof-gtk: allow sorting by function name

This commit is contained in:
Christian Hergert
2023-06-12 12:31:25 -07:00
parent ac09c98b70
commit 98b84def81
3 changed files with 21 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 *functions_name_sorter;
GtkScrolledWindow *scrolled_window;
GtkWidget *paned;