diff options
Diffstat (limited to 'contrib/gnunet_gns_gtk_zone_open.glade')
-rw-r--r-- | contrib/gnunet_gns_gtk_zone_open.glade | 75 |
1 files changed, 75 insertions, 0 deletions
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> | ||