mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 15:10:53 +00:00
sysprof: use tooltip-text helper
This commit is contained in:
@ -138,6 +138,14 @@
|
|||||||
<object class="SysprofTreeExpander" id="expander">
|
<object class="SysprofTreeExpander" id="expander">
|
||||||
<property name="focusable">true</property>
|
<property name="focusable">true</property>
|
||||||
<property name="menu-model">menu_model</property>
|
<property name="menu-model">menu_model</property>
|
||||||
|
<property name="has-tooltip">true</property>
|
||||||
|
<binding name="tooltip-text">
|
||||||
|
<lookup name="tooltip-text" type="SysprofSymbol">
|
||||||
|
<lookup name="symbol" type="SysprofCallgraphFrame">
|
||||||
|
<lookup name="item">expander</lookup>
|
||||||
|
</lookup>
|
||||||
|
</lookup>
|
||||||
|
</binding>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkShortcutController">
|
<object class="GtkShortcutController">
|
||||||
<property name="propagation-phase">capture</property>
|
<property name="propagation-phase">capture</property>
|
||||||
@ -168,14 +176,6 @@
|
|||||||
<object class="GtkBox">
|
<object class="GtkBox">
|
||||||
<property name="hexpand">true</property>
|
<property name="hexpand">true</property>
|
||||||
<property name="spacing">6</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>
|
<child>
|
||||||
<object class="SysprofSymbolLabel">
|
<object class="SysprofSymbolLabel">
|
||||||
<property name="hexpand">true</property>
|
<property name="hexpand">true</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user