<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk+" version="3.0"/>
<object class="GtkApplicationWindow" id="window">
<property name="can_focus">False</property>
<property name="default_width">440</property>
<property name="default_height">250</property>
<child type="titlebar">
<placeholder/>
</child>
<child>
<object class="GtkButton" id="button">
<property name="label" translatable="yes">click me</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="halign">center</property>
<property name="valign">center</property>
</object>
</child>
</object>
</interface>