libsysprof-gtk: add callers column view

This commit is contained in:
Christian Hergert
2023-06-12 11:55:24 -07:00
parent fbe0b99314
commit ff1edcc8c9
3 changed files with 91 additions and 2 deletions

View File

@ -31,8 +31,10 @@ struct _SysprofCallgraphView
GtkWidget parent_instance;
SysprofDocument *document;
SysprofCallgraph *callgraph;
GListModel *traceables;
GtkColumnView *callers_column_view;
GtkColumnView *descendants_column_view;
GtkColumnView *functions_column_view;
GtkScrolledWindow *scrolled_window;