2014-05-04 16:06:06 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2016-10-07 13:13:59 +00:00
|
|
|
<interface domain="gtk40">
|
2014-05-04 16:06:06 +00:00
|
|
|
<object class="GtkTreeStore" id="model">
|
|
|
|
<columns>
|
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
</object>
|
2014-05-07 03:24:20 +00:00
|
|
|
<template class="GtkInspectorObjectHierarchy" parent="GtkBox">
|
2014-11-22 18:54:16 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2014-05-04 16:06:06 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
2014-10-11 04:23:21 +00:00
|
|
|
<property name="hscrollbar-policy">never</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="expand">1</property>
|
2014-05-04 16:06:06 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkTreeView" id="tree">
|
|
|
|
<property name="model">model</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="enable-search">0</property>
|
|
|
|
<property name="headers-visible">0</property>
|
2016-03-05 05:29:06 +00:00
|
|
|
<property name="enable-tree-lines">1</property>
|
|
|
|
<property name="show-expanders">0</property>
|
|
|
|
<property name="level-indentation">18</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
<child internal-child="selection">
|
2016-03-05 05:35:08 +00:00
|
|
|
<object class="GtkTreeSelection">
|
|
|
|
<property name="mode">none</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-04 16:06:06 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText">
|
|
|
|
<property name="scale">0.8</property>
|
|
|
|
</object>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
2016-03-07 01:41:28 +00:00
|
|
|
</attributes>
|
2014-05-04 16:06:06 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|