diff options
Diffstat (limited to 'contrib/gnunet_identity_gtk_create_ego_dialog.glade')
-rw-r--r-- | contrib/gnunet_identity_gtk_create_ego_dialog.glade | 119 |
1 files changed, 119 insertions, 0 deletions
diff --git a/contrib/gnunet_identity_gtk_create_ego_dialog.glade b/contrib/gnunet_identity_gtk_create_ego_dialog.glade new file mode 100644 index 00000000..812411c6 --- /dev/null +++ b/contrib/gnunet_identity_gtk_create_ego_dialog.glade | |||
@@ -0,0 +1,119 @@ | |||
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="GtkDialog" id="GNUNET_GTK_create_namespace_dialog"> | ||
6 | <property name="visible">True</property> | ||
7 | <property name="can_focus">False</property> | ||
8 | <property name="can_default">True</property> | ||
9 | <property name="border_width">5</property> | ||
10 | <property name="title" translatable="yes">Create namespace</property> | ||
11 | <property name="resizable">False</property> | ||
12 | <property name="modal">True</property> | ||
13 | <property name="window_position">center</property> | ||
14 | <property name="icon_name">folder-new</property> | ||
15 | <property name="type_hint">dialog</property> | ||
16 | <property name="skip_taskbar_hint">True</property> | ||
17 | <signal name="response" handler="GNUNET_GTK_create_namespace_dialog_response_cb" swapped="no"/> | ||
18 | <child internal-child="vbox"> | ||
19 | <object class="GtkVBox" id="GNUNET_GTK_create_namespace_vbox"> | ||
20 | <property name="visible">True</property> | ||
21 | <property name="can_focus">False</property> | ||
22 | <property name="spacing">2</property> | ||
23 | <child> | ||
24 | <object class="GtkHBox" id="GNUNET_GTK_create_namespace_value_hbox"> | ||
25 | <property name="visible">True</property> | ||
26 | <property name="can_focus">False</property> | ||
27 | <child> | ||
28 | <object class="GtkLabel" id="GNUNET_GTK_create_namespace_name_label"> | ||
29 | <property name="visible">True</property> | ||
30 | <property name="can_focus">False</property> | ||
31 | <property name="label" translatable="yes">_Name:</property> | ||
32 | <property name="use_underline">True</property> | ||
33 | </object> | ||
34 | <packing> | ||
35 | <property name="expand">False</property> | ||
36 | <property name="fill">False</property> | ||
37 | <property name="padding">4</property> | ||
38 | <property name="position">0</property> | ||
39 | </packing> | ||
40 | </child> | ||
41 | <child> | ||
42 | <object class="GtkEntry" id="GNUNET_GTK_create_namespace_name_entry"> | ||
43 | <property name="visible">True</property> | ||
44 | <property name="can_focus">True</property> | ||
45 | <property name="invisible_char">●</property> | ||
46 | <property name="activates_default">True</property> | ||
47 | <property name="primary_icon_activatable">False</property> | ||
48 | <property name="secondary_icon_activatable">False</property> | ||
49 | <property name="primary_icon_sensitive">True</property> | ||
50 | <property name="secondary_icon_sensitive">True</property> | ||
51 | <signal name="insert-text" handler="GNUNET_FS_GTK_create_namespace_insert_text_cb" swapped="no"/> | ||
52 | </object> | ||
53 | <packing> | ||
54 | <property name="expand">True</property> | ||
55 | <property name="fill">True</property> | ||
56 | <property name="position">1</property> | ||
57 | </packing> | ||
58 | </child> | ||
59 | </object> | ||
60 | <packing> | ||
61 | <property name="expand">False</property> | ||
62 | <property name="fill">False</property> | ||
63 | <property name="padding">5</property> | ||
64 | <property name="position">0</property> | ||
65 | </packing> | ||
66 | </child> | ||
67 | <child internal-child="action_area"> | ||
68 | <object class="GtkHButtonBox" id="GNUNET_GTK_create_namespace_dialog-action_area"> | ||
69 | <property name="visible">True</property> | ||
70 | <property name="can_focus">False</property> | ||
71 | <property name="layout_style">end</property> | ||
72 | <child> | ||
73 | <object class="GtkButton" id="GNUNET_GTK_create_namespace_cancel_button"> | ||
74 | <property name="label">gtk-cancel</property> | ||
75 | <property name="use_action_appearance">False</property> | ||
76 | <property name="visible">True</property> | ||
77 | <property name="can_focus">True</property> | ||
78 | <property name="receives_default">True</property> | ||
79 | <property name="use_stock">True</property> | ||
80 | </object> | ||
81 | <packing> | ||
82 | <property name="expand">False</property> | ||
83 | <property name="fill">False</property> | ||
84 | <property name="position">0</property> | ||
85 | </packing> | ||
86 | </child> | ||
87 | <child> | ||
88 | <object class="GtkButton" id="GNUNET_GTK_create_namespace_ok_button"> | ||
89 | <property name="label">gtk-ok</property> | ||
90 | <property name="use_action_appearance">False</property> | ||
91 | <property name="visible">True</property> | ||
92 | <property name="can_focus">True</property> | ||
93 | <property name="can_default">True</property> | ||
94 | <property name="has_default">True</property> | ||
95 | <property name="receives_default">True</property> | ||
96 | <property name="use_stock">True</property> | ||
97 | </object> | ||
98 | <packing> | ||
99 | <property name="expand">False</property> | ||
100 | <property name="fill">False</property> | ||
101 | <property name="position">1</property> | ||
102 | </packing> | ||
103 | </child> | ||
104 | </object> | ||
105 | <packing> | ||
106 | <property name="expand">False</property> | ||
107 | <property name="fill">True</property> | ||
108 | <property name="pack_type">end</property> | ||
109 | <property name="position">1</property> | ||
110 | </packing> | ||
111 | </child> | ||
112 | </object> | ||
113 | </child> | ||
114 | <action-widgets> | ||
115 | <action-widget response="-6">GNUNET_GTK_create_namespace_cancel_button</action-widget> | ||
116 | <action-widget response="-5">GNUNET_GTK_create_namespace_ok_button</action-widget> | ||
117 | </action-widgets> | ||
118 | </object> | ||
119 | </interface> | ||