Delete vague Ubuntu-specific properties.
[spectral-waterfall.git] / waterfall.glade
blobd5e68dc942ca090d0da9a1b66a3f8a9b3944664a
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 <signal name="delete_event" handler="gtk_main_quit"/>
7 <child>
8 <object class="GtkVBox" id="vbox1">
9 <property name="visible">True</property>
10 <child>
11 <object class="GtkMenuBar" id="waterfall_menubar">
12 <property name="visible">True</property>
13 <child>
14 <object class="GtkMenuItem" id="main_menu_file_menuitem">
15 <property name="visible">True</property>
16 <property name="label" translatable="yes">_File</property>
17 <property name="use_underline">True</property>
18 <child type="submenu">
19 <object class="GtkMenu" id="file_menu">
20 <property name="visible">True</property>
21 <child>
22 <object class="GtkImageMenuItem" id="file_new_imagemenuitem">
23 <property name="label">gtk-new</property>
24 <property name="visible">True</property>
25 <property name="use_underline">True</property>
26 <property name="use_stock">True</property>
27 </object>
28 </child>
29 <child>
30 <object class="GtkImageMenuItem" id="file_open_imagemenuitem">
31 <property name="label">gtk-open</property>
32 <property name="visible">True</property>
33 <property name="use_underline">True</property>
34 <property name="use_stock">True</property>
35 <signal name="activate" handler="gtk_widget_show" object="output_filechooserdialog"/>
36 </object>
37 </child>
38 <child>
39 <object class="GtkImageMenuItem" id="file_save_imagemenuitem">
40 <property name="label">gtk-save</property>
41 <property name="visible">True</property>
42 <property name="use_underline">True</property>
43 <property name="use_stock">True</property>
44 </object>
45 </child>
46 <child>
47 <object class="GtkImageMenuItem" id="file_saveas_imagemenuitem">
48 <property name="label">gtk-save-as</property>
49 <property name="visible">True</property>
50 <property name="use_underline">True</property>
51 <property name="use_stock">True</property>
52 </object>
53 </child>
54 <child>
55 <object class="GtkSeparatorMenuItem" id="separatormenuitem1">
56 <property name="visible">True</property>
57 </object>
58 </child>
59 <child>
60 <object class="GtkImageMenuItem" id="file_quit_imagemenuitem">
61 <property name="label">gtk-quit</property>
62 <property name="visible">True</property>
63 <property name="use_underline">True</property>
64 <property name="use_stock">True</property>
65 <signal name="activate" handler="gtk_main_quit"/>
66 </object>
67 </child>
68 </object>
69 </child>
70 </object>
71 </child>
72 <child>
73 <object class="GtkMenuItem" id="main_menu_view_menuitem">
74 <property name="visible">True</property>
75 <property name="label" translatable="yes">_View</property>
76 <property name="use_underline">True</property>
77 </object>
78 </child>
79 <child>
80 <object class="GtkMenuItem" id="main_menu_help_menuitem">
81 <property name="visible">True</property>
82 <property name="label" translatable="yes">_Help</property>
83 <property name="use_underline">True</property>
84 <child type="submenu">
85 <object class="GtkMenu" id="help_menu">
86 <property name="visible">True</property>
87 <child>
88 <object class="GtkImageMenuItem" id="help_about_imagemenuitem">
89 <property name="label">gtk-about</property>
90 <property name="visible">True</property>
91 <property name="use_underline">True</property>
92 <property name="use_stock">True</property>
93 </object>
94 </child>
95 </object>
96 </child>
97 </object>
98 </child>
99 </object>
100 <packing>
101 <property name="expand">False</property>
102 <property name="position">0</property>
103 </packing>
104 </child>
105 <child>
106 <object class="GtkScrolledWindow" id="image_detail_window">
107 <property name="visible">True</property>
108 <property name="can_focus">True</property>
109 <property name="hscrollbar_policy">automatic</property>
110 <property name="vscrollbar_policy">automatic</property>
111 <child>
112 <object class="GtkViewport" id="image_detail_viewport">
113 <property name="visible">True</property>
114 <property name="resize_mode">queue</property>
115 <child>
116 <object class="GtkDrawingArea" id="image_detail_drawingarea">
117 <property name="visible">True</property>
118 </object>
119 </child>
120 </object>
121 </child>
122 </object>
123 <packing>
124 <property name="position">1</property>
125 </packing>
126 </child>
127 </object>
128 </child>
129 </object>
130 <object class="GtkFileChooserDialog" id="output_filechooserdialog">
131 <property name="border_width">5</property>
132 <property name="type_hint">normal</property>
133 <signal name="delete_event" handler="gtk_widget_hide_on_delete"/>
134 <child internal-child="vbox">
135 <object class="GtkVBox" id="dialog-vbox2">
136 <property name="visible">True</property>
137 <property name="spacing">2</property>
138 <child>
139 <placeholder/>
140 </child>
141 <child internal-child="action_area">
142 <object class="GtkHButtonBox" id="dialog-action_area2">
143 <property name="visible">True</property>
144 <property name="layout_style">end</property>
145 <child>
146 <object class="GtkButton" id="output_cancel_button">
147 <property name="label">gtk-cancel</property>
148 <property name="visible">True</property>
149 <property name="can_focus">True</property>
150 <property name="can_default">True</property>
151 <property name="receives_default">True</property>
152 <property name="use_stock">True</property>
153 <signal name="clicked" handler="gtk_widget_hide_on_delete" object="output_filechooserdialog"/>
154 </object>
155 <packing>
156 <property name="expand">False</property>
157 <property name="fill">False</property>
158 <property name="position">0</property>
159 </packing>
160 </child>
161 <child>
162 <object class="GtkButton" id="output_open_button">
163 <property name="label">gtk-open</property>
164 <property name="visible">True</property>
165 <property name="can_focus">True</property>
166 <property name="can_default">True</property>
167 <property name="has_default">True</property>
168 <property name="receives_default">True</property>
169 <property name="use_stock">True</property>
170 <signal name="clicked" handler="waterfall_open_output" object="output_filechooserdialog"/>
171 </object>
172 <packing>
173 <property name="expand">False</property>
174 <property name="fill">False</property>
175 <property name="position">1</property>
176 </packing>
177 </child>
178 </object>
179 <packing>
180 <property name="expand">False</property>
181 <property name="pack_type">end</property>
182 <property name="position">0</property>
183 </packing>
184 </child>
185 </object>
186 </child>
187 <action-widgets>
188 <action-widget response="0">output_cancel_button</action-widget>
189 <action-widget response="0">output_open_button</action-widget>
190 </action-widgets>
191 </object>
192 </interface>