mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: add callgraph aid
This commit is contained in:
@ -43,8 +43,8 @@
|
||||
<object class="GtkLabel" id="label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes">Aid Description</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="justify">center</property>
|
||||
<property name="wrap">True</property>
|
||||
<property name="mnemonic_widget">SysprofAidIcon</property>
|
||||
<property name="max_width_chars">12</property>
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
<requires lib="gtk+" version="3.22"/>
|
||||
<object class="SysprofCpuAid" id="cpu_aid"/>
|
||||
<object class="SysprofMemoryAid" id="memory_aid"/>
|
||||
<object class="SysprofCallgraphAid" id="callgraph_aid"/>
|
||||
<template class="SysprofProfilerAssistant" parent="GtkBin">
|
||||
<child>
|
||||
<object class="GtkScrolledWindow">
|
||||
@ -47,6 +48,12 @@
|
||||
<property name="selection-mode">single</property>
|
||||
<property name="margin-bottom">24</property>
|
||||
<property name="visible">true</property>
|
||||
<child>
|
||||
<object class="SysprofAidIcon">
|
||||
<property name="aid">callgraph_aid</property>
|
||||
<property name="visible">true</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="SysprofAidIcon">
|
||||
<property name="aid">cpu_aid</property>
|
||||
|
||||
Reference in New Issue
Block a user