diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-12-13 12:32:18 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-12-13 12:32:18 +0000 |
commit | 5ad130ef2be144d20e2c617105662d340847cdad (patch) | |
tree | a5b59fdd06a1442763e10f87873aac8711e45182 | |
parent | 8376637b6a0026e0a13bb0b67979c817715d1dec (diff) | |
download | gnunet-gtk-5ad130ef2be144d20e2c617105662d340847cdad.tar.gz gnunet-gtk-5ad130ef2be144d20e2c617105662d340847cdad.zip |
-fixes
-rw-r--r-- | contrib/gnunet_statistics_gtk_main_window.glade | 45 |
1 files changed, 35 insertions, 10 deletions
diff --git a/contrib/gnunet_statistics_gtk_main_window.glade b/contrib/gnunet_statistics_gtk_main_window.glade index fd6a2c42..48f316c6 100644 --- a/contrib/gnunet_statistics_gtk_main_window.glade +++ b/contrib/gnunet_statistics_gtk_main_window.glade | |||
@@ -1,38 +1,44 @@ | |||
1 | <?xml version="1.0"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <interface> | 2 | <interface> |
3 | <requires lib="gtk+" version="2.20"/> | 3 | <requires lib="gtk+" version="2.20"/> |
4 | <!-- interface-naming-policy project-wide --> | ||
5 | <object class="GtkWindow" id="GNUNET_STATISTICS_GTK_main_window"> | 4 | <object class="GtkWindow" id="GNUNET_STATISTICS_GTK_main_window"> |
5 | <property name="can_focus">False</property> | ||
6 | <property name="title" translatable="yes">gnunet-statistics-gtk</property> | 6 | <property name="title" translatable="yes">gnunet-statistics-gtk</property> |
7 | <property name="window_position">center</property> | 7 | <property name="window_position">center</property> |
8 | <property name="default_width">700</property> | 8 | <property name="default_width">700</property> |
9 | <property name="default_height">500</property> | 9 | <property name="default_height">500</property> |
10 | <property name="icon_name">gnunet-gtk</property> | 10 | <property name="icon_name">gnunet-gtk</property> |
11 | <signal name="delete_event" handler="GNUNET_STATISTICS_GTK_quit_cb" after="yes"/> | 11 | <signal name="delete-event" handler="GNUNET_STATISTICS_GTK_quit_cb" after="yes" swapped="no"/> |
12 | <child> | 12 | <child> |
13 | <object class="GtkVBox" id="GNUNET_STATISTICS_GTK_main_window_vbox"> | 13 | <object class="GtkVBox" id="GNUNET_STATISTICS_GTK_main_window_vbox"> |
14 | <property name="visible">True</property> | 14 | <property name="visible">True</property> |
15 | <property name="orientation">vertical</property> | 15 | <property name="can_focus">False</property> |
16 | <child> | 16 | <child> |
17 | <object class="GtkMenuBar" id="GNUNET_STATISTICS_GTK_main_menu"> | 17 | <object class="GtkMenuBar" id="GNUNET_STATISTICS_GTK_main_menu"> |
18 | <property name="visible">True</property> | 18 | <property name="visible">True</property> |
19 | <property name="can_focus">False</property> | ||
19 | <child> | 20 | <child> |
20 | <object class="GtkMenuItem" id="GNUNET_STATISTICS_GTK_main_menu_help"> | 21 | <object class="GtkMenuItem" id="GNUNET_STATISTICS_GTK_main_menu_help"> |
21 | <property name="visible">True</property> | 22 | <property name="visible">True</property> |
23 | <property name="can_focus">False</property> | ||
24 | <property name="use_action_appearance">False</property> | ||
22 | <property name="label" translatable="yes">_Help</property> | 25 | <property name="label" translatable="yes">_Help</property> |
23 | <property name="use_underline">True</property> | 26 | <property name="use_underline">True</property> |
24 | <child type="submenu"> | 27 | <child type="submenu"> |
25 | <object class="GtkMenu" id="GNUNET_STATISTICS_GTK_main_menu_help_abou"> | 28 | <object class="GtkMenu" id="GNUNET_STATISTICS_GTK_main_menu_help_abou"> |
26 | <property name="visible">True</property> | 29 | <property name="visible">True</property> |
30 | <property name="can_focus">False</property> | ||
27 | <child> | 31 | <child> |
28 | <object class="GtkImageMenuItem" id="GNUNET_STATISTICS_GTK_main_menu_help_about"> | 32 | <object class="GtkImageMenuItem" id="GNUNET_STATISTICS_GTK_main_menu_help_about"> |
29 | <property name="label">gtk-about</property> | 33 | <property name="label">gtk-about</property> |
30 | <property name="visible">True</property> | 34 | <property name="visible">True</property> |
35 | <property name="can_focus">False</property> | ||
31 | <property name="tooltip_text" translatable="yes">Display information about this version of gnunet-statistics-gtk</property> | 36 | <property name="tooltip_text" translatable="yes">Display information about this version of gnunet-statistics-gtk</property> |
37 | <property name="use_action_appearance">False</property> | ||
32 | <property name="accel_path"><gnunet-statistics-gtk>/Help/About</property> | 38 | <property name="accel_path"><gnunet-statistics-gtk>/Help/About</property> |
33 | <property name="use_underline">True</property> | 39 | <property name="use_underline">True</property> |
34 | <property name="use_stock">True</property> | 40 | <property name="use_stock">True</property> |
35 | <signal name="activate" handler="GNUNET_STATISTICS_GTK_main_menu_help_about_activate_cb"/> | 41 | <signal name="activate" handler="GNUNET_STATISTICS_GTK_main_menu_help_about_activate_cb" swapped="no"/> |
36 | </object> | 42 | </object> |
37 | </child> | 43 | </child> |
38 | </object> | 44 | </object> |
@@ -42,6 +48,7 @@ | |||
42 | </object> | 48 | </object> |
43 | <packing> | 49 | <packing> |
44 | <property name="expand">False</property> | 50 | <property name="expand">False</property> |
51 | <property name="fill">True</property> | ||
45 | <property name="position">0</property> | 52 | <property name="position">0</property> |
46 | </packing> | 53 | </packing> |
47 | </child> | 54 | </child> |
@@ -50,15 +57,19 @@ | |||
50 | <property name="visible">True</property> | 57 | <property name="visible">True</property> |
51 | <property name="can_focus">True</property> | 58 | <property name="can_focus">True</property> |
52 | <child> | 59 | <child> |
53 | <object class="GtkDrawingArea" id="GNUNET_STATISTICS_GTK_main_notebook_connectivity_drawingarea"> | 60 | <object class="GtkBox" id="GNUNET_STATISTICS_GTK_connectivity_box"> |
54 | <property name="visible">True</property> | 61 | <property name="visible">True</property> |
55 | <signal name="expose_event" handler="GNUNET_STATISTICS_connection_graph_expose"/> | 62 | <property name="can_focus">False</property> |
56 | <signal name="configure_event" handler="GNUNET_STATISTICS_connection_graph_configure"/> | 63 | <property name="orientation">vertical</property> |
64 | <child> | ||
65 | <placeholder/> | ||
66 | </child> | ||
57 | </object> | 67 | </object> |
58 | </child> | 68 | </child> |
59 | <child type="tab"> | 69 | <child type="tab"> |
60 | <object class="GtkLabel" id="GNUNET_STATISTICS_GTK_main_notebook_connectivity_label"> | 70 | <object class="GtkLabel" id="GNUNET_STATISTICS_GTK_main_notebook_connectivity_label"> |
61 | <property name="visible">True</property> | 71 | <property name="visible">True</property> |
72 | <property name="can_focus">False</property> | ||
62 | <property name="label" translatable="yes">_Connections</property> | 73 | <property name="label" translatable="yes">_Connections</property> |
63 | <property name="use_underline">True</property> | 74 | <property name="use_underline">True</property> |
64 | </object> | 75 | </object> |
@@ -67,8 +78,13 @@ | |||
67 | </packing> | 78 | </packing> |
68 | </child> | 79 | </child> |
69 | <child> | 80 | <child> |
70 | <object class="GtkDrawingArea" id="GNUNET_STATISTICS_GTK_main_notebook_traffic_drawingarea"> | 81 | <object class="GtkBox" id="GNUNET_STATISTICS_GTK_traffic_box"> |
71 | <property name="visible">True</property> | 82 | <property name="visible">True</property> |
83 | <property name="can_focus">False</property> | ||
84 | <property name="orientation">vertical</property> | ||
85 | <child> | ||
86 | <placeholder/> | ||
87 | </child> | ||
72 | </object> | 88 | </object> |
73 | <packing> | 89 | <packing> |
74 | <property name="position">1</property> | 90 | <property name="position">1</property> |
@@ -77,6 +93,7 @@ | |||
77 | <child type="tab"> | 93 | <child type="tab"> |
78 | <object class="GtkLabel" id="GNUNET_STATISTICS_GTK_main_notebook_traffic_label"> | 94 | <object class="GtkLabel" id="GNUNET_STATISTICS_GTK_main_notebook_traffic_label"> |
79 | <property name="visible">True</property> | 95 | <property name="visible">True</property> |
96 | <property name="can_focus">False</property> | ||
80 | <property name="label" translatable="yes">_Traffic</property> | 97 | <property name="label" translatable="yes">_Traffic</property> |
81 | <property name="use_underline">True</property> | 98 | <property name="use_underline">True</property> |
82 | </object> | 99 | </object> |
@@ -86,8 +103,13 @@ | |||
86 | </packing> | 103 | </packing> |
87 | </child> | 104 | </child> |
88 | <child> | 105 | <child> |
89 | <object class="GtkDrawingArea" id="GNUNET_STATISTICS_GTK_main_notebook_storage_drawingarea"> | 106 | <object class="GtkBox" id="GNUNET_STATISTICS_GTK_storage_box"> |
90 | <property name="visible">True</property> | 107 | <property name="visible">True</property> |
108 | <property name="can_focus">False</property> | ||
109 | <property name="orientation">vertical</property> | ||
110 | <child> | ||
111 | <placeholder/> | ||
112 | </child> | ||
91 | </object> | 113 | </object> |
92 | <packing> | 114 | <packing> |
93 | <property name="position">2</property> | 115 | <property name="position">2</property> |
@@ -96,6 +118,7 @@ | |||
96 | <child type="tab"> | 118 | <child type="tab"> |
97 | <object class="GtkLabel" id="GNUNET_STATISTICS_GTK_main_notebook_storage_label"> | 119 | <object class="GtkLabel" id="GNUNET_STATISTICS_GTK_main_notebook_storage_label"> |
98 | <property name="visible">True</property> | 120 | <property name="visible">True</property> |
121 | <property name="can_focus">False</property> | ||
99 | <property name="label" translatable="yes">_Storage</property> | 122 | <property name="label" translatable="yes">_Storage</property> |
100 | <property name="use_underline">True</property> | 123 | <property name="use_underline">True</property> |
101 | </object> | 124 | </object> |
@@ -106,6 +129,8 @@ | |||
106 | </child> | 129 | </child> |
107 | </object> | 130 | </object> |
108 | <packing> | 131 | <packing> |
132 | <property name="expand">True</property> | ||
133 | <property name="fill">True</property> | ||
109 | <property name="position">1</property> | 134 | <property name="position">1</property> |
110 | </packing> | 135 | </packing> |
111 | </child> | 136 | </child> |