visualizer-view: add SpVisualizerView

This adds a new helper widget SpVisualizerView to simplify using
visualizers from applications using libsysprof-ui-2 such as
Builder.

We can manage the view range, zoom, etc from this widget going
forward.
This commit is contained in:
Christian Hergert
2016-09-27 23:03:12 -07:00
parent 2197a0c02e
commit f8a0f2701e
10 changed files with 305 additions and 39 deletions

View File

@ -152,6 +152,7 @@ uiheaders_DATA = \
sp-visualizer-list.h \
sp-visualizer-row.h \
sp-visualizer-ticks.h \
sp-visualizer-view.h \
sysprof-ui.h \
$(NULL)
@ -174,6 +175,7 @@ libsysprof_ui_@API_VERSION@_la_SOURCES = \
sp-visualizer-list.c \
sp-visualizer-row.c \
sp-visualizer-ticks.c \
sp-visualizer-view.c \
$(NULL)
libsysprof_ui_@API_VERSION@_la_CFLAGS = \