diff options
Diffstat (limited to 'contrib/gnunet_gns_gtk_main_window.glade')
-rw-r--r-- | contrib/gnunet_gns_gtk_main_window.glade | 52 |
1 files changed, 25 insertions, 27 deletions
diff --git a/contrib/gnunet_gns_gtk_main_window.glade b/contrib/gnunet_gns_gtk_main_window.glade index 4fe6e015..7c729f9d 100644 --- a/contrib/gnunet_gns_gtk_main_window.glade +++ b/contrib/gnunet_gns_gtk_main_window.glade | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 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.20"/> |
4 | <!-- interface-naming-policy project-wide --> | 4 | <!-- interface-naming-policy project-wide --> |
5 | <object class="GtkWindow" id="GNUNET_GNS_GTK_main_window"> | 5 | <object class="GtkWindow" id="GNUNET_GNS_GTK_main_window"> |
6 | <property name="can_focus">False</property> | 6 | <property name="can_focus">False</property> |
@@ -231,7 +231,6 @@ | |||
231 | <property name="reorderable">True</property> | 231 | <property name="reorderable">True</property> |
232 | <property name="sort_indicator">True</property> | 232 | <property name="sort_indicator">True</property> |
233 | <property name="sort_column_id">0</property> | 233 | <property name="sort_column_id">0</property> |
234 | <signal name="clicked" handler="GNUNET_GNS_GTK_main_treeview_click_cb" swapped="no"/> | ||
235 | <child> | 234 | <child> |
236 | <object class="GtkCellRendererText" id="GNUNET_GNS_GTK_name_cellrenderertext"> | 235 | <object class="GtkCellRendererText" id="GNUNET_GNS_GTK_name_cellrenderertext"> |
237 | <property name="editable">True</property> | 236 | <property name="editable">True</property> |
@@ -271,11 +270,10 @@ | |||
271 | <child> | 270 | <child> |
272 | <object class="GtkCellRendererCombo" id="GNUNET_GNS_GTK_type_cellrenderercombo"> | 271 | <object class="GtkCellRendererCombo" id="GNUNET_GNS_GTK_type_cellrenderercombo"> |
273 | <property name="editable">True</property> | 272 | <property name="editable">True</property> |
273 | <property name="model">GNUNET_GNS_GTK_type_liststore</property> | ||
274 | <property name="text_column">1</property> | ||
274 | <signal name="changed" handler="GNUNET_GNS_GTK_type_cellrenderercombo_changed_cb" swapped="no"/> | 275 | <signal name="changed" handler="GNUNET_GNS_GTK_type_cellrenderercombo_changed_cb" swapped="no"/> |
275 | </object> | 276 | </object> |
276 | <attributes> | ||
277 | <attribute name="text-column">3</attribute> | ||
278 | </attributes> | ||
279 | </child> | 277 | </child> |
280 | </object> | 278 | </object> |
281 | </child> | 279 | </child> |
@@ -325,28 +323,6 @@ | |||
325 | </object> | 323 | </object> |
326 | </child> | 324 | </child> |
327 | </object> | 325 | </object> |
328 | <object class="GtkTreeStore" id="GNUNET_GNS_GTK_treestore"> | ||
329 | <columns> | ||
330 | <!-- column-name name --> | ||
331 | <column type="gchararray"/> | ||
332 | <!-- column-name is_public --> | ||
333 | <column type="gboolean"/> | ||
334 | <!-- column-name record_type --> | ||
335 | <column type="guint"/> | ||
336 | <!-- column-name record_type_as_string --> | ||
337 | <column type="gchararray"/> | ||
338 | <!-- column-name expiration_time --> | ||
339 | <column type="guint64"/> | ||
340 | <!-- column-name expiration_time_is_relative --> | ||
341 | <column type="gboolean"/> | ||
342 | <!-- column-name expiration_time_as_string --> | ||
343 | <column type="gchararray"/> | ||
344 | <!-- column-name value_as_string --> | ||
345 | <column type="gchararray"/> | ||
346 | <!-- column-name value_color --> | ||
347 | <column type="gchararray"/> | ||
348 | </columns> | ||
349 | </object> | ||
350 | <object class="GtkListStore" id="GNUNET_GNS_GTK_type_liststore"> | 326 | <object class="GtkListStore" id="GNUNET_GNS_GTK_type_liststore"> |
351 | <columns> | 327 | <columns> |
352 | <!-- column-name type --> | 328 | <!-- column-name type --> |
@@ -397,4 +373,26 @@ | |||
397 | </row> | 373 | </row> |
398 | </data> | 374 | </data> |
399 | </object> | 375 | </object> |
376 | <object class="GtkTreeStore" id="GNUNET_GNS_GTK_treestore"> | ||
377 | <columns> | ||
378 | <!-- column-name name --> | ||
379 | <column type="gchararray"/> | ||
380 | <!-- column-name is_public --> | ||
381 | <column type="gboolean"/> | ||
382 | <!-- column-name record_type --> | ||
383 | <column type="guint"/> | ||
384 | <!-- column-name record_type_as_string --> | ||
385 | <column type="gchararray"/> | ||
386 | <!-- column-name expiration_time --> | ||
387 | <column type="guint64"/> | ||
388 | <!-- column-name expiration_time_is_relative --> | ||
389 | <column type="gboolean"/> | ||
390 | <!-- column-name expiration_time_as_string --> | ||
391 | <column type="gchararray"/> | ||
392 | <!-- column-name value_as_string --> | ||
393 | <column type="gchararray"/> | ||
394 | <!-- column-name value_color --> | ||
395 | <column type="gchararray"/> | ||
396 | </columns> | ||
397 | </object> | ||
400 | </interface> | 398 | </interface> |