2016-10-07 13:13:59 +00:00
|
|
|
<interface domain="gtk40">
|
2020-06-30 19:17:14 +00:00
|
|
|
<template class="GtkInspectorTreeData" parent="GtkWidget">
|
2014-05-16 04:27:28 +00:00
|
|
|
<child>
|
2014-11-23 01:13:26 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="spacing">6</property>
|
2020-02-26 01:57:20 +00:00
|
|
|
<property name="margin-start">6</property>
|
|
|
|
<property name="margin-end">6</property>
|
|
|
|
<property name="margin-top">6</property>
|
|
|
|
<property name="margin-bottom">6</property>
|
2014-05-16 04:27:28 +00:00
|
|
|
<child>
|
2014-11-23 01:13:26 +00:00
|
|
|
<object class="GtkToggleButton" id="show_button">
|
2020-04-17 04:20:09 +00:00
|
|
|
<property name="has-frame">0</property>
|
2014-05-16 04:27:28 +00:00
|
|
|
<property name="tooltip-text" translatable="yes">Show data</property>
|
2016-10-24 18:03:27 +00:00
|
|
|
<property name="icon-name">view-refresh-symbolic</property>
|
2014-05-16 04:27:28 +00:00
|
|
|
<signal name="toggled" handler="toggle_show"/>
|
2014-11-23 01:13:26 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2017-04-23 07:30:17 +00:00
|
|
|
<child>
|
2014-11-23 01:13:26 +00:00
|
|
|
<object class="GtkLabel" id="object_title">
|
2017-04-23 07:30:17 +00:00
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="halign">center</property>
|
2014-05-16 04:27:28 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-10 04:50:21 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
2020-02-25 23:25:52 +00:00
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="vexpand">1</property>
|
2014-05-10 04:50:21 +00:00
|
|
|
<property name="vscrollbar-policy">always</property>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkTreeView" id="view"/>
|
2014-05-10 04:50:21 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|