2011-11-08 01:03:38 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
|
|
<object class="GtkWindow" id="window1">
|
|
|
|
<property name="width_request">50</property>
|
|
|
|
<property name="height_request">60</property>
|
|
|
|
<property name="can_focus">False</property>
|
2011-11-24 17:06:08 +00:00
|
|
|
<property name="type">popup</property>
|
2011-11-08 01:03:38 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkGrid" id="grid1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="no-repeat">
|
|
|
|
<property name="name">no-repeat</property>
|
|
|
|
<property name="width_request">50</property>
|
|
|
|
<property name="height_request">60</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="repeat">
|
|
|
|
<property name="name">repeat</property>
|
|
|
|
<property name="width_request">40</property>
|
|
|
|
<property name="height_request">60</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="default">
|
|
|
|
<property name="name">default</property>
|
|
|
|
<property name="width_request">50</property>
|
|
|
|
<property name="height_request">60</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|