1
0
Fork 0
inkscape/share/ui/widget-new-from-template.ui
Daniel Baumann 02d935e272
Adding upstream version 1.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 23:40:13 +02:00

76 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<interface>
<requires lib="gtk+" version="3.20"/>
<!-- interface-license-type gplv3 -->
<!-- interface-name Inkscape -->
<!-- interface-copyright Martin Owens -->
<object class="GtkListStore" id="liststore">
<columns>
<!-- column-name name -->
<column type="gchararray"/>
<!-- column-name label -->
<column type="gchararray"/>
<!-- column-name tooltip -->
<column type="gchararray"/>
<!-- column-name icon -->
<column type="GdkPixbuf"/>
<!-- column-name key -->
<column type="gchararray"/>
<!-- column-name priority -->
<column type="gint"/>
</columns>
<data>
<row>
<col id="0">Example Item</col>
<col id="1">Label</col>
<col id="2">Tooltip</col>
</row>
</data>
</object>
<object class="GtkScrolledWindow" id="container">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="shadow-type">in</property>
<child>
<object class="GtkIconView" id="iconview">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="model">liststore</property>
<property name="spacing">1</property>
<property name="tooltip-column">2</property>
<child>
<object class="GtkCellRendererPixbuf">
<property name="xpad">6</property>
<property name="ypad">6</property>
</object>
<attributes>
<attribute name="pixbuf">3</attribute>
</attributes>
</child>
<child>
<object class="GtkCellRendererText">
<property name="alignment">center</property>
<property name="wrap-mode">word</property>
<property name="wrap-width">16</property>
</object>
<attributes>
<attribute name="text">0</attribute>
</attributes>
</child>
<child>
<object class="GtkCellRendererText">
<property name="alignment">center</property>
<property name="scale">0.90</property>
<property name="wrap-mode">word</property>
<property name="wrap-width">32</property>
<property name="foreground-rgba">rgb(136,138,133)</property>
</object>
<attributes>
<attribute name="text">1</attribute>
</attributes>
</child>
</object>
</child>
</object>
</interface>