aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_gns_gtk_zone_open.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_gns_gtk_zone_open.glade')
-rw-r--r--contrib/gnunet_gns_gtk_zone_open.glade72
1 files changed, 0 insertions, 72 deletions
diff --git a/contrib/gnunet_gns_gtk_zone_open.glade b/contrib/gnunet_gns_gtk_zone_open.glade
deleted file mode 100644
index 2d6916b6..00000000
--- a/contrib/gnunet_gns_gtk_zone_open.glade
+++ /dev/null
@@ -1,72 +0,0 @@
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 </object>
6 <object class="GtkFileChooserDialog" id="GNUNET_GNS_GTK_zone_open_filechooserdialog">
7 <property name="can_focus">False</property>
8 <property name="border_width">5</property>
9 <property name="title" translatable="yes">Open zone file...</property>
10 <property name="type_hint">dialog</property>
11 <property name="filter">GNUNET_GNS_GTK_zone_open_filefilter</property>
12 <signal name="response" handler="GNUNET_GNS_GTK_zone_open_dialog_response_cb" swapped="no"/>
13 <child internal-child="vbox">
14 <object class="GtkBox" id="GNUNET_GNS_GTK_zone_open_filechooserdialog-vbox">
15 <property name="can_focus">False</property>
16 <property name="orientation">vertical</property>
17 <property name="spacing">2</property>
18 <child internal-child="action_area">
19 <object class="GtkButtonBox" id="GNUNET_GNS_GTK_zone_open_filechooserdialog-action_area">
20 <property name="can_focus">False</property>
21 <property name="layout_style">end</property>
22 <child>
23 <object class="GtkButton" id="GNUNET_GNS_GTK_zone_open_cancel_button">
24 <property name="label">gtk-cancel</property>
25 <property name="use_action_appearance">False</property>
26 <property name="visible">True</property>
27 <property name="can_focus">True</property>
28 <property name="receives_default">True</property>
29 <property name="use_action_appearance">False</property>
30 <property name="use_stock">True</property>
31 </object>
32 <packing>
33 <property name="expand">False</property>
34 <property name="fill">True</property>
35 <property name="position">0</property>
36 </packing>
37 </child>
38 <child>
39 <object class="GtkButton" id="GNUNET_GNS_GTK_zone_open_ok_button">
40 <property name="label">gtk-ok</property>
41 <property name="use_action_appearance">False</property>
42 <property name="visible">True</property>
43 <property name="can_focus">True</property>
44 <property name="receives_default">True</property>
45 <property name="use_action_appearance">False</property>
46 <property name="use_stock">True</property>
47 </object>
48 <packing>
49 <property name="expand">False</property>
50 <property name="fill">True</property>
51 <property name="position">1</property>
52 </packing>
53 </child>
54 </object>
55 <packing>
56 <property name="expand">False</property>
57 <property name="fill">True</property>
58 <property name="pack_type">end</property>
59 <property name="position">0</property>
60 </packing>
61 </child>
62 <child>
63 <placeholder/>
64 </child>
65 </object>
66 </child>
67 <action-widgets>
68 <action-widget response="-6">GNUNET_GNS_GTK_zone_open_cancel_button</action-widget>
69 <action-widget response="-5">GNUNET_GNS_GTK_zone_open_ok_button</action-widget>
70 </action-widgets>
71 </object>
72</interface>