50 lines
1.5 KiB
XML
50 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow">
|
|
<property name="decorated">0</property>
|
|
<property name="resizable">0</property>
|
|
<property name="default-width">280</property>
|
|
<property name="default-height">120</property>
|
|
<style>
|
|
<class name="nobackground"/>
|
|
</style>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<style>
|
|
<class name="shadow"/>
|
|
<class name="background"/>
|
|
<class name="frame"/>
|
|
</style>
|
|
<child>
|
|
<object class="GtkComboBox">
|
|
<property name="hexpand">1</property>
|
|
<property name="vexpand">1</property>
|
|
<property name="halign">center</property>
|
|
<property name="valign">center</property>
|
|
<property name="model">
|
|
<object class="GtkListStore">
|
|
<columns>
|
|
<column type="gchararray"/>
|
|
</columns>
|
|
<data>
|
|
<row>
|
|
<col id="0">Combo Box</col>
|
|
</row>
|
|
</data>
|
|
</object>
|
|
</property>
|
|
<child>
|
|
<object class="GtkCellRendererText">
|
|
</object>
|
|
<attributes>
|
|
<attribute name="text">0</attribute>
|
|
</attributes>
|
|
</child>
|
|
<property name="active">0</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|