mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 14:40:54 +00:00
libsysprof-gtk: port mark-chart to use Chart and Series
This commit is contained in:
27
src/libsysprof-gtk/sysprof-mark-chart-row.ui
Normal file
27
src/libsysprof-gtk/sysprof-mark-chart-row.ui
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<template class="SysprofMarkChartRow" parent="GtkWidget">
|
||||
<child>
|
||||
<object class="SysprofChart" id="chart">
|
||||
<property name="hexpand">true</property>
|
||||
<property name="vexpand">false</property>
|
||||
<child>
|
||||
<object class="SysprofTimeSpanLayer" id="layer">
|
||||
<binding name="axis">
|
||||
<lookup name="selected-time-axis" type="SysprofSession">
|
||||
<lookup name="session" type="SysprofMarkChartItem">
|
||||
<lookup name="item">SysprofMarkChartRow</lookup>
|
||||
</lookup>
|
||||
</lookup>
|
||||
</binding>
|
||||
<binding name="series">
|
||||
<lookup name="series" type="SysprofMarkChartItem">
|
||||
<lookup name="item">SysprofMarkChartRow</lookup>
|
||||
</lookup>
|
||||
</binding>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</template>
|
||||
</interface>
|
||||
Reference in New Issue
Block a user