blob: 4f4315da34f97ed54dabfbd43784a963ef5e78c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.96.3 -->
<interface>
<!-- interface-name main.ui -->
<requires lib="gtk" version="4.0"/>
<object class="GtkApplicationWindow" id="window">
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkActionBar">
<child>
<object class="GtkButton">
<property name="label">Cancel</property>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</interface>
|