mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: add tooltip for callgraph view
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user