2016-10-07 13:13:59 +00:00
|
|
|
<interface domain="gtk40">
|
2014-06-05 12:31:06 +00:00
|
|
|
<object class="GtkTreeStore" id="model">
|
|
|
|
<columns>
|
2018-01-18 22:46:58 +00:00
|
|
|
<column type="gchararray"/>
|
|
|
|
<column type="gchararray"/>
|
|
|
|
<column type="gchararray"/>
|
|
|
|
<column type="gchararray"/>
|
|
|
|
<column type="gchararray"/>
|
2014-06-05 12:31:06 +00:00
|
|
|
</columns>
|
|
|
|
</object>
|
|
|
|
<template class="GtkInspectorMenu" parent="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
2020-02-25 23:25:52 +00:00
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="vexpand">1</property>
|
2014-06-05 12:31:06 +00:00
|
|
|
<property name="vscrollbar-policy">always</property>
|
|
|
|
<child>
|
2022-10-05 02:46:53 +00:00
|
|
|
<object class="GtkColumnView" id="view">
|
2022-10-05 03:23:54 +00:00
|
|
|
<style>
|
|
|
|
<class name="data-table"/>
|
|
|
|
<class name="list"/>
|
|
|
|
</style>
|
2014-06-05 12:31:06 +00:00
|
|
|
<child>
|
2022-10-05 02:46:53 +00:00
|
|
|
<object class="GtkColumnViewColumn">
|
2014-06-05 12:31:06 +00:00
|
|
|
<property name="title" translatable="yes">Label</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2022-10-05 02:46:53 +00:00
|
|
|
<object class="GtkColumnViewColumn">
|
2014-06-05 12:31:06 +00:00
|
|
|
<property name="title" translatable="yes">Action</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2022-10-05 02:46:53 +00:00
|
|
|
<object class="GtkColumnViewColumn">
|
2014-06-05 12:31:06 +00:00
|
|
|
<property name="title" translatable="yes">Target</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2022-10-05 02:46:53 +00:00
|
|
|
<object class="GtkColumnViewColumn">
|
2014-06-05 12:31:06 +00:00
|
|
|
<property name="title" translatable="yes">Icon</property>
|
2022-10-05 02:46:53 +00:00
|
|
|
<property name="expand">1</property>
|
2014-06-05 12:31:06 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|