2015-03-02 23:02:25 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface domain="gtk30">
|
|
|
|
<template class="GtkInspectorCssNodeTree" parent="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
2015-10-25 13:20:43 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="object_title">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="halign">fill</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="margin-top">12</property>
|
|
|
|
<property name="margin-bottom">12</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2015-03-02 23:02:25 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="hscrollbar-policy">never</property>
|
|
|
|
<property name="vscrollbar-policy">automatic</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeView" id="tree_view">
|
|
|
|
<property name="visible">True</property>
|
2015-10-25 13:20:43 +00:00
|
|
|
<property name="enable-search">False</property>
|
2015-10-27 03:37:13 +00:00
|
|
|
<signal name="row-activated" handler="row_activated"/>
|
2015-03-02 23:02:25 +00:00
|
|
|
<child>
|
2015-10-23 00:58:08 +00:00
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
<property name="resizable">True</property>
|
|
|
|
<property name="title" translatable="yes">Type</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">1</attribute>
|
|
|
|
<attribute name="sensitive">2</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2015-10-27 03:37:13 +00:00
|
|
|
<object class="GtkTreeViewColumn" id="name_column">
|
2015-03-02 23:02:25 +00:00
|
|
|
<property name="resizable">True</property>
|
|
|
|
<property name="title" translatable="yes">Name</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
2015-10-23 00:58:08 +00:00
|
|
|
<attribute name="sensitive">2</attribute>
|
2015-03-02 23:02:25 +00:00
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2015-10-27 03:37:13 +00:00
|
|
|
<object class="GtkTreeViewColumn" id="id_column">
|
2015-03-02 23:02:25 +00:00
|
|
|
<property name="resizable">True</property>
|
|
|
|
<property name="title" translatable="yes">ID</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
2015-10-23 00:58:08 +00:00
|
|
|
<attribute name="text">4</attribute>
|
|
|
|
<attribute name="sensitive">2</attribute>
|
2015-03-02 23:02:25 +00:00
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2015-10-27 03:37:13 +00:00
|
|
|
<object class="GtkTreeViewColumn" id="classes_column">
|
2015-03-02 23:02:25 +00:00
|
|
|
<property name="resizable">True</property>
|
|
|
|
<property name="title" translatable="yes">Classes</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
2015-10-23 00:58:08 +00:00
|
|
|
<attribute name="text">3</attribute>
|
|
|
|
<attribute name="sensitive">2</attribute>
|
2015-03-02 23:02:25 +00:00
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|