3
<requires lib="gtk+" version="2.16"/>
4
<!-- interface-naming-policy project-wide -->
5
<object class="GtkDialog" id="temperaturedatachooser">
6
<property name="border_width">5</property>
7
<property name="resizable">False</property>
8
<property name="modal">True</property>
9
<property name="default_width">640</property>
10
<property name="default_height">260</property>
11
<property name="type_hint">normal</property>
12
<property name="has_separator">False</property>
13
<child internal-child="vbox">
14
<object class="GtkVBox" id="dialog-vbox4">
15
<property name="visible">True</property>
16
<property name="orientation">vertical</property>
17
<property name="spacing">2</property>
19
<object class="GtkTable" id="table1">
20
<property name="visible">True</property>
21
<property name="n_rows">2</property>
22
<property name="n_columns">2</property>
23
<property name="column_spacing">5</property>
24
<property name="row_spacing">5</property>
26
<object class="GtkFileChooserButton" id="temperaturefile">
27
<property name="visible">True</property>
28
<property name="create_folders">False</property>
31
<property name="left_attach">1</property>
32
<property name="right_attach">2</property>
33
<property name="y_options"></property>
37
<object class="GtkLabel" id="label2">
38
<property name="visible">True</property>
39
<property name="label" translatable="yes">Temperature data file:</property>
40
<property name="single_line_mode">True</property>
43
<property name="x_options">GTK_FILL</property>
44
<property name="y_options">GTK_FILL</property>
48
<object class="GtkLabel" id="label4">
49
<property name="visible">True</property>
50
<property name="label" translatable="yes">Options:</property>
53
<property name="top_attach">1</property>
54
<property name="bottom_attach">2</property>
55
<property name="x_options">GTK_FILL</property>
59
<object class="GtkLabel" id="label5">
60
<property name="visible">True</property>
61
<property name="label" translatable="yes"><i>TODO: refractive index compensation</i></property>
62
<property name="use_markup">True</property>
65
<property name="left_attach">1</property>
66
<property name="right_attach">2</property>
67
<property name="top_attach">1</property>
68
<property name="bottom_attach">2</property>
73
<property name="position">1</property>
76
<child internal-child="action_area">
77
<object class="GtkHButtonBox" id="dialog-action_area4">
78
<property name="visible">True</property>
79
<property name="layout_style">end</property>
81
<object class="GtkButton" id="button2">
82
<property name="label">gtk-cancel</property>
83
<property name="visible">True</property>
84
<property name="can_focus">True</property>
85
<property name="receives_default">True</property>
86
<property name="use_stock">True</property>
89
<property name="expand">False</property>
90
<property name="fill">False</property>
91
<property name="position">0</property>
95
<object class="GtkButton" id="button1">
96
<property name="label">gtk-add</property>
97
<property name="visible">True</property>
98
<property name="can_focus">True</property>
99
<property name="receives_default">True</property>
100
<property name="use_stock">True</property>
103
<property name="expand">False</property>
104
<property name="fill">False</property>
105
<property name="position">1</property>
110
<property name="expand">False</property>
111
<property name="pack_type">end</property>
112
<property name="position">0</property>
118
<action-widget response="-1">button2</action-widget>
119
<action-widget response="0">button1</action-widget>