diff options
Diffstat (limited to 'contrib/gnunet_gns_gtk_main_window.glade')
-rw-r--r-- | contrib/gnunet_gns_gtk_main_window.glade | 45 |
1 files changed, 23 insertions, 22 deletions
diff --git a/contrib/gnunet_gns_gtk_main_window.glade b/contrib/gnunet_gns_gtk_main_window.glade index 7c729f9d..cb127f0a 100644 --- a/contrib/gnunet_gns_gtk_main_window.glade +++ b/contrib/gnunet_gns_gtk_main_window.glade | |||
@@ -4,6 +4,7 @@ | |||
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> |
7 | <property name="default_height">500</property> | ||
7 | <signal name="delete-event" handler="GNUNET_GNS_GTK_main_window_delete_event_cb" swapped="no"/> | 8 | <signal name="delete-event" handler="GNUNET_GNS_GTK_main_window_delete_event_cb" swapped="no"/> |
8 | <child> | 9 | <child> |
9 | <object class="GtkVBox" id="GNUNET_GNS_GTK_main_vbox"> | 10 | <object class="GtkVBox" id="GNUNET_GNS_GTK_main_vbox"> |
@@ -323,6 +324,28 @@ | |||
323 | </object> | 324 | </object> |
324 | </child> | 325 | </child> |
325 | </object> | 326 | </object> |
327 | <object class="GtkTreeStore" id="GNUNET_GNS_GTK_treestore"> | ||
328 | <columns> | ||
329 | <!-- column-name name --> | ||
330 | <column type="gchararray"/> | ||
331 | <!-- column-name is_public --> | ||
332 | <column type="gboolean"/> | ||
333 | <!-- column-name record_type --> | ||
334 | <column type="guint"/> | ||
335 | <!-- column-name record_type_as_string --> | ||
336 | <column type="gchararray"/> | ||
337 | <!-- column-name expiration_time --> | ||
338 | <column type="guint64"/> | ||
339 | <!-- column-name expiration_time_is_relative --> | ||
340 | <column type="gboolean"/> | ||
341 | <!-- column-name expiration_time_as_string --> | ||
342 | <column type="gchararray"/> | ||
343 | <!-- column-name value_as_string --> | ||
344 | <column type="gchararray"/> | ||
345 | <!-- column-name value_color --> | ||
346 | <column type="gchararray"/> | ||
347 | </columns> | ||
348 | </object> | ||
326 | <object class="GtkListStore" id="GNUNET_GNS_GTK_type_liststore"> | 349 | <object class="GtkListStore" id="GNUNET_GNS_GTK_type_liststore"> |
327 | <columns> | 350 | <columns> |
328 | <!-- column-name type --> | 351 | <!-- column-name type --> |
@@ -373,26 +396,4 @@ | |||
373 | </row> | 396 | </row> |
374 | </data> | 397 | </data> |
375 | </object> | 398 | </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> | ||
398 | </interface> | 399 | </interface> |