widget-factory: Add myself

Actually, I wanted to have a radio toggle cell renderer for testing. But
hey, the commit message is supposed to say the important things!
This commit is contained in:
Benjamin Otte
2016-02-15 18:06:28 +01:00
parent 1b1d6551c7
commit d10bd41e43

View File

@ -128,6 +128,8 @@
<column type="gchararray"/> <column type="gchararray"/>
<!-- column-name Nick --> <!-- column-name Nick -->
<column type="gchararray"/> <column type="gchararray"/>
<!-- column-name isRadio -->
<column type="gboolean"/>
</columns> </columns>
<data> <data>
<row> <row>
@ -135,18 +137,28 @@
<col id="1">emblem-default-symbolic</col> <col id="1">emblem-default-symbolic</col>
<col id="2" translatable="yes">Andrea</col> <col id="2" translatable="yes">Andrea</col>
<col id="3" translatable="yes">Cimi</col> <col id="3" translatable="yes">Cimi</col>
<col id="4">False</col>
</row> </row>
<row> <row>
<col id="0">False</col> <col id="0">False</col>
<col id="1">emblem-important-symbolic</col> <col id="1">emblem-important-symbolic</col>
<col id="2" translatable="yes">Otto</col> <col id="2" translatable="yes">Otto</col>
<col id="3" translatable="yes">chaotic</col> <col id="3" translatable="yes">chaotic</col>
<col id="4">False</col>
</row> </row>
<row> <row>
<col id="0">True</col> <col id="0">True</col>
<col id="1">weather-clear-night-symbolic</col> <col id="1">weather-clear-night-symbolic</col>
<col id="2" translatable="yes">Orville</col> <col id="2" translatable="yes">Orville</col>
<col id="3" translatable="yes">Redenbacher</col> <col id="3" translatable="yes">Redenbacher</col>
<col id="4">False</col>
</row>
<row>
<col id="0">True</col>
<col id="1">face-monkey-symbolic</col>
<col id="2" translatable="yes">Benjamin</col>
<col id="3" translatable="yes">Company</col>
<col id="4">True</col>
</row> </row>
</data> </data>
</object> </object>
@ -1385,6 +1397,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus.</property>
<object class="GtkCellRendererToggle" id="cellrenderertoggle1"/> <object class="GtkCellRendererToggle" id="cellrenderertoggle1"/>
<attributes> <attributes>
<attribute name="active">0</attribute> <attribute name="active">0</attribute>
<attribute name="radio">4</attribute>
</attributes> </attributes>
</child> </child>
</object> </object>