blob: 8772f9f94347727524f647bf22c2968e18d50065 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<property name="decorated">0</property>
<property name="focus-widget">button1</property>
<child>
<object class="GtkButton" id="button1">
<property name="name">reference</property>
<property name="label" translatable="yes">Hello World</property>
<property name="receives_default">1</property>
<style>
<class name="button-image"/>
</style>
</object>
</child>
</object>
</interface>
|