|
|
|
|
@ -1,14 +1,16 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!-- Generated with glade 3.38.2 -->
|
|
|
|
|
<!-- Generated with glade 3.40.0 -->
|
|
|
|
|
<interface>
|
|
|
|
|
<requires lib="gtk+" version="3.24"/>
|
|
|
|
|
<object class="GtkListStore" id="liststore1">
|
|
|
|
|
<columns>
|
|
|
|
|
<!-- column-name gboolean1 -->
|
|
|
|
|
<!-- column-name Chosen -->
|
|
|
|
|
<column type="gboolean"/>
|
|
|
|
|
<!-- column-name gchararray1 -->
|
|
|
|
|
<!-- column-name Code -->
|
|
|
|
|
<column type="gchararray"/>
|
|
|
|
|
<!-- column-name gchararray2 -->
|
|
|
|
|
<!-- column-name Name -->
|
|
|
|
|
<column type="gchararray"/>
|
|
|
|
|
<!-- column-name Description -->
|
|
|
|
|
<column type="gchararray"/>
|
|
|
|
|
</columns>
|
|
|
|
|
</object>
|
|
|
|
|
@ -73,7 +75,9 @@
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="model">liststore1</property>
|
|
|
|
|
<property name="headers-visible">False</property>
|
|
|
|
|
<property name="search-column">1</property>
|
|
|
|
|
<property name="enable-grid-lines">both</property>
|
|
|
|
|
<property name="activate-on-single-click">True</property>
|
|
|
|
|
<child internal-child="selection">
|
|
|
|
|
<object class="GtkTreeSelection"/>
|
|
|
|
|
</child>
|
|
|
|
|
@ -89,14 +93,51 @@
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Locale</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
|
<object class="GtkCellRendererText">
|
|
|
|
|
<property name="wrap-mode">word</property>
|
|
|
|
|
<property name="wrap-width">150</property>
|
|
|
|
|
</object>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="text">1</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="sizing">autosize</property>
|
|
|
|
|
<property name="min-width">35</property>
|
|
|
|
|
<property name="title" translatable="yes">Language</property>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText">
|
|
|
|
|
<property name="wrap-mode">word</property>
|
|
|
|
|
<property name="wrap-width">100</property>
|
|
|
|
|
</object>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="text">2</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="sizing">autosize</property>
|
|
|
|
|
<property name="title" translatable="yes">Territory</property>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText">
|
|
|
|
|
<property name="wrap-mode">word</property>
|
|
|
|
|
<property name="wrap-width">125</property>
|
|
|
|
|
</object>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="text">3</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
|