blob: 746db4a7a7ba9f04d6c1ecb0b0a9c1d867d6360c (
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-not-image"/>
</style>
</object>
</child>
</object>
</interface>
|