2014-05-10 04:50:21 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface domain="gtk30">
|
|
|
|
<template class="GtkInspectorDataList" parent="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
2014-05-16 04:27:28 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkToolbar" id="toolbar">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="icon-size">small-toolbar</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToggleToolButton" id="show_button">
|
|
|
|
<property name="visible">True</property>
|
2014-05-20 16:33:19 +00:00
|
|
|
<property name="icon-name">view-refresh-symbolic</property>
|
2014-05-16 04:27:28 +00:00
|
|
|
<property name="tooltip-text" translatable="yes">Show data</property>
|
|
|
|
<signal name="toggled" handler="toggle_show"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-10 04:50:21 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="hscrollbar-policy">automatic</property>
|
|
|
|
<property name="vscrollbar-policy">always</property>
|
|
|
|
<property name="shadow-type">in</property>
|
|
|
|
<child>
|
2014-05-16 04:27:28 +00:00
|
|
|
<object class= "GtkTreeView" id="view">
|
2014-05-10 04:50:21 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|