marks: add group to visualizer row

This will allow us to filter events that we do not care about for a given
row. We add a visualizer row per-group.
This commit is contained in:
Christian Hergert
2018-05-15 17:16:37 +01:00
parent 4f9ea0fce8
commit 14d2554c35
3 changed files with 51 additions and 14 deletions

View File

@ -270,6 +270,7 @@ handle_capture_results (GObject *object,
while (g_hash_table_iter_next (&iter, (gpointer *)&key, NULL))
{
GtkWidget *row = g_object_new (SP_TYPE_MARK_VISUALIZER_ROW,
"group", key,
"title", key,
"height-request", 75,
"selectable", FALSE,