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.glade59
1 files changed, 44 insertions, 15 deletions
diff --git a/contrib/gnunet_fs_gtk_progress_dialog.glade b/contrib/gnunet_fs_gtk_progress_dialog.glade
index 6e63b9ee..f05405fa 100644
--- a/contrib/gnunet_fs_gtk_progress_dialog.glade
+++ b/contrib/gnunet_fs_gtk_progress_dialog.glade
@@ -15,23 +15,42 @@
15 <property name="orientation">vertical</property> 15 <property name="orientation">vertical</property>
16 <property name="spacing">2</property> 16 <property name="spacing">2</property>
17 <child> 17 <child>
18 <object class="GtkScrolledWindow" id="GNUNET_FS_GTK_progress_dialog_scrolled_window"> 18 <object class="GtkFrame" id="GNUNET_FS_GTK_progress_dialog_frame">
19 <property name="visible">True</property> 19 <property name="visible">True</property>
20 <property name="can_focus">True</property> 20 <property name="label_xalign">0</property>
21 <property name="hadjustment">GNUNET_FS_GTK_progress_dialog_textview_horizontal_adjustment</property> 21 <property name="shadow_type">none</property>
22 <property name="vadjustment">GNUNET_FS_GTK_progress_dialog_textview_vertical_adjustment</property>
23 <property name="hscrollbar_policy">automatic</property>
24 <property name="vscrollbar_policy">automatic</property>
25 <property name="shadow_type">in</property>
26 <child> 22 <child>
27 <object class="GtkTextView" id="GNUNET_FS_GTK_progress_dialog_textview"> 23 <object class="GtkAlignment" id="GNUNET_FS_GTK_progress_dialog_alignment">
28 <property name="visible">True</property> 24 <property name="visible">True</property>
29 <property name="can_focus">True</property> 25 <property name="left_padding">12</property>
30 <property name="editable">False</property> 26 <child>
31 <property name="wrap_mode">word</property> 27 <object class="GtkScrolledWindow" id="GNUNET_FS_GTK_progress_dialog_scrolled_window">
32 <property name="indent">-10</property> 28 <property name="visible">True</property>
33 <property name="buffer">GNUNET_FS_GTK_progress_dialog_textbuffer</property> 29 <property name="can_focus">True</property>
34 <property name="accepts_tab">False</property> 30 <property name="hadjustment">GNUNET_FS_GTK_progress_dialog_textview_horizontal_adjustment</property>
31 <property name="vadjustment">GNUNET_FS_GTK_progress_dialog_textview_vertical_adjustment</property>
32 <property name="hscrollbar_policy">automatic</property>
33 <property name="vscrollbar_policy">automatic</property>
34 <child>
35 <object class="GtkTextView" id="GNUNET_FS_GTK_progress_dialog_textview">
36 <property name="visible">True</property>
37 <property name="can_focus">True</property>
38 <property name="editable">False</property>
39 <property name="wrap_mode">word</property>
40 <property name="indent">-10</property>
41 <property name="buffer">GNUNET_FS_GTK_progress_dialog_textbuffer</property>
42 <property name="accepts_tab">False</property>
43 </object>
44 </child>
45 </object>
46 </child>
47 </object>
48 </child>
49 <child type="label">
50 <object class="GtkLabel" id="GNUNET_FS_GTK_progress_dialog_label">
51 <property name="visible">True</property>
52 <property name="label" translatable="yes">&lt;b&gt;Messages&lt;/b&gt;</property>
53 <property name="use_markup">True</property>
35 </object> 54 </object>
36 </child> 55 </child>
37 </object> 56 </object>
@@ -43,6 +62,10 @@
43 <object class="GtkProgressBar" id="GNUNET_FS_GTK_progress_dialog_progressbar"> 62 <object class="GtkProgressBar" id="GNUNET_FS_GTK_progress_dialog_progressbar">
44 <property name="visible">True</property> 63 <property name="visible">True</property>
45 <property name="activity_mode">True</property> 64 <property name="activity_mode">True</property>
65 <property name="pulse_step">0.050000002607703209</property>
66 <property name="text" translatable="yes">Preprocessing...</property>
67 <property name="adjustment">GNUNET_FS_GTK_progress_bar_adjustment</property>
68 <property name="discrete_blocks">5</property>
46 </object> 69 </object>
47 <packing> 70 <packing>
48 <property name="expand">False</property> 71 <property name="expand">False</property>
@@ -69,6 +92,7 @@
69 <packing> 92 <packing>
70 <property name="expand">False</property> 93 <property name="expand">False</property>
71 <property name="fill">False</property> 94 <property name="fill">False</property>
95 <property name="pack_type">end</property>
72 <property name="position">1</property> 96 <property name="position">1</property>
73 </packing> 97 </packing>
74 </child> 98 </child>
@@ -82,7 +106,6 @@
82 </object> 106 </object>
83 </child> 107 </child>
84 </object> 108 </object>
85 <object class="GtkSizeGroup" id="GNUNET_FS_GTK_progress_dialog_buttons_sizegroup"/>
86 <object class="GtkTextBuffer" id="GNUNET_FS_GTK_progress_dialog_textbuffer"/> 109 <object class="GtkTextBuffer" id="GNUNET_FS_GTK_progress_dialog_textbuffer"/>
87 <object class="GtkAdjustment" id="GNUNET_FS_GTK_progress_dialog_textview_horizontal_adjustment"> 110 <object class="GtkAdjustment" id="GNUNET_FS_GTK_progress_dialog_textview_horizontal_adjustment">
88 <property name="upper">100</property> 111 <property name="upper">100</property>
@@ -94,4 +117,10 @@
94 <property name="step_increment">1</property> 117 <property name="step_increment">1</property>
95 <property name="page_increment">10</property> 118 <property name="page_increment">10</property>
96 </object> 119 </object>
120 <object class="GtkAdjustment" id="GNUNET_FS_GTK_progress_bar_adjustment">
121 <property name="upper">100</property>
122 <property name="step_increment">1</property>
123 <property name="page_increment">10</property>
124 <property name="page_size">10</property>
125 </object>
97</interface> 126</interface>