libsysprof-gtk: add intermediate chart item

This will give us a place to deal with filtering as well as caching
points based on the selected time range.
This commit is contained in:
Christian Hergert
2023-06-16 10:54:43 -07:00
parent a3e08b441f
commit aa3aacc721
3 changed files with 42 additions and 35 deletions

View File

@ -62,10 +62,8 @@
<child>
<object class="SysprofMarkChartRow">
<property name="hexpand">true</property>
<binding name="model">
<lookup name="marks" type="SysprofMarkChartItem">
<lookup name="item">GtkListItem</lookup>
</lookup>
<binding name="item">
<lookup name="item">GtkListItem</lookup>
</binding>
</object>
</child>