diff options
Diffstat (limited to 'contrib/gnunet_fs_gtk_progress_dialog.glade')
-rw-r--r-- | contrib/gnunet_fs_gtk_progress_dialog.glade | 126 |
1 files changed, 126 insertions, 0 deletions
diff --git a/contrib/gnunet_fs_gtk_progress_dialog.glade b/contrib/gnunet_fs_gtk_progress_dialog.glade new file mode 100644 index 00000000..fb2a2543 --- /dev/null +++ b/contrib/gnunet_fs_gtk_progress_dialog.glade | |||
@@ -0,0 +1,126 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <interface> | ||
3 | <requires lib="gtk+" version="2.24"/> | ||
4 | <!-- interface-naming-policy project-wide --> | ||
5 | <object class="GtkWindow" id="GNUNET_FS_GTK_progress_dialog"> | ||
6 | <property name="can_focus">False</property> | ||
7 | <property name="border_width">2</property> | ||
8 | <property name="window_position">center-on-parent</property> | ||
9 | <property name="default_width">800</property> | ||
10 | <property name="default_height">600</property> | ||
11 | <property name="destroy_with_parent">True</property> | ||
12 | <signal name="delete-event" handler="GNUNET_FS_GTK_progress_dialog_delete_event_cb" swapped="no"/> | ||
13 | <child> | ||
14 | <object class="GtkVBox" id="GNUNET_FS_GTK_progress_dialog_main_vbox"> | ||
15 | <property name="visible">True</property> | ||
16 | <property name="can_focus">False</property> | ||
17 | <property name="spacing">2</property> | ||
18 | <child> | ||
19 | <object class="GtkScrolledWindow" id="GNUNET_FS_GTK_progress_dialog_scrolled_window"> | ||
20 | <property name="visible">True</property> | ||
21 | <property name="can_focus">True</property> | ||
22 | <property name="hadjustment">GNUNET_FS_GTK_progress_dialog_textview_horizontal_adjustment</property> | ||
23 | <property name="vadjustment">GNUNET_FS_GTK_progress_dialog_textview_vertical_adjustment</property> | ||
24 | <property name="hscrollbar_policy">automatic</property> | ||
25 | <property name="vscrollbar_policy">automatic</property> | ||
26 | <property name="shadow_type">in</property> | ||
27 | <child> | ||
28 | <object class="GtkTextView" id="GNUNET_FS_GTK_progress_dialog_textview"> | ||
29 | <property name="visible">True</property> | ||
30 | <property name="can_focus">True</property> | ||
31 | <property name="editable">False</property> | ||
32 | <property name="wrap_mode">word</property> | ||
33 | <property name="indent">-10</property> | ||
34 | <property name="buffer">GNUNET_FS_GTK_progress_dialog_textbuffer</property> | ||
35 | <property name="accepts_tab">False</property> | ||
36 | </object> | ||
37 | </child> | ||
38 | </object> | ||
39 | <packing> | ||
40 | <property name="expand">True</property> | ||
41 | <property name="fill">True</property> | ||
42 | <property name="position">0</property> | ||
43 | </packing> | ||
44 | </child> | ||
45 | <child> | ||
46 | <object class="GtkProgressBar" id="GNUNET_FS_GTK_progress_dialog_progressbar"> | ||
47 | <property name="visible">True</property> | ||
48 | <property name="can_focus">False</property> | ||
49 | <property name="activity_mode">True</property> | ||
50 | </object> | ||
51 | <packing> | ||
52 | <property name="expand">False</property> | ||
53 | <property name="fill">False</property> | ||
54 | <property name="position">1</property> | ||
55 | </packing> | ||
56 | </child> | ||
57 | <child> | ||
58 | <object class="GtkHBox" id="GNUNET_FS_GTK_progress_dialog_buttons_hbox"> | ||
59 | <property name="visible">True</property> | ||
60 | <property name="can_focus">False</property> | ||
61 | <property name="spacing">2</property> | ||
62 | <child> | ||
63 | <placeholder/> | ||
64 | </child> | ||
65 | <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"> | ||
84 | <property name="label">gtk-cancel</property> | ||
85 | <property name="use_action_appearance">False</property> | ||
86 | <property name="visible">True</property> | ||
87 | <property name="can_focus">True</property> | ||
88 | <property name="receives_default">True</property> | ||
89 | <property name="use_stock">True</property> | ||
90 | <signal name="clicked" handler="GNUNET_FS_GTK_progress_dialog_cancel_button_clicked_cb" swapped="no"/> | ||
91 | </object> | ||
92 | <packing> | ||
93 | <property name="expand">False</property> | ||
94 | <property name="fill">False</property> | ||
95 | <property name="pack_type">end</property> | ||
96 | <property name="position">2</property> | ||
97 | </packing> | ||
98 | </child> | ||
99 | </object> | ||
100 | <packing> | ||
101 | <property name="expand">False</property> | ||
102 | <property name="fill">False</property> | ||
103 | <property name="position">2</property> | ||
104 | </packing> | ||
105 | </child> | ||
106 | </object> | ||
107 | </child> | ||
108 | </object> | ||
109 | <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"/> | ||
116 | <object class="GtkAdjustment" id="GNUNET_FS_GTK_progress_dialog_textview_horizontal_adjustment"> | ||
117 | <property name="upper">100</property> | ||
118 | <property name="step_increment">1</property> | ||
119 | <property name="page_increment">10</property> | ||
120 | </object> | ||
121 | <object class="GtkAdjustment" id="GNUNET_FS_GTK_progress_dialog_textview_vertical_adjustment"> | ||
122 | <property name="upper">100</property> | ||
123 | <property name="step_increment">1</property> | ||
124 | <property name="page_increment">10</property> | ||
125 | </object> | ||
126 | </interface> | ||