libsysprof-gtk: add tooltip for callgraph view

This commit is contained in:
Christian Hergert
2023-06-08 17:57:44 -07:00
parent 6570087c7c
commit 7ec0b8f3a3

View File

@ -32,6 +32,14 @@
<object class="GtkBox">
<property name="hexpand">true</property>
<property name="spacing">6</property>
<property name="has-tooltip">true</property>
<binding name="tooltip-text">
<lookup name="binary-path" type="SysprofSymbol">
<lookup name="symbol" type="SysprofCallgraphFrame">
<lookup name="item">expander</lookup>
</lookup>
</lookup>
</binding>
<child>
<object class="GtkLabel">
<property name="halign">start</property>