libsysprof-gtk: start on SysprofTracksView

This is eventually going to contain the list of tracks we have at the
top of the analysis view.
This commit is contained in:
Christian Hergert
2023-06-28 14:53:52 -07:00
parent d148357953
commit 5d2b1c06a6
15 changed files with 843 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<?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>