mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 14:40:54 +00:00
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:
21
src/libsysprof-gtk/sysprof-track-view.ui
Normal file
21
src/libsysprof-gtk/sysprof-track-view.ui
Normal 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>
|
||||
Reference in New Issue
Block a user