2016-10-07 13:13:59 +00:00
|
|
|
<interface domain="gtk40">
|
2015-03-02 23:02:25 +00:00
|
|
|
<template class="GtkInspectorCssNodeTree" parent="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
2015-10-25 13:20:43 +00:00
|
|
|
<child>
|
2016-03-07 01:41:28 +00:00
|
|
|
<object class="GtkPaned" id="paned">
|
|
|
|
<property name="wide-handle">1</property>
|
2017-10-12 20:09:58 +00:00
|
|
|
<property name="position">400</property>
|
2015-03-02 23:02:25 +00:00
|
|
|
<child>
|
2015-10-28 04:33:14 +00:00
|
|
|
<object class="GtkScrolledWindow">
|
2020-02-25 23:25:52 +00:00
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="vexpand">1</property>
|
2015-10-28 04:33:14 +00:00
|
|
|
<property name="min-content-height">100</property>
|
2015-03-02 23:02:25 +00:00
|
|
|
<child>
|
2015-10-28 04:33:14 +00:00
|
|
|
<object class="GtkTreeView" id="node_tree">
|
|
|
|
<property name="search-column">0</property>
|
|
|
|
<property name="enable-search">0</property>
|
2016-03-05 05:29:06 +00:00
|
|
|
<property name="enable-grid-lines">vertical</property>
|
2015-10-28 04:33:14 +00:00
|
|
|
<signal name="row-activated" handler="row_activated"/>
|
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection">
|
|
|
|
<signal name="changed" handler="selection_changed"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
2015-03-02 23:02:25 +00:00
|
|
|
<child>
|
2015-10-28 04:33:14 +00:00
|
|
|
<object class="GtkTreeViewColumn" id="node_name_column">
|
|
|
|
<property name="resizable">1</property>
|
|
|
|
<property name="title" translatable="yes">Name</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
2016-02-05 18:31:03 +00:00
|
|
|
<attribute name="sensitive">1</attribute>
|
2015-10-28 04:33:14 +00:00
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeViewColumn" id="node_id_column">
|
|
|
|
<property name="resizable">1</property>
|
|
|
|
<property name="title" translatable="yes">ID</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
2016-02-05 18:31:03 +00:00
|
|
|
<attribute name="text">3</attribute>
|
|
|
|
<attribute name="sensitive">1</attribute>
|
2015-10-28 04:33:14 +00:00
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
2015-03-02 23:02:25 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2015-10-28 04:33:14 +00:00
|
|
|
<object class="GtkTreeViewColumn" id="node_classes_column">
|
|
|
|
<property name="resizable">1</property>
|
2016-03-10 00:08:46 +00:00
|
|
|
<property name="title" translatable="yes">Style Classes</property>
|
2015-10-28 04:33:14 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
2016-02-05 18:31:03 +00:00
|
|
|
<attribute name="text">2</attribute>
|
|
|
|
<attribute name="sensitive">1</attribute>
|
2015-10-31 04:07:19 +00:00
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeViewColumn" id="node_state_column">
|
|
|
|
<property name="resizable">1</property>
|
|
|
|
<property name="title" translatable="yes">State</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
2016-02-05 18:31:03 +00:00
|
|
|
<attribute name="text">4</attribute>
|
|
|
|
<attribute name="sensitive">1</attribute>
|
2015-10-28 04:33:14 +00:00
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
2015-03-02 23:02:25 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2015-10-28 04:33:14 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2015-12-07 04:06:33 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
2020-02-27 00:31:25 +00:00
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="vexpand">1</property>
|
2015-12-07 04:06:33 +00:00
|
|
|
<property name="min-content-height">100</property>
|
2015-10-28 04:33:14 +00:00
|
|
|
<child>
|
2022-10-06 00:58:49 +00:00
|
|
|
<object class="GtkColumnView" id="prop_tree">
|
|
|
|
<style>
|
|
|
|
<class name="data-table"/>
|
|
|
|
<class name="list"/>
|
|
|
|
</style>
|
2015-10-28 04:33:14 +00:00
|
|
|
<child>
|
2022-10-06 00:58:49 +00:00
|
|
|
<object class="GtkColumnViewColumn">
|
2015-12-07 04:06:33 +00:00
|
|
|
<property name="title" translatable="yes">CSS Property</property>
|
|
|
|
<property name="resizable">1</property>
|
2015-10-28 04:33:14 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2022-10-06 00:58:49 +00:00
|
|
|
<object class="GtkColumnViewColumn">
|
2015-12-07 04:06:33 +00:00
|
|
|
<property name="title" translatable="yes">Value</property>
|
|
|
|
<property name="resizable">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2022-10-06 00:58:49 +00:00
|
|
|
<object class="GtkColumnViewColumn">
|
2015-12-07 04:06:33 +00:00
|
|
|
<property name="title" translatable="yes">Location</property>
|
|
|
|
<property name="resizable">1</property>
|
2022-10-06 00:58:49 +00:00
|
|
|
<property name="expand">1</property>
|
2015-10-28 04:33:14 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2015-03-02 23:02:25 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|