3 <requires lib=
"gtk+" version=
"2.16"/>
4 <!-- interface-naming-policy project-wide -->
5 <object class=
"GtkWindow" id=
"gpx_viewer_window">
6 <property name=
"default_width">680</property>
7 <property name=
"default_height">480</property>
8 <signal name=
"destroy_event" handler=
"on_destroy"/>
9 <signal name=
"delete_event" handler=
"on_destroy"/>
11 <object class=
"GtkVBox" id=
"gpx_viewer_vbox">
12 <property name=
"visible">True
</property>
13 <property name=
"orientation">vertical
</property>
14 <property name=
"spacing">6</property>
16 <object class=
"GtkMenuBar" id=
"menubar1">
17 <property name=
"visible">True
</property>
19 <object class=
"GtkMenuItem" id=
"menuitem1">
20 <property name=
"visible">True
</property>
21 <property name=
"label" translatable=
"yes">_File
</property>
22 <property name=
"use_underline">True
</property>
23 <child type=
"submenu">
24 <object class=
"GtkMenu" id=
"menu1">
25 <property name=
"visible">True
</property>
27 <object class=
"GtkImageMenuItem" id=
"menu_quit">
28 <property name=
"label">gtk-quit
</property>
29 <property name=
"visible">True
</property>
30 <property name=
"use_underline">True
</property>
31 <property name=
"use_stock">True
</property>
32 <property name=
"accel_group">accelgroup1
</property>
33 <signal name=
"activate" handler=
"on_destroy"/>
42 <property name=
"expand">False
</property>
43 <property name=
"position">0</property>
47 <object class=
"GtkAlignment" id=
"alignment1">
48 <property name=
"visible">True
</property>
49 <property name=
"xscale">0</property>
50 <property name=
"yscale">0</property>
52 <object class=
"GtkTable" id=
"table1">
53 <property name=
"visible">True
</property>
54 <property name=
"n_rows">2</property>
55 <property name=
"n_columns">4</property>
56 <property name=
"column_spacing">6</property>
57 <property name=
"row_spacing">6</property>
59 <object class=
"GtkLabel" id=
"distance_title_label">
60 <property name=
"visible">True
</property>
61 <property name=
"xalign">1</property>
62 <property name=
"label" translatable=
"yes"><b
>Distance:
</b
></property>
63 <property name=
"use_markup">True
</property>
66 <property name=
"y_options">GTK_FILL
</property>
70 <object class=
"GtkLabel" id=
"duration_title_label">
71 <property name=
"visible">True
</property>
72 <property name=
"xalign">1</property>
73 <property name=
"label" translatable=
"yes"><b
>Duration:
</b
></property>
74 <property name=
"use_markup">True
</property>
77 <property name=
"top_attach">1</property>
78 <property name=
"bottom_attach">2</property>
79 <property name=
"y_options">GTK_FILL
</property>
83 <object class=
"GtkLabel" id=
"average_title_label">
84 <property name=
"visible">True
</property>
85 <property name=
"xalign">1</property>
86 <property name=
"label" translatable=
"yes"><b
>Average:
</b
></property>
87 <property name=
"use_markup">True
</property>
90 <property name=
"left_attach">2</property>
91 <property name=
"right_attach">3</property>
92 <property name=
"y_options">GTK_FILL
</property>
96 <object class=
"GtkLabel" id=
"moving_average_title_label">
97 <property name=
"visible">True
</property>
98 <property name=
"xalign">1</property>
99 <property name=
"label" translatable=
"yes"><b
>Moving average:
</b
></property>
100 <property name=
"use_markup">True
</property>
103 <property name=
"left_attach">2</property>
104 <property name=
"right_attach">3</property>
105 <property name=
"top_attach">1</property>
106 <property name=
"bottom_attach">2</property>
107 <property name=
"y_options">GTK_FILL
</property>
111 <object class=
"GtkLabel" id=
"distance_label">
112 <property name=
"visible">True
</property>
113 <property name=
"xalign">0</property>
114 <property name=
"label" translatable=
"yes">n/a
</property>
117 <property name=
"left_attach">1</property>
118 <property name=
"right_attach">2</property>
119 <property name=
"y_options">GTK_FILL
</property>
123 <object class=
"GtkLabel" id=
"duration_label">
124 <property name=
"visible">True
</property>
125 <property name=
"xalign">0</property>
126 <property name=
"label" translatable=
"yes">n/a
</property>
129 <property name=
"left_attach">1</property>
130 <property name=
"right_attach">2</property>
131 <property name=
"top_attach">1</property>
132 <property name=
"bottom_attach">2</property>
133 <property name=
"y_options">GTK_FILL
</property>
137 <object class=
"GtkLabel" id=
"average_label">
138 <property name=
"visible">True
</property>
139 <property name=
"xalign">0</property>
140 <property name=
"label" translatable=
"yes">n/a
</property>
143 <property name=
"left_attach">3</property>
144 <property name=
"right_attach">4</property>
145 <property name=
"y_options">GTK_FILL
</property>
149 <object class=
"GtkLabel" id=
"moving_average_label">
150 <property name=
"visible">True
</property>
151 <property name=
"xalign">0</property>
152 <property name=
"label" translatable=
"yes">n/a
</property>
155 <property name=
"left_attach">3</property>
156 <property name=
"right_attach">4</property>
157 <property name=
"top_attach">1</property>
158 <property name=
"bottom_attach">2</property>
159 <property name=
"y_options">GTK_FILL
</property>
166 <property name=
"expand">False
</property>
167 <property name=
"position">1</property>
171 <object class=
"GtkVPaned" id=
"main_view_pane">
172 <property name=
"visible">True
</property>
173 <property name=
"can_focus">True
</property>
174 <property name=
"orientation">vertical
</property>
183 <property name=
"position">2</property>
187 <object class=
"GtkStatusbar" id=
"statusbar2">
188 <property name=
"visible">True
</property>
189 <property name=
"spacing">2</property>
192 <property name=
"expand">False
</property>
193 <property name=
"pack_type">end
</property>
194 <property name=
"position">3</property>
200 <object class=
"GtkAccelGroup" id=
"accelgroup1"/>