blob: d9d6b9570ec5b01daff5112422bdd1f0a9bc697b (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk+" version="2.24"/>
<!-- interface-naming-policy toplevel-contextual -->
<object class="GtkWindow" id="pkgtools_progress_window">
<property name="can_focus">False</property>
<property name="border_width">12</property>
<property name="title" translatable="yes">working</property>
<property name="modal">True</property>
<property name="window_position">center</property>
<property name="icon">gslapt.png</property>
<property name="gravity">center</property>
<signal name="delete-event" handler="gtk_true" swapped="no"/>
<child>
<object class="GtkVBox" id="vbox68">
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="spacing">2</property>
<child>
<object class="GtkProgressBar" id="progress_progressbar">
<property name="can_focus">False</property>
<property name="pulse_step">0.10000000149</property>
<property name="text" translatable="yes">total progress</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="progress_action">
<property name="can_focus">False</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="padding">2</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="progress_message">
<property name="can_focus">False</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="padding">6</property>
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="progress_package_description">
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="padding">6</property>
<property name="position">3</property>
</packing>
</child>
</object>
</child>
</object>
</interface>
|