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.glade41
1 files changed, 6 insertions, 35 deletions
diff --git a/contrib/gnunet_fs_gtk_progress_dialog.glade b/contrib/gnunet_fs_gtk_progress_dialog.glade
index 8f2b1743..6e63b9ee 100644
--- a/contrib/gnunet_fs_gtk_progress_dialog.glade
+++ b/contrib/gnunet_fs_gtk_progress_dialog.glade
@@ -1,19 +1,18 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0"?>
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="GtkWindow" id="GNUNET_FS_GTK_progress_dialog"> 5 <object class="GtkWindow" id="GNUNET_FS_GTK_progress_dialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">2</property> 6 <property name="border_width">2</property>
8 <property name="window_position">center-on-parent</property> 7 <property name="window_position">center-on-parent</property>
9 <property name="default_width">800</property> 8 <property name="default_width">800</property>
10 <property name="default_height">600</property> 9 <property name="default_height">600</property>
11 <property name="destroy_with_parent">True</property> 10 <property name="destroy_with_parent">True</property>
12 <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"/>
13 <child> 12 <child>
14 <object class="GtkVBox" id="GNUNET_FS_GTK_progress_dialog_main_vbox"> 13 <object class="GtkVBox" id="GNUNET_FS_GTK_progress_dialog_main_vbox">
15 <property name="visible">True</property> 14 <property name="visible">True</property>
16 <property name="can_focus">False</property> 15 <property name="orientation">vertical</property>
17 <property name="spacing">2</property> 16 <property name="spacing">2</property>
18 <child> 17 <child>
19 <object class="GtkScrolledWindow" id="GNUNET_FS_GTK_progress_dialog_scrolled_window"> 18 <object class="GtkScrolledWindow" id="GNUNET_FS_GTK_progress_dialog_scrolled_window">
@@ -37,15 +36,12 @@
37 </child> 36 </child>
38 </object> 37 </object>
39 <packing> 38 <packing>
40 <property name="expand">True</property>
41 <property name="fill">True</property>
42 <property name="position">0</property> 39 <property name="position">0</property>
43 </packing> 40 </packing>
44 </child> 41 </child>
45 <child> 42 <child>
46 <object class="GtkProgressBar" id="GNUNET_FS_GTK_progress_dialog_progressbar"> 43 <object class="GtkProgressBar" id="GNUNET_FS_GTK_progress_dialog_progressbar">
47 <property name="visible">True</property> 44 <property name="visible">True</property>
48 <property name="can_focus">False</property>
49 <property name="activity_mode">True</property> 45 <property name="activity_mode">True</property>
50 </object> 46 </object>
51 <packing> 47 <packing>
@@ -57,43 +53,23 @@
57 <child> 53 <child>
58 <object class="GtkHBox" id="GNUNET_FS_GTK_progress_dialog_buttons_hbox"> 54 <object class="GtkHBox" id="GNUNET_FS_GTK_progress_dialog_buttons_hbox">
59 <property name="visible">True</property> 55 <property name="visible">True</property>
60 <property name="can_focus">False</property>
61 <property name="spacing">2</property> 56 <property name="spacing">2</property>
62 <child> 57 <child>
63 <placeholder/> 58 <placeholder/>
64 </child> 59 </child>
65 <child> 60 <child>
66 <object class="GtkButton" id="GNUNET_FS_GTK_progress_dialog_ok_button">
67 <property name="label">gtk-ok</property>
68 <property name="use_action_appearance">False</property>
69 <property name="visible">True</property>
70 <property name="can_focus">True</property>
71 <property name="receives_default">True</property>
72 <property name="use_stock">True</property>
73 <signal name="clicked" handler="GNUNET_FS_GTK_progress_dialog_ok_button_clicked_cb" swapped="no"/>
74 </object>
75 <packing>
76 <property name="expand">False</property>
77 <property name="fill">False</property>
78 <property name="pack_type">end</property>
79 <property name="position">1</property>
80 </packing>
81 </child>
82 <child>
83 <object class="GtkButton" id="GNUNET_FS_GTK_progress_dialog_cancel_button"> 61 <object class="GtkButton" id="GNUNET_FS_GTK_progress_dialog_cancel_button">
84 <property name="label">gtk-cancel</property> 62 <property name="label">gtk-cancel</property>
85 <property name="use_action_appearance">False</property>
86 <property name="visible">True</property> 63 <property name="visible">True</property>
87 <property name="can_focus">True</property> 64 <property name="can_focus">True</property>
88 <property name="receives_default">True</property> 65 <property name="receives_default">True</property>
89 <property name="use_stock">True</property> 66 <property name="use_stock">True</property>
90 <signal name="clicked" handler="GNUNET_FS_GTK_progress_dialog_cancel_button_clicked_cb" swapped="no"/> 67 <signal name="clicked" handler="GNUNET_FS_GTK_progress_dialog_cancel_button_clicked_cb"/>
91 </object> 68 </object>
92 <packing> 69 <packing>
93 <property name="expand">False</property> 70 <property name="expand">False</property>
94 <property name="fill">False</property> 71 <property name="fill">False</property>
95 <property name="pack_type">end</property> 72 <property name="position">1</property>
96 <property name="position">2</property>
97 </packing> 73 </packing>
98 </child> 74 </child>
99 </object> 75 </object>
@@ -106,12 +82,7 @@
106 </object> 82 </object>
107 </child> 83 </child>
108 </object> 84 </object>
109 <object class="GtkSizeGroup" id="GNUNET_FS_GTK_progress_dialog_buttons_sizegroup"> 85 <object class="GtkSizeGroup" id="GNUNET_FS_GTK_progress_dialog_buttons_sizegroup"/>
110 <widgets>
111 <widget name="GNUNET_FS_GTK_progress_dialog_ok_button"/>
112 <widget name="GNUNET_FS_GTK_progress_dialog_cancel_button"/>
113 </widgets>
114 </object>
115 <object class="GtkTextBuffer" id="GNUNET_FS_GTK_progress_dialog_textbuffer"/> 86 <object class="GtkTextBuffer" id="GNUNET_FS_GTK_progress_dialog_textbuffer"/>
116 <object class="GtkAdjustment" id="GNUNET_FS_GTK_progress_dialog_textview_horizontal_adjustment"> 87 <object class="GtkAdjustment" id="GNUNET_FS_GTK_progress_dialog_textview_horizontal_adjustment">
117 <property name="upper">100</property> 88 <property name="upper">100</property>