Make history and chip length configurable.
[spectral-waterfall.git] / waterfall.glade
blobcc081702ecdbb4f93b5041bd395ad2a663380fa4
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <requires lib="gtk+" version="2.16"/>
4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkWindow" id="waterfall_window">
6 <property name="can_focus">False</property>
7 <signal name="delete-event" handler="gtk_main_quit" swapped="no"/>
8 <child>
9 <object class="GtkVBox" id="vbox1">
10 <property name="visible">True</property>
11 <property name="can_focus">False</property>
12 <child>
13 <object class="GtkMenuBar" id="waterfall_menubar">
14 <property name="visible">True</property>
15 <property name="can_focus">False</property>
16 <child>
17 <object class="GtkMenuItem" id="main_menu_file_menuitem">
18 <property name="visible">True</property>
19 <property name="can_focus">False</property>
20 <property name="label" translatable="yes">_File</property>
21 <property name="use_underline">True</property>
22 <child type="submenu">
23 <object class="GtkMenu" id="file_menu">
24 <property name="visible">True</property>
25 <property name="can_focus">False</property>
26 <child>
27 <object class="GtkImageMenuItem" id="file_new_imagemenuitem">
28 <property name="label">gtk-new</property>
29 <property name="visible">True</property>
30 <property name="can_focus">False</property>
31 <property name="use_underline">True</property>
32 <property name="use_stock">True</property>
33 </object>
34 </child>
35 <child>
36 <object class="GtkImageMenuItem" id="file_open_imagemenuitem">
37 <property name="label">gtk-open</property>
38 <property name="visible">True</property>
39 <property name="can_focus">False</property>
40 <property name="use_underline">True</property>
41 <property name="use_stock">True</property>
42 <signal name="activate" handler="gtk_widget_show" object="output_filechooserdialog" swapped="yes"/>
43 </object>
44 </child>
45 <child>
46 <object class="GtkImageMenuItem" id="file_save_imagemenuitem">
47 <property name="label">gtk-save</property>
48 <property name="visible">True</property>
49 <property name="can_focus">False</property>
50 <property name="use_underline">True</property>
51 <property name="use_stock">True</property>
52 </object>
53 </child>
54 <child>
55 <object class="GtkImageMenuItem" id="file_saveas_imagemenuitem">
56 <property name="label">gtk-save-as</property>
57 <property name="visible">True</property>
58 <property name="can_focus">False</property>
59 <property name="use_underline">True</property>
60 <property name="use_stock">True</property>
61 </object>
62 </child>
63 <child>
64 <object class="GtkSeparatorMenuItem" id="separatormenuitem1">
65 <property name="visible">True</property>
66 <property name="can_focus">False</property>
67 </object>
68 </child>
69 <child>
70 <object class="GtkImageMenuItem" id="file_quit_imagemenuitem">
71 <property name="label">gtk-quit</property>
72 <property name="visible">True</property>
73 <property name="can_focus">False</property>
74 <property name="use_underline">True</property>
75 <property name="use_stock">True</property>
76 <signal name="activate" handler="gtk_main_quit" swapped="no"/>
77 </object>
78 </child>
79 </object>
80 </child>
81 </object>
82 </child>
83 <child>
84 <object class="GtkMenuItem" id="main_menu_view_menuitem">
85 <property name="visible">True</property>
86 <property name="can_focus">False</property>
87 <property name="label" translatable="yes">_View</property>
88 <property name="use_underline">True</property>
89 </object>
90 </child>
91 <child>
92 <object class="GtkMenuItem" id="main_menu_help_menuitem">
93 <property name="visible">True</property>
94 <property name="can_focus">False</property>
95 <property name="label" translatable="yes">_Help</property>
96 <property name="use_underline">True</property>
97 <child type="submenu">
98 <object class="GtkMenu" id="help_menu">
99 <property name="visible">True</property>
100 <property name="can_focus">False</property>
101 <child>
102 <object class="GtkImageMenuItem" id="help_about_imagemenuitem">
103 <property name="label">gtk-about</property>
104 <property name="visible">True</property>
105 <property name="can_focus">False</property>
106 <property name="use_underline">True</property>
107 <property name="use_stock">True</property>
108 </object>
109 </child>
110 </object>
111 </child>
112 </object>
113 </child>
114 </object>
115 <packing>
116 <property name="expand">False</property>
117 <property name="fill">True</property>
118 <property name="position">0</property>
119 </packing>
120 </child>
121 <child>
122 <object class="GtkTable" id="axes_table">
123 <property name="visible">True</property>
124 <property name="can_focus">False</property>
125 <property name="n_rows">2</property>
126 <property name="n_columns">2</property>
127 <child>
128 <placeholder/>
129 </child>
130 <child>
131 <object class="GtkScrolledWindow" id="image_detail_window">
132 <property name="visible">True</property>
133 <property name="can_focus">True</property>
134 <property name="hscrollbar_policy">automatic</property>
135 <property name="vscrollbar_policy">automatic</property>
136 <child>
137 <object class="GtkViewport" id="image_detail_viewport">
138 <property name="visible">True</property>
139 <property name="can_focus">False</property>
140 <property name="resize_mode">queue</property>
141 <child>
142 <object class="GtkDrawingArea" id="image_detail_drawingarea">
143 <property name="visible">True</property>
144 <property name="can_focus">False</property>
145 </object>
146 </child>
147 </object>
148 </child>
149 </object>
150 <packing>
151 <property name="left_attach">1</property>
152 <property name="right_attach">2</property>
153 </packing>
154 </child>
155 <child>
156 <object class="GtkHRuler" id="time_ruler">
157 <property name="visible">True</property>
158 <property name="can_focus">False</property>
159 <property name="upper">10</property>
160 <property name="position">5</property>
161 <property name="max_size">10</property>
162 </object>
163 <packing>
164 <property name="left_attach">1</property>
165 <property name="right_attach">2</property>
166 <property name="top_attach">1</property>
167 <property name="bottom_attach">2</property>
168 <property name="x_options">GTK_FILL</property>
169 <property name="y_options">GTK_FILL</property>
170 </packing>
171 </child>
172 <child>
173 <object class="GtkVRuler" id="frequency_ruler">
174 <property name="visible">True</property>
175 <property name="can_focus">False</property>
176 <property name="upper">10</property>
177 <property name="position">5</property>
178 <property name="max_size">10</property>
179 </object>
180 <packing>
181 <property name="x_options">GTK_FILL</property>
182 <property name="y_options">GTK_FILL</property>
183 </packing>
184 </child>
185 </object>
186 <packing>
187 <property name="expand">True</property>
188 <property name="fill">True</property>
189 <property name="position">1</property>
190 </packing>
191 </child>
192 </object>
193 </child>
194 </object>
195 <object class="GtkFileChooserDialog" id="output_filechooserdialog">
196 <property name="can_focus">False</property>
197 <property name="border_width">5</property>
198 <property name="type_hint">normal</property>
199 <signal name="delete-event" handler="gtk_widget_hide_on_delete" swapped="no"/>
200 <child internal-child="vbox">
201 <object class="GtkVBox" id="dialog-vbox2">
202 <property name="visible">True</property>
203 <property name="can_focus">False</property>
204 <property name="spacing">2</property>
205 <child internal-child="action_area">
206 <object class="GtkHButtonBox" id="dialog-action_area2">
207 <property name="visible">True</property>
208 <property name="can_focus">False</property>
209 <property name="layout_style">end</property>
210 <child>
211 <object class="GtkButton" id="output_cancel_button">
212 <property name="label">gtk-cancel</property>
213 <property name="visible">True</property>
214 <property name="can_focus">True</property>
215 <property name="can_default">True</property>
216 <property name="receives_default">True</property>
217 <property name="use_stock">True</property>
218 <signal name="clicked" handler="gtk_widget_hide_on_delete" object="output_filechooserdialog" swapped="yes"/>
219 </object>
220 <packing>
221 <property name="expand">False</property>
222 <property name="fill">False</property>
223 <property name="position">0</property>
224 </packing>
225 </child>
226 <child>
227 <object class="GtkButton" id="output_open_button">
228 <property name="label">gtk-open</property>
229 <property name="visible">True</property>
230 <property name="can_focus">True</property>
231 <property name="can_default">True</property>
232 <property name="has_default">True</property>
233 <property name="receives_default">True</property>
234 <property name="use_stock">True</property>
235 <signal name="clicked" handler="waterfall_open_output" object="output_filechooserdialog" swapped="yes"/>
236 </object>
237 <packing>
238 <property name="expand">False</property>
239 <property name="fill">False</property>
240 <property name="position">1</property>
241 </packing>
242 </child>
243 </object>
244 <packing>
245 <property name="expand">False</property>
246 <property name="fill">True</property>
247 <property name="pack_type">end</property>
248 <property name="position">0</property>
249 </packing>
250 </child>
251 <child>
252 <placeholder/>
253 </child>
254 </object>
255 </child>
256 <action-widgets>
257 <action-widget response="0">output_cancel_button</action-widget>
258 <action-widget response="0">output_open_button</action-widget>
259 </action-widgets>
260 </object>
261 </interface>