3 <requires lib=
"gtk+" version=
"2.16"/>
4 <!-- interface-naming-policy project-wide -->
5 <object class=
"GtkFileChooserDialog" id=
"gpx_viewer_file_chooser">
6 <property name=
"border_width">5</property>
7 <property name=
"title" translatable=
"yes">Choose gpx file(s)
</property>
8 <property name=
"icon_name">gpxviewer
</property>
9 <property name=
"type_hint">normal
</property>
10 <property name=
"has_separator">False
</property>
11 <property name=
"select_multiple">True
</property>
12 <property name=
"filter">gpx_viewer_file_chooser_filter
</property>
13 <child internal-child=
"vbox">
14 <object class=
"GtkVBox" id=
"dialog-vbox2">
15 <property name=
"visible">True
</property>
16 <property name=
"orientation">vertical
</property>
17 <property name=
"spacing">2</property>
21 <child internal-child=
"action_area">
22 <object class=
"GtkHButtonBox" id=
"dialog-action_area2">
23 <property name=
"visible">True
</property>
24 <property name=
"layout_style">end
</property>
26 <object class=
"GtkButton" id=
"gpx_viewer_file_chooser_cancel_button">
27 <property name=
"label" translatable=
"yes">gtk-cancel
</property>
28 <property name=
"visible">True
</property>
29 <property name=
"can_focus">True
</property>
30 <property name=
"receives_default">True
</property>
31 <property name=
"use_stock">True
</property>
34 <property name=
"expand">False
</property>
35 <property name=
"fill">False
</property>
36 <property name=
"position">0</property>
40 <object class=
"GtkButton" id=
"gpx_viewer_file_chooser_open_button">
41 <property name=
"label" translatable=
"yes">gtk-open
</property>
42 <property name=
"visible">True
</property>
43 <property name=
"can_focus">True
</property>
44 <property name=
"receives_default">True
</property>
45 <property name=
"use_stock">True
</property>
48 <property name=
"expand">False
</property>
49 <property name=
"fill">False
</property>
50 <property name=
"position">1</property>
55 <property name=
"expand">False
</property>
56 <property name=
"pack_type">end
</property>
57 <property name=
"position">0</property>
63 <action-widget response=
"0">gpx_viewer_file_chooser_cancel_button
</action-widget>
64 <action-widget response=
"1">gpx_viewer_file_chooser_open_button
</action-widget>
67 <object class=
"GtkFileFilter" id=
"gpx_viewer_file_chooser_filter"/>