aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_fs_gtk_pseu_progress_dialog.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_fs_gtk_pseu_progress_dialog.glade')
-rw-r--r--contrib/gnunet_fs_gtk_pseu_progress_dialog.glade78
1 files changed, 78 insertions, 0 deletions
diff --git a/contrib/gnunet_fs_gtk_pseu_progress_dialog.glade b/contrib/gnunet_fs_gtk_pseu_progress_dialog.glade
new file mode 100644
index 00000000..ebd050e2
--- /dev/null
+++ b/contrib/gnunet_fs_gtk_pseu_progress_dialog.glade
@@ -0,0 +1,78 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkAdjustment" id="GNUNET_FS_GTK_pseu_progress_bar_adjustment">
6 <property name="upper">100</property>
7 <property name="step_increment">1</property>
8 <property name="page_increment">10</property>
9 <property name="page_size">10</property>
10 </object>
11 <object class="GtkWindow" id="GNUNET_FS_GTK_pseu_progress_dialog">
12 <property name="can_focus">False</property>
13 <property name="border_width">2</property>
14 <property name="title" translatable="yes">Preparing to save namespace in GNS zone</property>
15 <property name="window_position">center-on-parent</property>
16 <property name="default_width">800</property>
17 <property name="default_height">600</property>
18 <property name="destroy_with_parent">True</property>
19 <signal name="delete-event" handler="GNUNET_FS_GTK_pseu_progress_dialog_delete_event_cb" swapped="no"/>
20 <child>
21 <object class="GtkVBox" id="GNUNET_FS_GTK_pseu_progress_dialog_main_vbox">
22 <property name="visible">True</property>
23 <property name="can_focus">False</property>
24 <property name="spacing">2</property>
25 <child>
26 <object class="GtkProgressBar" id="GNUNET_FS_GTK_pseu_progress_dialog_progressbar">
27 <property name="visible">True</property>
28 <property name="can_focus">False</property>
29 <property name="activity_mode">True</property>
30 <property name="show_text">True</property>
31 <property name="pulse_step">0.050000000000000003</property>
32 <property name="text" translatable="yes">Trying to discover nickname...</property>
33 <property name="adjustment">GNUNET_FS_GTK_pseu_progress_bar_adjustment</property>
34 <property name="discrete_blocks">5</property>
35 </object>
36 <packing>
37 <property name="expand">False</property>
38 <property name="fill">False</property>
39 <property name="position">0</property>
40 </packing>
41 </child>
42 <child>
43 <object class="GtkHBox" id="GNUNET_FS_GTK_pseu_progress_dialog_buttons_hbox">
44 <property name="visible">True</property>
45 <property name="can_focus">False</property>
46 <property name="spacing">2</property>
47 <child>
48 <placeholder/>
49 </child>
50 <child>
51 <object class="GtkButton" id="GNUNET_FS_GTK_pseu_progress_dialog_cancel_button">
52 <property name="label">gtk-cancel</property>
53 <property name="use_action_appearance">False</property>
54 <property name="visible">True</property>
55 <property name="can_focus">True</property>
56 <property name="receives_default">True</property>
57 <property name="tooltip_text" translatable="yes">If you cancel this operation, you can enter a nickname manually.</property>
58 <property name="use_stock">True</property>
59 <signal name="clicked" handler="GNUNET_FS_GTK_pseu_progress_dialog_cancel_button_clicked_cb" swapped="no"/>
60 </object>
61 <packing>
62 <property name="expand">False</property>
63 <property name="fill">False</property>
64 <property name="pack_type">end</property>
65 <property name="position">1</property>
66 </packing>
67 </child>
68 </object>
69 <packing>
70 <property name="expand">False</property>
71 <property name="fill">False</property>
72 <property name="position">1</property>
73 </packing>
74 </child>
75 </object>
76 </child>
77 </object>
78</interface>