aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_fs_gtk_progress_dialog.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_fs_gtk_progress_dialog.glade')
-rw-r--r--contrib/gnunet_fs_gtk_progress_dialog.glade33
1 files changed, 21 insertions, 12 deletions
diff --git a/contrib/gnunet_fs_gtk_progress_dialog.glade b/contrib/gnunet_fs_gtk_progress_dialog.glade
index c008d3e2..9433c942 100644
--- a/contrib/gnunet_fs_gtk_progress_dialog.glade
+++ b/contrib/gnunet_fs_gtk_progress_dialog.glade
@@ -1,27 +1,36 @@
1<?xml version="1.0"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<interface> 2<interface>
3 <requires lib="gtk+" version="2.20"/> 3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy project-wide --> 4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkAdjustment" id="GNUNET_FS_GTK_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>
5 <object class="GtkWindow" id="GNUNET_FS_GTK_progress_dialog"> 11 <object class="GtkWindow" id="GNUNET_FS_GTK_progress_dialog">
12 <property name="can_focus">False</property>
6 <property name="border_width">2</property> 13 <property name="border_width">2</property>
14 <property name="modal">True</property>
7 <property name="window_position">center-on-parent</property> 15 <property name="window_position">center-on-parent</property>
8 <property name="default_width">800</property> 16 <property name="default_width">800</property>
9 <property name="default_height">600</property> 17 <property name="default_height">600</property>
10 <property name="destroy_with_parent">True</property> 18 <signal name="delete-event" handler="GNUNET_FS_GTK_progress_dialog_delete_event_cb" swapped="no"/>
11 <signal name="delete_event" handler="GNUNET_FS_GTK_progress_dialog_delete_event_cb"/>
12 <child> 19 <child>
13 <object class="GtkVBox" id="GNUNET_FS_GTK_progress_dialog_main_vbox"> 20 <object class="GtkVBox" id="GNUNET_FS_GTK_progress_dialog_main_vbox">
14 <property name="visible">True</property> 21 <property name="visible">True</property>
15 <property name="orientation">vertical</property> 22 <property name="can_focus">False</property>
16 <property name="spacing">2</property> 23 <property name="spacing">2</property>
17 <child> 24 <child>
18 <object class="GtkFrame" id="GNUNET_FS_GTK_progress_dialog_frame"> 25 <object class="GtkFrame" id="GNUNET_FS_GTK_progress_dialog_frame">
19 <property name="visible">True</property> 26 <property name="visible">True</property>
27 <property name="can_focus">False</property>
20 <property name="label_xalign">0</property> 28 <property name="label_xalign">0</property>
21 <property name="shadow_type">none</property> 29 <property name="shadow_type">none</property>
22 <child> 30 <child>
23 <object class="GtkAlignment" id="GNUNET_FS_GTK_progress_dialog_alignment"> 31 <object class="GtkAlignment" id="GNUNET_FS_GTK_progress_dialog_alignment">
24 <property name="visible">True</property> 32 <property name="visible">True</property>
33 <property name="can_focus">False</property>
25 <property name="left_padding">12</property> 34 <property name="left_padding">12</property>
26 <child> 35 <child>
27 <object class="GtkScrolledWindow" id="GNUNET_FS_GTK_progress_dialog_scrolled_window"> 36 <object class="GtkScrolledWindow" id="GNUNET_FS_GTK_progress_dialog_scrolled_window">
@@ -49,21 +58,25 @@
49 <child type="label"> 58 <child type="label">
50 <object class="GtkLabel" id="GNUNET_FS_GTK_progress_dialog_label"> 59 <object class="GtkLabel" id="GNUNET_FS_GTK_progress_dialog_label">
51 <property name="visible">True</property> 60 <property name="visible">True</property>
61 <property name="can_focus">False</property>
52 <property name="label" translatable="yes">&lt;b&gt;Messages&lt;/b&gt;</property> 62 <property name="label" translatable="yes">&lt;b&gt;Messages&lt;/b&gt;</property>
53 <property name="use_markup">True</property> 63 <property name="use_markup">True</property>
54 </object> 64 </object>
55 </child> 65 </child>
56 </object> 66 </object>
57 <packing> 67 <packing>
68 <property name="expand">True</property>
69 <property name="fill">True</property>
58 <property name="position">0</property> 70 <property name="position">0</property>
59 </packing> 71 </packing>
60 </child> 72 </child>
61 <child> 73 <child>
62 <object class="GtkProgressBar" id="GNUNET_FS_GTK_progress_dialog_progressbar"> 74 <object class="GtkProgressBar" id="GNUNET_FS_GTK_progress_dialog_progressbar">
63 <property name="visible">True</property> 75 <property name="visible">True</property>
76 <property name="can_focus">False</property>
64 <property name="activity_mode">True</property> 77 <property name="activity_mode">True</property>
65 <property name="show_text">True</property> 78 <property name="show_text">True</property>
66 <property name="pulse_step">0.05</property> 79 <property name="pulse_step">0.050000000000000003</property>
67 <property name="text" translatable="yes">Preprocessing...</property> 80 <property name="text" translatable="yes">Preprocessing...</property>
68 <property name="adjustment">GNUNET_FS_GTK_progress_bar_adjustment</property> 81 <property name="adjustment">GNUNET_FS_GTK_progress_bar_adjustment</property>
69 <property name="discrete_blocks">5</property> 82 <property name="discrete_blocks">5</property>
@@ -77,6 +90,7 @@
77 <child> 90 <child>
78 <object class="GtkHBox" id="GNUNET_FS_GTK_progress_dialog_buttons_hbox"> 91 <object class="GtkHBox" id="GNUNET_FS_GTK_progress_dialog_buttons_hbox">
79 <property name="visible">True</property> 92 <property name="visible">True</property>
93 <property name="can_focus">False</property>
80 <property name="spacing">2</property> 94 <property name="spacing">2</property>
81 <child> 95 <child>
82 <placeholder/> 96 <placeholder/>
@@ -84,11 +98,12 @@
84 <child> 98 <child>
85 <object class="GtkButton" id="GNUNET_FS_GTK_progress_dialog_cancel_button"> 99 <object class="GtkButton" id="GNUNET_FS_GTK_progress_dialog_cancel_button">
86 <property name="label">gtk-cancel</property> 100 <property name="label">gtk-cancel</property>
101 <property name="use_action_appearance">False</property>
87 <property name="visible">True</property> 102 <property name="visible">True</property>
88 <property name="can_focus">True</property> 103 <property name="can_focus">True</property>
89 <property name="receives_default">True</property> 104 <property name="receives_default">True</property>
90 <property name="use_stock">True</property> 105 <property name="use_stock">True</property>
91 <signal name="clicked" handler="GNUNET_FS_GTK_progress_dialog_cancel_button_clicked_cb"/> 106 <signal name="clicked" handler="GNUNET_FS_GTK_progress_dialog_cancel_button_clicked_cb" swapped="no"/>
92 </object> 107 </object>
93 <packing> 108 <packing>
94 <property name="expand">False</property> 109 <property name="expand">False</property>
@@ -118,10 +133,4 @@
118 <property name="step_increment">1</property> 133 <property name="step_increment">1</property>
119 <property name="page_increment">10</property> 134 <property name="page_increment">10</property>
120 </object> 135 </object>
121 <object class="GtkAdjustment" id="GNUNET_FS_GTK_progress_bar_adjustment">
122 <property name="upper">100</property>
123 <property name="step_increment">1</property>
124 <property name="page_increment">10</property>
125 <property name="page_size">10</property>
126 </object>
127</interface> 136</interface>