aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am1
-rw-r--r--contrib/gnunet_gns_gtk_zone_open.glade75
2 files changed, 76 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index f862f77c..8b81fe54 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -31,6 +31,7 @@ pkgdata_DATA = \
31 gnunet_fs_gtk_progress_dialog.glade \ 31 gnunet_fs_gtk_progress_dialog.glade \
32 gnunet_gns_gtk_about_window.glade \ 32 gnunet_gns_gtk_about_window.glade \
33 gnunet_gns_gtk_main_window.glade \ 33 gnunet_gns_gtk_main_window.glade \
34 gnunet_gns_gtk_zone_open.glade \
34 gnunet_gtk_status_bar_menu.glade \ 35 gnunet_gtk_status_bar_menu.glade \
35 gnunet_peerinfo_gtk_about_window.glade \ 36 gnunet_peerinfo_gtk_about_window.glade \
36 gnunet_peerinfo_gtk_main_window.glade \ 37 gnunet_peerinfo_gtk_main_window.glade \
diff --git a/contrib/gnunet_gns_gtk_zone_open.glade b/contrib/gnunet_gns_gtk_zone_open.glade
new file mode 100644
index 00000000..392f2738
--- /dev/null
+++ b/contrib/gnunet_gns_gtk_zone_open.glade
@@ -0,0 +1,75 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkFileFilter" id="GNUNET_GNS_GTK_zone_open_filefilter">
5 <patterns>
6 <pattern>*.zkey</pattern>
7 </patterns>
8 </object>
9 <object class="GtkFileChooserDialog" id="GNUNET_GNS_GTK_zone_open_filechooserdialog">
10 <property name="can_focus">False</property>
11 <property name="border_width">5</property>
12 <property name="title" translatable="yes">Open zone file...</property>
13 <property name="type_hint">dialog</property>
14 <property name="filter">GNUNET_GNS_GTK_zone_open_filefilter</property>
15 <signal name="response" handler="GNUNET_GNS_GTK_zone_open_dialog_response_cb" swapped="no"/>
16 <child internal-child="vbox">
17 <object class="GtkBox" id="GNUNET_GNS_GTK_zone_open_filechooserdialog-vbox">
18 <property name="can_focus">False</property>
19 <property name="orientation">vertical</property>
20 <property name="spacing">2</property>
21 <child internal-child="action_area">
22 <object class="GtkButtonBox" id="GNUNET_GNS_GTK_zone_open_filechooserdialog-action_area">
23 <property name="can_focus">False</property>
24 <property name="layout_style">end</property>
25 <child>
26 <object class="GtkButton" id="GNUNET_GNS_GTK_zone_open_cancel_button">
27 <property name="label">gtk-cancel</property>
28 <property name="use_action_appearance">False</property>
29 <property name="visible">True</property>
30 <property name="can_focus">True</property>
31 <property name="receives_default">True</property>
32 <property name="use_action_appearance">False</property>
33 <property name="use_stock">True</property>
34 </object>
35 <packing>
36 <property name="expand">False</property>
37 <property name="fill">True</property>
38 <property name="position">0</property>
39 </packing>
40 </child>
41 <child>
42 <object class="GtkButton" id="GNUNET_GNS_GTK_zone_open_ok_button">
43 <property name="label">gtk-ok</property>
44 <property name="use_action_appearance">False</property>
45 <property name="visible">True</property>
46 <property name="can_focus">True</property>
47 <property name="receives_default">True</property>
48 <property name="use_action_appearance">False</property>
49 <property name="use_stock">True</property>
50 </object>
51 <packing>
52 <property name="expand">False</property>
53 <property name="fill">True</property>
54 <property name="position">1</property>
55 </packing>
56 </child>
57 </object>
58 <packing>
59 <property name="expand">False</property>
60 <property name="fill">True</property>
61 <property name="pack_type">end</property>
62 <property name="position">0</property>
63 </packing>
64 </child>
65 <child>
66 <placeholder/>
67 </child>
68 </object>
69 </child>
70 <action-widgets>
71 <action-widget response="-6">GNUNET_GNS_GTK_zone_open_cancel_button</action-widget>
72 <action-widget response="-5">GNUNET_GNS_GTK_zone_open_ok_button</action-widget>
73 </action-widgets>
74 </object>
75</interface>