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