aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_fs_gtk_unindex.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_fs_gtk_unindex.glade')
-rw-r--r--contrib/gnunet_fs_gtk_unindex.glade111
1 files changed, 59 insertions, 52 deletions
diff --git a/contrib/gnunet_fs_gtk_unindex.glade b/contrib/gnunet_fs_gtk_unindex.glade
index 95fe85b1..b8c26329 100644
--- a/contrib/gnunet_fs_gtk_unindex.glade
+++ b/contrib/gnunet_fs_gtk_unindex.glade
@@ -1,7 +1,12 @@
1<?xml version="1.0"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<interface> 2<interface>
3 <requires lib="gtk+" version="2.16"/> 3 <requires lib="gtk+" version="2.18"/>
4 <!-- interface-naming-policy project-wide --> 4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkImage" id="GNUNET_FS_GTK_unindex_delete_image">
6 <property name="visible">True</property>
7 <property name="can_focus">False</property>
8 <property name="stock">gtk-delete</property>
9 </object>
5 <object class="GtkListStore" id="GNUNET_FS_GTK_unindex_liststore"> 10 <object class="GtkListStore" id="GNUNET_FS_GTK_unindex_liststore">
6 <columns> 11 <columns>
7 <!-- column-name filename --> 12 <!-- column-name filename -->
@@ -25,15 +30,65 @@
25 <object class="GtkDialog" id="GNUNET_FS_GTK_unindex_dialog"> 30 <object class="GtkDialog" id="GNUNET_FS_GTK_unindex_dialog">
26 <property name="width_request">600</property> 31 <property name="width_request">600</property>
27 <property name="height_request">300</property> 32 <property name="height_request">300</property>
33 <property name="can_focus">False</property>
28 <property name="border_width">5</property> 34 <property name="border_width">5</property>
29 <property name="title" translatable="yes">Indexed files</property> 35 <property name="title" translatable="yes">Indexed files</property>
36 <property name="modal">True</property>
30 <property name="icon_name">folder</property> 37 <property name="icon_name">folder</property>
31 <property name="type_hint">normal</property> 38 <property name="type_hint">normal</property>
32 <child internal-child="vbox"> 39 <child internal-child="vbox">
33 <object class="GtkVBox" id="GNUNET_FS_GTK_unindex_dialog-vbox"> 40 <object class="GtkVBox" id="GNUNET_FS_GTK_unindex_dialog-vbox">
34 <property name="visible">True</property> 41 <property name="visible">True</property>
35 <property name="orientation">vertical</property> 42 <property name="can_focus">False</property>
36 <property name="spacing">2</property> 43 <property name="spacing">2</property>
44 <child internal-child="action_area">
45 <object class="GtkHButtonBox" id="GNUNET_FS_GTK_unindex_dialog-action_area">
46 <property name="visible">True</property>
47 <property name="can_focus">False</property>
48 <property name="layout_style">end</property>
49 <child>
50 <object class="GtkButton" id="GNUNET_FS_GTK_unindex_button">
51 <property name="label">_Unindex</property>
52 <property name="use_action_appearance">False</property>
53 <property name="visible">True</property>
54 <property name="sensitive">False</property>
55 <property name="can_focus">True</property>
56 <property name="receives_default">True</property>
57 <property name="tooltip_text" translatable="yes">Unindex the selected indexed file.</property>
58 <property name="image">GNUNET_FS_GTK_unindex_delete_image</property>
59 <property name="use_underline">True</property>
60 <signal name="clicked" handler="GNUNET_FS_GTK_unindex_button_clicked_cb" swapped="no"/>
61 </object>
62 <packing>
63 <property name="expand">False</property>
64 <property name="fill">False</property>
65 <property name="position">0</property>
66 </packing>
67 </child>
68 <child>
69 <object class="GtkButton" id="GNUNET_FS_GTK_unindex_close_button">
70 <property name="label">gtk-close</property>
71 <property name="use_action_appearance">False</property>
72 <property name="visible">True</property>
73 <property name="can_focus">True</property>
74 <property name="receives_default">True</property>
75 <property name="use_stock">True</property>
76 <signal name="clicked" handler="GNUNET_FS_GTK_unindex_close_button_clicked_cb" swapped="no"/>
77 </object>
78 <packing>
79 <property name="expand">False</property>
80 <property name="fill">False</property>
81 <property name="position">1</property>
82 </packing>
83 </child>
84 </object>
85 <packing>
86 <property name="expand">False</property>
87 <property name="fill">True</property>
88 <property name="pack_type">end</property>
89 <property name="position">0</property>
90 </packing>
91 </child>
37 <child> 92 <child>
38 <object class="GtkScrolledWindow" id="GNUNET_FS_GTK_unindex_scrolledwindow"> 93 <object class="GtkScrolledWindow" id="GNUNET_FS_GTK_unindex_scrolledwindow">
39 <property name="visible">True</property> 94 <property name="visible">True</property>
@@ -94,53 +149,9 @@
94 </child> 149 </child>
95 </object> 150 </object>
96 <packing> 151 <packing>
97 <property name="position">1</property>
98 <property name="expand">True</property> 152 <property name="expand">True</property>
99 <property name="fill">True</property> 153 <property name="fill">True</property>
100 </packing> 154 <property name="position">1</property>
101 </child>
102 <child internal-child="action_area">
103 <object class="GtkHButtonBox" id="GNUNET_FS_GTK_unindex_dialog-action_area">
104 <property name="visible">True</property>
105 <property name="layout_style">end</property>
106 <child>
107 <object class="GtkButton" id="GNUNET_FS_GTK_unindex_button">
108 <property name="label">_Unindex</property>
109 <property name="visible">True</property>
110 <property name="sensitive">False</property>
111 <property name="can_focus">True</property>
112 <property name="receives_default">True</property>
113 <property name="tooltip_text" translatable="yes">Unindex the selected indexed file.</property>
114 <property name="image">GNUNET_FS_GTK_unindex_delete_image</property>
115 <property name="use_underline">True</property>
116 <signal name="clicked" handler="GNUNET_FS_GTK_unindex_button_clicked_cb"/>
117 </object>
118 <packing>
119 <property name="expand">False</property>
120 <property name="fill">False</property>
121 <property name="position">0</property>
122 </packing>
123 </child>
124 <child>
125 <object class="GtkButton" id="GNUNET_FS_GTK_unindex_close_button">
126 <property name="label">gtk-close</property>
127 <property name="visible">True</property>
128 <property name="can_focus">True</property>
129 <property name="receives_default">True</property>
130 <property name="use_stock">True</property>
131 <signal name="clicked" handler="GNUNET_FS_GTK_unindex_close_button_clicked_cb"/>
132 </object>
133 <packing>
134 <property name="expand">False</property>
135 <property name="fill">False</property>
136 <property name="position">1</property>
137 </packing>
138 </child>
139 </object>
140 <packing>
141 <property name="expand">False</property>
142 <property name="pack_type">end</property>
143 <property name="position">0</property>
144 </packing> 155 </packing>
145 </child> 156 </child>
146 </object> 157 </object>
@@ -150,8 +161,4 @@
150 <action-widget response="0">GNUNET_FS_GTK_unindex_close_button</action-widget> 161 <action-widget response="0">GNUNET_FS_GTK_unindex_close_button</action-widget>
151 </action-widgets> 162 </action-widgets>
152 </object> 163 </object>
153 <object class="GtkImage" id="GNUNET_FS_GTK_unindex_delete_image">
154 <property name="visible">True</property>
155 <property name="stock">gtk-delete</property>
156 </object>
157</interface> 164</interface>