diff options
Diffstat (limited to 'contrib/gnunet_fs_gtk_open_directory_dialog.glade')
-rw-r--r-- | contrib/gnunet_fs_gtk_open_directory_dialog.glade | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/contrib/gnunet_fs_gtk_open_directory_dialog.glade b/contrib/gnunet_fs_gtk_open_directory_dialog.glade new file mode 100644 index 00000000..d55c0b00 --- /dev/null +++ b/contrib/gnunet_fs_gtk_open_directory_dialog.glade | |||
@@ -0,0 +1,69 @@ | |||
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="GtkFileFilter" id="gnunet_directory_filter"/> | ||
6 | <object class="GtkFileChooserDialog" id="GNUNET_GTK_open_directory_dialog"> | ||
7 | <property name="can_default">True</property> | ||
8 | <property name="border_width">5</property> | ||
9 | <property name="type_hint">normal</property> | ||
10 | <property name="has_separator">False</property> | ||
11 | <property name="filter">gnunet_directory_filter</property> | ||
12 | <property name="create_folders">False</property> | ||
13 | <child internal-child="vbox"> | ||
14 | <object class="GtkVBox" id="dialog-vbox3"> | ||
15 | <property name="visible">True</property> | ||
16 | <property name="spacing">2</property> | ||
17 | <child> | ||
18 | <placeholder/> | ||
19 | </child> | ||
20 | <child internal-child="action_area"> | ||
21 | <object class="GtkHButtonBox" id="dialog-action_area4"> | ||
22 | <property name="visible">True</property> | ||
23 | <property name="layout_style">end</property> | ||
24 | <child> | ||
25 | <object class="GtkButton" id="GNUNET_GTK_open_directory_dialog_cancel_button"> | ||
26 | <property name="label">gtk-cancel</property> | ||
27 | <property name="visible">True</property> | ||
28 | <property name="can_focus">True</property> | ||
29 | <property name="receives_default">True</property> | ||
30 | <property name="use_action_appearance">False</property> | ||
31 | <property name="use_stock">True</property> | ||
32 | </object> | ||
33 | <packing> | ||
34 | <property name="expand">False</property> | ||
35 | <property name="fill">False</property> | ||
36 | <property name="position">0</property> | ||
37 | </packing> | ||
38 | </child> | ||
39 | <child> | ||
40 | <object class="GtkButton" id="GNUNET_GTK_open_directory_dialog_ok_button"> | ||
41 | <property name="label">gtk-ok</property> | ||
42 | <property name="visible">True</property> | ||
43 | <property name="can_focus">True</property> | ||
44 | <property name="can_default">True</property> | ||
45 | <property name="receives_default">True</property> | ||
46 | <property name="use_action_appearance">False</property> | ||
47 | <property name="use_stock">True</property> | ||
48 | </object> | ||
49 | <packing> | ||
50 | <property name="expand">False</property> | ||
51 | <property name="fill">False</property> | ||
52 | <property name="position">1</property> | ||
53 | </packing> | ||
54 | </child> | ||
55 | </object> | ||
56 | <packing> | ||
57 | <property name="expand">False</property> | ||
58 | <property name="pack_type">end</property> | ||
59 | <property name="position">0</property> | ||
60 | </packing> | ||
61 | </child> | ||
62 | </object> | ||
63 | </child> | ||
64 | <action-widgets> | ||
65 | <action-widget response="0">GNUNET_GTK_open_directory_dialog_cancel_button</action-widget> | ||
66 | <action-widget response="-5">GNUNET_GTK_open_directory_dialog_ok_button</action-widget> | ||
67 | </action-widgets> | ||
68 | </object> | ||
69 | </interface> | ||