Highlight point on click
[gpx-viewer.git] / data / gpx-viewer-file-chooser.ui
blobdbbdf3b4c267262fa4f1d0faf5ec07458ae9aa84
1 <?xml version="1.0"?>
2 <interface>
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>
18 <child>
19 <placeholder/>
20 </child>
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>
25 <child>
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>
32 </object>
33 <packing>
34 <property name="expand">False</property>
35 <property name="fill">False</property>
36 <property name="position">0</property>
37 </packing>
38 </child>
39 <child>
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>
46 </object>
47 <packing>
48 <property name="expand">False</property>
49 <property name="fill">False</property>
50 <property name="position">1</property>
51 </packing>
52 </child>
53 </object>
54 <packing>
55 <property name="expand">False</property>
56 <property name="pack_type">end</property>
57 <property name="position">0</property>
58 </packing>
59 </child>
60 </object>
61 </child>
62 <action-widgets>
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>
65 </action-widgets>
66 </object>
67 <object class="GtkFileFilter" id="gpx_viewer_file_chooser_filter"/>
68 </interface>