visualizer-ticks: start on minimal ticks implementation

We need some sort of scale for content, so we will do this with
an overlay for now. However, we will also want something to be
able to do selections in the future.

This still needs some iteration for correctness, but this sort
of gets the ball rolling.
This commit is contained in:
Christian Hergert
2016-09-27 15:42:26 -07:00
parent c24306349f
commit aa21c2379f
6 changed files with 273 additions and 12 deletions

View File

@ -36,6 +36,7 @@ G_BEGIN_DECLS
# include "sp-profiler-menu-button.h"
# include "sp-visualizer-list.h"
# include "sp-visualizer-row.h"
# include "sp-visualizer-ticks.h"
#undef SYSPROF_INSIDE
G_END_DECLS