mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: simplify sizing of positioning in visualizers
This simplifies the visualizer sizing by avoiding the expanding sizes when there is more space available. Doing so allows us to treat all the sizing uniformly. We can also make the ticks area a visualizer for more code re-use.
This commit is contained in:
@ -27,10 +27,6 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
void _sysprof_visualizer_set_data_width (SysprofVisualizer *self,
|
||||
gint width);
|
||||
void _sysprof_visualizer_group_set_data_width (SysprofVisualizerGroup *self,
|
||||
gint width);
|
||||
void _sysprof_visualizer_group_set_reader (SysprofVisualizerGroup *self,
|
||||
SysprofCaptureReader *reader);
|
||||
SysprofVisualizerGroupHeader *_sysprof_visualizer_group_header_new (void);
|
||||
|
||||
Reference in New Issue
Block a user