-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsinus.ui
70 lines (70 loc) · 2.4 KB
/
sinus.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkApplicationWindow" id="window">
<property name="title">Fonction sinus</property>
<property name="default-width">800</property>
<property name="default-height">480</property>
<child>
<object class="GtkBox" id="h_box">
<property name="orientation">horizontal</property>
<property name="spacing">5</property>
<property name="margin-start">5</property>
<property name="margin-end">5</property>
<property name="margin-top">5</property>
<property name="margin-bottom">5</property>
<child>
<object class="GtkBox" id="v_box">
<property name="orientation">vertical</property>
<property name="spacing">5</property>
<property name="hexpand">False</property>
<property name="vexpand">True</property>
<child>
<object class="GtkLabel" id="label_0">
<property name="label">Dimensions :</property>
<property name="yalign">0.0</property>
<property name="xalign">0.0</property>
<property name="hexpand">False</property>
<property name="vexpand">False</property>
<style></style>
</object>
</child>
<child>
<object class="GtkLabel" id="label_1">
<property name="label"></property>
<property name="yalign">0.0</property>
<property name="xalign">0.0</property>
<property name="hexpand">False</property>
<property name="vexpand">False</property>
<style></style>
</object>
</child>
<child>
<object class="GtkLabel" id="label_2">
<property name="label"></property>
<property name="hexpand">False</property>
<property name="vexpand">True</property>
</object>
</child>
<child>
<object class="GtkButton" id="bouton_1">
<property name="label">Quitter</property>
<property name="hexpand">True</property>
<property name="vexpand">False</property>
<property name="action-name">window.close</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkDrawingArea" id="drawing_area">
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="halign">fill</property>
<property name="valign">fill</property>
<style></style>
</object>
</child>
</object>
</child>
</object>
</interface>