inspector: Add a GraphData object for recording data

This way we can keep more data than just the 2 last values.
This commit is contained in:
Benjamin Otte
2014-10-14 12:59:18 +02:00
parent 14e0283413
commit 0a6755b57c
4 changed files with 34 additions and 14 deletions

View File

@ -8,6 +8,8 @@
<column type="gint"/>
<column type="gint"/>
<column type="gint"/>
<column type="GtkGraphData"/>
<column type="GtkGraphData"/>
</columns>
</object>
<template class="GtkInspectorStatistics" parent="GtkBox">