libsysprof-gtk: use libpanel for PanelPaned

This responds to expand a bit more like we want.
This commit is contained in:
Christian Hergert
2023-06-13 14:09:33 -07:00
parent 1e2081f681
commit 6d5d5db8bb
4 changed files with 164 additions and 131 deletions

View File

@ -20,6 +20,8 @@
#pragma once
#include <libpanel.h>
#include "sysprof-callgraph-view.h"
G_BEGIN_DECLS
@ -42,6 +44,7 @@ struct _SysprofCallgraphView
GtkCustomSorter *descendants_name_sorter;
GtkCustomSorter *functions_name_sorter;
GtkScrolledWindow *scrolled_window;
PanelPaned *right_paned;
GtkWidget *paned;
GCancellable *cancellable;