aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_statistics_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_statistics_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_statistics_gtk_main_window.glade146
1 files changed, 146 insertions, 0 deletions
diff --git a/contrib/gnunet_statistics_gtk_main_window.glade b/contrib/gnunet_statistics_gtk_main_window.glade
new file mode 100644
index 00000000..3c4faf25
--- /dev/null
+++ b/contrib/gnunet_statistics_gtk_main_window.glade
@@ -0,0 +1,146 @@
1<?xml version="1.0"?>
2<interface>
3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkListStore" id="GNUNET_STATISTICS_GTK_list_store">
6 <columns>
7 <!-- column-name peer_identity -->
8 <column type="gchararray"/>
9 <!-- column-name number_of_known_addresses -->
10 <column type="guint"/>
11 <!-- column-name country_name -->
12 <column type="gchararray"/>
13 <!-- column-name country_flag -->
14 <column type="GdkPixbuf"/>
15 <!-- column-name bandwidth_in -->
16 <column type="guint64"/>
17 <!-- column-name bandwidth_out -->
18 <column type="guint64"/>
19 <!-- column-name addresses -->
20 <column type="gchararray"/>
21 </columns>
22 </object>
23 <object class="GtkWindow" id="GNUNET_STATISTICS_GTK_main_window">
24 <property name="title" translatable="yes">gnunet-statistics-gtk</property>
25 <property name="window_position">center</property>
26 <property name="default_width">700</property>
27 <property name="default_height">500</property>
28 <property name="icon_name">gnunet-gtk</property>
29 <signal name="delete_event" handler="GNUNET_STATISTICS_GTK_quit_cb" after="yes"/>
30 <child>
31 <object class="GtkVBox" id="GNUNET_STATISTICS_GTK_main_window_vbox">
32 <property name="visible">True</property>
33 <property name="orientation">vertical</property>
34 <child>
35 <object class="GtkMenuBar" id="GNUNET_STATISTICS_GTK_main_menu">
36 <property name="visible">True</property>
37 <child>
38 <object class="GtkMenuItem" id="GNUNET_STATISTICS_GTK_main_menu_help">
39 <property name="visible">True</property>
40 <property name="label" translatable="yes">_Help</property>
41 <property name="use_underline">True</property>
42 <child type="submenu">
43 <object class="GtkMenu" id="GNUNET_STATISTICS_GTK_main_menu_help_abou">
44 <property name="visible">True</property>
45 <child>
46 <object class="GtkImageMenuItem" id="GNUNET_STATISTICS_GTK_main_menu_help_about">
47 <property name="label">gtk-about</property>
48 <property name="visible">True</property>
49 <property name="tooltip_text" translatable="yes">Display information about this version of gnunet-statistics-gtk</property>
50 <property name="accel_path">&lt;gnunet-statistics-gtk&gt;/Help/About</property>
51 <property name="use_underline">True</property>
52 <property name="use_stock">True</property>
53 <signal name="activate" handler="GNUNET_STATISTICS_GTK_main_menu_help_about_activate_cb"/>
54 </object>
55 </child>
56 </object>
57 </child>
58 </object>
59 </child>
60 </object>
61 <packing>
62 <property name="expand">False</property>
63 <property name="position">0</property>
64 </packing>
65 </child>
66 <child>
67 <object class="GtkNotebook" id="GNUNET_STATISTICS_GTK_main_notebook">
68 <property name="visible">True</property>
69 <property name="can_focus">True</property>
70 <child>
71 <object class="GtkImage" id="GNUNET_STATISTICS_GTK_main_notebook_connectivity_image">
72 <property name="visible">True</property>
73 <property name="stock">gtk-missing-image</property>
74 </object>
75 </child>
76 <child type="tab">
77 <object class="GtkLabel" id="GNUNET_STATISTICS_GTK_main_notebook_connectivity_label">
78 <property name="visible">True</property>
79 <property name="label" translatable="yes">_Connections</property>
80 <property name="use_underline">True</property>
81 </object>
82 <packing>
83 <property name="tab_fill">False</property>
84 </packing>
85 </child>
86 <child>
87 <object class="GtkImage" id="GNUNET_STATISTICS_GTK_main_notebook_traffic_image">
88 <property name="visible">True</property>
89 <property name="stock">gtk-missing-image</property>
90 </object>
91 <packing>
92 <property name="position">1</property>
93 </packing>
94 </child>
95 <child type="tab">
96 <object class="GtkLabel" id="GNUNET_STATISTICS_GTK_main_notebook_traffic_label">
97 <property name="visible">True</property>
98 <property name="label" translatable="yes">_Traffic</property>
99 <property name="use_underline">True</property>
100 </object>
101 <packing>
102 <property name="position">1</property>
103 <property name="tab_fill">False</property>
104 </packing>
105 </child>
106 <child>
107 <object class="GtkImage" id="GNUNET_STATISTICS_GTK_main_notebook_storage_image">
108 <property name="visible">True</property>
109 <property name="stock">gtk-missing-image</property>
110 </object>
111 <packing>
112 <property name="position">2</property>
113 </packing>
114 </child>
115 <child type="tab">
116 <object class="GtkLabel" id="GNUNET_STATISTICS_GTK_main_notebook_storage_label">
117 <property name="visible">True</property>
118 <property name="label" translatable="yes">_Storage</property>
119 <property name="use_underline">True</property>
120 </object>
121 <packing>
122 <property name="position">2</property>
123 <property name="tab_fill">False</property>
124 </packing>
125 </child>
126 </object>
127 <packing>
128 <property name="position">1</property>
129 </packing>
130 </child>
131 </object>
132 </child>
133 </object>
134 <object class="GtkAdjustment" id="adjustment3">
135 <property name="upper">100</property>
136 <property name="step_increment">1</property>
137 <property name="page_increment">10</property>
138 <property name="page_size">10</property>
139 </object>
140 <object class="GtkAdjustment" id="adjustment4">
141 <property name="upper">100</property>
142 <property name="step_increment">1</property>
143 <property name="page_increment">10</property>
144 <property name="page_size">10</property>
145 </object>
146</interface>