libsysprof-gtk: make chart row use :model property

This will allow us to make a map model and then bind from that after
filtering based on selection.
This commit is contained in:
Christian Hergert
2023-06-15 17:14:03 -07:00
parent 5e18436a15
commit f2f47b12d7
3 changed files with 44 additions and 29 deletions

View File

@ -58,7 +58,7 @@
<child>
<object class="SysprofMarkChartRow">
<property name="hexpand">true</property>
<binding name="catalog">
<binding name="model">
<lookup name="item">GtkListItem</lookup>
</binding>
</object>