2019-04-04 23:12:59 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-01-20 06:30:34 +00:00
|
|
|
<interface>
|
|
|
|
<object id="window" class="GtkWindow">
|
|
|
|
<property name="title">Grid</property>
|
|
|
|
<child>
|
|
|
|
<object id="grid" class="GtkGrid">
|
|
|
|
<child>
|
|
|
|
<object id="button1" class="GtkButton">
|
|
|
|
<property name="label">Button 1</property>
|
2019-04-04 23:12:59 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">0</property>
|
2019-04-04 23:12:59 +00:00
|
|
|
</layout>
|
2011-01-20 06:30:34 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object id="button2" class="GtkButton">
|
|
|
|
<property name="label">Button 2</property>
|
2019-04-04 23:12:59 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">1</property>
|
|
|
|
<property name="row">0</property>
|
2019-04-04 23:12:59 +00:00
|
|
|
</layout>
|
2011-01-20 06:30:34 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object id="quit" class="GtkButton">
|
|
|
|
<property name="label">Quit</property>
|
2019-04-04 23:12:59 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">1</property>
|
2019-04-04 23:12:59 +00:00
|
|
|
<property name="column-span">2</property>
|
|
|
|
</layout>
|
2011-01-20 06:30:34 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|