libsysprof-gtk: start on counter track ideas

This commit is contained in:
Christian Hergert
2023-06-29 14:15:26 -07:00
parent 0004d0bffa
commit 57e702b139
10 changed files with 328 additions and 34 deletions

View File

@ -1,21 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="SysprofTrackView" parent="GtkWidget">
<child>
<object class="GtkBox">
<child>
<object class="GtkInscription" id="title">
<property name="nat-chars">30</property>
<property name="min-chars">30</property>
<property name="text-overflow">ellipsize-end</property>
<binding name="text">
<lookup name="title" type="SysprofTrack">
<lookup name="track">SysprofTrackView</lookup>
</lookup>
</binding>
</object>
</child>
</object>
</child>
</template>
</interface>