Files
sysprof/src/libsysprof-gtk/sysprof-callgraph-view.ui
2023-06-09 17:49:32 -07:00

95 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="SysprofCallgraphView" parent="GtkWidget">
<child>
<object class="GtkScrolledWindow" id="scrolled_window">
<child>
<object class="GtkColumnView" id="column_view">
<style>
<class name="data-table"/>
</style>
<child>
<object class="GtkColumnViewColumn" id="function_column">
<property name="title" translatable="yes">Function</property>
<property name="expand">true</property>
<property name="factory">
<object class="GtkBuilderListItemFactory">
<property name="bytes"><![CDATA[
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="GtkListItem">
<property name="child">
<object class="GtkTreeExpander" id="expander">
<binding name="list-row">
<lookup name="item">GtkListItem</lookup>
</binding>
<child>
<object class="GtkEventControllerKey" id="key_controller">
<signal name="key-pressed" handler="sysprof_callgraph_view_key_pressed_cb" object="expander" swapped="true"/>
</object>
</child>
<property name="child">
<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="GtkInscription">
<property name="xalign">0</property>
<property name="hexpand">true</property>
<binding name="text">
<lookup name="name" type="SysprofSymbol">
<lookup name="symbol" type="SysprofCallgraphFrame">
<lookup name="item">expander</lookup>
</lookup>
</lookup>
</binding>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="halign">end</property>
<property name="hexpand">false</property>
<property name="single-line-mode">true</property>
<property name="ellipsize">none</property>
<style>
<class name="dim-label"/>
</style>
<attributes>
<attribute name="scale" value="0.8333"/>
</attributes>
<binding name="label">
<lookup name="binary-nick" type="SysprofSymbol">
<lookup name="symbol" type="SysprofCallgraphFrame">
<lookup name="item">expander</lookup>
</lookup>
</lookup>
</binding>
</object>
</child>
</object>
</property>
</object>
</property>
</template>
</interface>
]]>
</property>
</object>
</property>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>