aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_peerinfo_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_peerinfo_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_peerinfo_gtk_main_window.glade26
1 files changed, 13 insertions, 13 deletions
diff --git a/contrib/gnunet_peerinfo_gtk_main_window.glade b/contrib/gnunet_peerinfo_gtk_main_window.glade
index 2b6f2b05..b7dd590e 100644
--- a/contrib/gnunet_peerinfo_gtk_main_window.glade
+++ b/contrib/gnunet_peerinfo_gtk_main_window.glade
@@ -1,7 +1,7 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.18.3 -->
2<interface> 3<interface>
3 <requires lib="gtk+" version="2.20"/> 4 <requires lib="gtk+" version="3.0"/>
4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkTreeStore" id="GNUNET_PEERINFO_GTK_tree_store"> 5 <object class="GtkTreeStore" id="GNUNET_PEERINFO_GTK_tree_store">
6 <columns> 6 <columns>
7 <!-- column-name peer_identity --> 7 <!-- column-name peer_identity -->
@@ -70,6 +70,12 @@
70 <property name="page_increment">10</property> 70 <property name="page_increment">10</property>
71 <property name="page_size">10</property> 71 <property name="page_size">10</property>
72 </object> 72 </object>
73 <object class="GtkImage" id="connected_image_ats">
74 <property name="visible">True</property>
75 <property name="can_focus">False</property>
76 <property name="tooltip_text" translatable="yes">ATS</property>
77 <property name="stock">gtk-connect</property>
78 </object>
73 <object class="GtkImage" id="connected_image_core"> 79 <object class="GtkImage" id="connected_image_core">
74 <property name="visible">True</property> 80 <property name="visible">True</property>
75 <property name="can_focus">False</property> 81 <property name="can_focus">False</property>
@@ -83,17 +89,10 @@
83 <property name="stock">gtk-connect</property> 89 <property name="stock">gtk-connect</property>
84 </object> 90 </object>
85 <object class="GtkImage" id="connected_image_plugin"> 91 <object class="GtkImage" id="connected_image_plugin">
86 <property name="visible">False</property>
87 <property name="can_focus">False</property> 92 <property name="can_focus">False</property>
88 <property name="tooltip_text" translatable="yes">PLUGIN</property> 93 <property name="tooltip_text" translatable="yes">PLUGIN</property>
89 <property name="stock">gtk-connect</property> 94 <property name="stock">gtk-connect</property>
90 </object> 95 </object>
91 <object class="GtkImage" id="connected_image_ats">
92 <property name="visible">True</property>
93 <property name="can_focus">False</property>
94 <property name="tooltip_text" translatable="yes">ATS</property>
95 <property name="stock">gtk-connect</property>
96 </object>
97 <object class="GtkImage" id="validated_image"> 96 <object class="GtkImage" id="validated_image">
98 <property name="visible">True</property> 97 <property name="visible">True</property>
99 <property name="can_focus">False</property> 98 <property name="can_focus">False</property>
@@ -155,17 +154,18 @@
155 <property name="can_focus">True</property> 154 <property name="can_focus">True</property>
156 <property name="hadjustment">adjustment3</property> 155 <property name="hadjustment">adjustment3</property>
157 <property name="vadjustment">adjustment4</property> 156 <property name="vadjustment">adjustment4</property>
158 <property name="hscrollbar_policy">automatic</property>
159 <property name="vscrollbar_policy">automatic</property>
160 <child> 157 <child>
161 <object class="GtkTreeView" id="GNUNET_PEERINFO_GTK_main_window_treeview"> 158 <object class="GtkTreeView" id="GNUNET_PEERINFO_GTK_main_window_treeview">
162 <property name="visible">True</property> 159 <property name="visible">True</property>
163 <property name="can_focus">True</property> 160 <property name="can_focus">True</property>
164 <property name="model">GNUNET_PEERINFO_GTK_tree_store</property>
165 <property name="hadjustment">adjustment3</property> 161 <property name="hadjustment">adjustment3</property>
166 <property name="vadjustment">adjustment4</property> 162 <property name="vadjustment">adjustment4</property>
163 <property name="model">GNUNET_PEERINFO_GTK_tree_store</property>
167 <property name="reorderable">True</property> 164 <property name="reorderable">True</property>
168 <property name="search_column">0</property> 165 <property name="search_column">0</property>
166 <child internal-child="selection">
167 <object class="GtkTreeSelection" id="treeview-selection1"/>
168 </child>
169 <child> 169 <child>
170 <object class="GtkTreeViewColumn" id="GNUNET_PEERINFO_GTK_main_window_name_column"> 170 <object class="GtkTreeViewColumn" id="GNUNET_PEERINFO_GTK_main_window_name_column">
171 <property name="spacing">5</property> 171 <property name="spacing">5</property>
@@ -205,9 +205,9 @@
205 </child> 205 </child>
206 <child> 206 <child>
207 <object class="GtkTreeViewColumn" id="GNUNET_PEERINFO_GTK_main_window_plugin_connectivity_treeviewcolumn"> 207 <object class="GtkTreeViewColumn" id="GNUNET_PEERINFO_GTK_main_window_plugin_connectivity_treeviewcolumn">
208 <property name="visible">False</property>
208 <property name="widget">connected_image_plugin</property> 209 <property name="widget">connected_image_plugin</property>
209 <property name="reorderable">True</property> 210 <property name="reorderable">True</property>
210 <property name="visible">False</property>
211 <property name="sort_indicator">True</property> 211 <property name="sort_indicator">True</property>
212 <property name="sort_column_id">22</property> 212 <property name="sort_column_id">22</property>
213 <child> 213 <child>