aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-08-02 14:10:16 +0000
committerChristian Grothoff <christian@grothoff.org>2010-08-02 14:10:16 +0000
commitcf0a0c87a05835ef5cc640f16177d426746a30d8 (patch)
tree229c224e5c644a1331247b40eadf39dd365d6f32
parentf718bd2f53ad5ff259ac4f8ee35e9cfd40e8cc82 (diff)
downloadgnunet-gtk-cf0a0c87a05835ef5cc640f16177d426746a30d8.tar.gz
gnunet-gtk-cf0a0c87a05835ef5cc640f16177d426746a30d8.zip
done
-rw-r--r--contrib/main-window.glade85
1 files changed, 42 insertions, 43 deletions
diff --git a/contrib/main-window.glade b/contrib/main-window.glade
index a8f50ff7..e28f2b78 100644
--- a/contrib/main-window.glade
+++ b/contrib/main-window.glade
@@ -2,35 +2,25 @@
2<interface> 2<interface>
3 <requires lib="gtk+" version="2.20"/> 3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy project-wide --> 4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkImage" id="image6"> 5 <object class="GtkImage" id="image5">
6 <property name="visible">True</property> 6 <property name="visible">True</property>
7 <property name="stock">gtk-index</property> 7 <property name="stock">gtk-go-down</property>
8 </object> 8 </object>
9 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store"> 9 <object class="GtkImage" id="image4">
10 <columns> 10 <property name="visible">True</property>
11 <!-- column-name peer_identity --> 11 <property name="stock">gtk-find</property>
12 <column type="gchararray"/>
13 <!-- column-name number_of_known_addresses -->
14 <column type="guint"/>
15 <!-- column-name country_name -->
16 <column type="gchararray"/>
17 <!-- column-name country_flag -->
18 <column type="GdkPixbuf"/>
19 <!-- column-name bandwidth -->
20 <column type="guint64"/>
21 </columns>
22 </object> 12 </object>
23 <object class="GtkListStore" id="GNUNET_GTK_meta_data_list_store"> 13 <object class="GtkImage" id="image1">
24 <columns> 14 <property name="visible">True</property>
25 <!-- column-name extractor_meta_type --> 15 <property name="stock">gtk-open</property>
26 <column type="guint"/> 16 </object>
27 <!-- column-name extractor_meta_format --> 17 <object class="GtkImage" id="image3">
28 <column type="guint"/> 18 <property name="visible">True</property>
29 <!-- column-name extractor_meta_type_string --> 19 <property name="stock">gtk-new</property>
30 <column type="gchararray"/> 20 </object>
31 <!-- column-name extracotr_meta_value --> 21 <object class="GtkImage" id="image2">
32 <column type="gchararray"/> 22 <property name="visible">True</property>
33 </columns> 23 <property name="stock">gtk-go-up</property>
34 </object> 24 </object>
35 <object class="GtkWindow" id="GNUNET_GTK_main_window"> 25 <object class="GtkWindow" id="GNUNET_GTK_main_window">
36 <property name="title" translatable="yes">gnunet-gtk</property> 26 <property name="title" translatable="yes">gnunet-gtk</property>
@@ -72,7 +62,6 @@
72 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_advertise_pseudonym"> 62 <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_advertise_pseudonym">
73 <property name="label" translatable="yes">_Advertise Pseudonym</property> 63 <property name="label" translatable="yes">_Advertise Pseudonym</property>
74 <property name="visible">True</property> 64 <property name="visible">True</property>
75 <property name="sensitive">False</property>
76 <property name="use_action_appearance">False</property> 65 <property name="use_action_appearance">False</property>
77 <property name="use_underline">True</property> 66 <property name="use_underline">True</property>
78 <property name="image">image6</property> 67 <property name="image">image6</property>
@@ -470,24 +459,34 @@
470 </object> 459 </object>
471 </child> 460 </child>
472 </object> 461 </object>
473 <object class="GtkImage" id="image2"> 462 <object class="GtkListStore" id="GNUNET_GTK_meta_data_list_store">
474 <property name="visible">True</property> 463 <columns>
475 <property name="stock">gtk-go-up</property> 464 <!-- column-name extractor_meta_type -->
476 </object> 465 <column type="guint"/>
477 <object class="GtkImage" id="image3"> 466 <!-- column-name extractor_meta_format -->
478 <property name="visible">True</property> 467 <column type="guint"/>
479 <property name="stock">gtk-new</property> 468 <!-- column-name extractor_meta_type_string -->
480 </object> 469 <column type="gchararray"/>
481 <object class="GtkImage" id="image1"> 470 <!-- column-name extracotr_meta_value -->
482 <property name="visible">True</property> 471 <column type="gchararray"/>
483 <property name="stock">gtk-open</property> 472 </columns>
484 </object> 473 </object>
485 <object class="GtkImage" id="image4"> 474 <object class="GtkListStore" id="GNUNET_GTK_peer_info_list_store">
486 <property name="visible">True</property> 475 <columns>
487 <property name="stock">gtk-find</property> 476 <!-- column-name peer_identity -->
477 <column type="gchararray"/>
478 <!-- column-name number_of_known_addresses -->
479 <column type="guint"/>
480 <!-- column-name country_name -->
481 <column type="gchararray"/>
482 <!-- column-name country_flag -->
483 <column type="GdkPixbuf"/>
484 <!-- column-name bandwidth -->
485 <column type="guint64"/>
486 </columns>
488 </object> 487 </object>
489 <object class="GtkImage" id="image5"> 488 <object class="GtkImage" id="image6">
490 <property name="visible">True</property> 489 <property name="visible">True</property>
491 <property name="stock">gtk-go-down</property> 490 <property name="stock">gtk-index</property>
492 </object> 491 </object>
493</interface> 492</interface>