-
Notifications
You must be signed in to change notification settings - Fork 9
/
example-ui-file.ui
28 lines (28 loc) · 1011 Bytes
/
example-ui-file.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.12.1 -->
<interface>
<!-- interface-name hellobuilder.ui -->
<requires lib="gtk" version="4.10"/>
<object class="GtkApplicationWindow" id="window">
<property name="title">UI File Example</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel" id="label">
<property name="height-request">50</property>
<property name="label"><i>Hello</i> <b>World</b>!</property>
<property name="use-markup">True</property>
<property name="vexpand">True</property>
<property name="width-request">100</property>
</object>
</child>
<child>
<object class="GtkButton" id="button-exit">
<property name="label">Exit</property>
</object>
</child>
</object>
</child>
</object>
</interface>