mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: use libpanel for PanelPaned
This responds to expand a bit more like we want.
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user