You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
2.0 KiB
61 lines
2.0 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.38.2 -->
|
|
<interface>
|
|
<requires lib="gtk+" version="3.24"/>
|
|
<object class="GtkListStore" id="liststoreTemplate">
|
|
<columns>
|
|
<!-- column-name gchararray1 -->
|
|
<column type="gchararray"/>
|
|
<!-- column-name gfloat1 -->
|
|
<column type="gfloat"/>
|
|
<!-- column-name gfloat2 -->
|
|
<column type="gfloat"/>
|
|
<!-- column-name gint1 -->
|
|
<column type="gint"/>
|
|
<!-- column-name GdkPixbuf1 -->
|
|
<column type="GdkPixbuf"/>
|
|
<!-- column-name gint2 -->
|
|
<column type="gint"/>
|
|
</columns>
|
|
</object>
|
|
<object class="GtkIconView" id="iconTemplate">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">True</property>
|
|
<property name="margin">4</property>
|
|
<property name="hscroll-policy">natural</property>
|
|
<property name="item-orientation">horizontal</property>
|
|
<property name="model">liststoreTemplate</property>
|
|
<property name="item-width">135</property>
|
|
<property name="row-spacing">0</property>
|
|
<property name="column-spacing">2</property>
|
|
<property name="item-padding">5</property>
|
|
<property name="activate-on-single-click">True</property>
|
|
<child>
|
|
<object class="GtkCellRendererPixbuf" id="iconPic">
|
|
<property name="xpad">2</property>
|
|
</object>
|
|
<attributes>
|
|
<attribute name="width">5</attribute>
|
|
<attribute name="height">3</attribute>
|
|
<attribute name="xalign">1</attribute>
|
|
<attribute name="yalign">2</attribute>
|
|
<attribute name="pixbuf">4</attribute>
|
|
</attributes>
|
|
</child>
|
|
<child>
|
|
<object class="GtkCellRendererText">
|
|
<property name="xalign">0</property>
|
|
<property name="wrap-mode">word</property>
|
|
<property name="wrap-width">130</property>
|
|
</object>
|
|
<attributes>
|
|
<attribute name="height">3</attribute>
|
|
<attribute name="text">0</attribute>
|
|
</attributes>
|
|
</child>
|
|
<style>
|
|
<class name="workingbg"/>
|
|
</style>
|
|
</object>
|
|
</interface>
|