libsysprof-ui: start rendering mark data

This commit is contained in:
Christian Hergert
2019-05-12 23:56:02 -07:00
parent 0165005077
commit 00d910dc80
7 changed files with 326 additions and 8 deletions

View File

@ -39,11 +39,12 @@
</object>
</child>
<child>
<object class="GtkTreeViewColumn" id="duration_column">
<property name="title" translatable="yes">Duration</property>
<property name="expand">true</property>
<object class="GtkTreeViewColumn" id="elapsed_column">
<property name="title" translatable="yes">Elapsed</property>
<property name="resizable">true</property>
<property name="expand">false</property>
<child>
<object class="GtkCellRendererText" id="duration_cell">
<object class="GtkCellRendererText">
<property name="xalign">0</property>
</object>
<attributes>
@ -52,6 +53,21 @@
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn" id="duration_column">
<property name="title" translatable="yes">Duration</property>
<property name="expand">true</property>
<child>
<object class="SysprofCellRendererDuration" id="duration_cell">
<property name="xalign">0</property>
</object>
<attributes>
<attribute name="begin-time">2</attribute>
<attribute name="end-time">3</attribute>
</attributes>
</child>
</object>
</child>
</object>
</child>
</object>