libsysprof-ui: start on aids

This commit is contained in:
Christian Hergert
2019-05-18 17:15:09 -07:00
parent 4d7f13e145
commit 809c24622e
8 changed files with 173 additions and 22 deletions

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk+" version="3.22"/>
<object class="SysprofCpuAid" id="cpu_aid"/>
<template class="SysprofProfilerAssistant" parent="GtkBin">
<child>
<object class="GtkScrolledWindow">
@ -41,26 +42,13 @@
<property name="max-children-per-line">4</property>
<property name="min-children-per-line">4</property>
<property name="halign">fill</property>
<property name="homogeneous">true</property>
<property name="selection-mode">single</property>
<property name="margin-bottom">24</property>
<property name="visible">true</property>
<child>
<object class="SysprofAidIcon">
<property name="visible">true</property>
</object>
</child>
<child>
<object class="SysprofAidIcon">
<property name="visible">true</property>
</object>
</child>
<child>
<object class="SysprofAidIcon">
<property name="visible">true</property>
</object>
</child>
<child>
<object class="SysprofAidIcon">
<property name="aid">cpu_aid</property>
<property name="visible">true</property>
</object>
</child>