mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
visualizersframe: inherit from GtkWidget and port to GTK 4
Lots that can go wrong here, and most likely we'll want to redo how selections work over time to use a drag gesture instead of the sort of annoying click/motion stuff we're doing here.
This commit is contained in:
@ -30,8 +30,10 @@ G_BEGIN_DECLS
|
||||
|
||||
#define SYSPROF_TYPE_VISUALIZERS_FRAME (sysprof_visualizers_frame_get_type())
|
||||
|
||||
G_DECLARE_FINAL_TYPE (SysprofVisualizersFrame, sysprof_visualizers_frame, SYSPROF, VISUALIZERS_FRAME, GtkBin)
|
||||
G_DECLARE_FINAL_TYPE (SysprofVisualizersFrame, sysprof_visualizers_frame, SYSPROF, VISUALIZERS_FRAME, GtkWidget)
|
||||
|
||||
void sysprof_visualizers_frame_add_group (SysprofVisualizersFrame *self,
|
||||
SysprofVisualizerGroup *group);
|
||||
SysprofSelection *sysprof_visualizers_frame_get_selection (SysprofVisualizersFrame *self);
|
||||
SysprofVisualizerGroup *sysprof_visualizers_frame_get_selected_group (SysprofVisualizersFrame *self);
|
||||
SysprofZoomManager *sysprof_visualizers_frame_get_zoom_manager (SysprofVisualizersFrame *self);
|
||||
|
||||
Reference in New Issue
Block a user