Moving the webpage to the wiki
[gonvert] / data / gonvert.glade
1 <?xml version="1.0"?>
2 <glade-interface>
3   <!-- interface-requires gtk+ 2.16 -->
4   <!-- interface-naming-policy toplevel-contextual -->
5   <widget class="GtkWindow" id="mainWindow">
6     <property name="title" translatable="yes">Gonvert</property>
7     <child>
8       <widget class="GtkVBox" id="mainLayout">
9         <property name="visible">True</property>
10         <child>
11           <widget class="GtkMenuBar" id="mainMenuBar">
12             <property name="visible">True</property>
13             <child>
14               <widget class="GtkMenuItem" id="fileMenuItem">
15                 <property name="visible">True</property>
16                 <property name="label" translatable="yes">_File</property>
17                 <property name="use_underline">True</property>
18                 <child>
19                   <widget class="GtkMenu" id="fileMenu">
20                     <child>
21                       <widget class="GtkMenuItem" id="exitMenuItem">
22                         <property name="visible">True</property>
23                         <property name="label" translatable="yes">_Exit</property>
24                         <property name="use_underline">True</property>
25                         <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/>
26                       </widget>
27                     </child>
28                   </widget>
29                 </child>
30               </widget>
31             </child>
32             <child>
33               <widget class="GtkMenuItem" id="editMenuItem">
34                 <property name="visible">True</property>
35                 <property name="label" translatable="yes">_Edit</property>
36                 <property name="use_underline">True</property>
37                 <child>
38                   <widget class="GtkMenu" id="menu1">
39                     <property name="visible">True</property>
40                     <child>
41                       <widget class="GtkImageMenuItem" id="searchMenuItem">
42                         <property name="label">gtk-find</property>
43                         <property name="visible">True</property>
44                         <property name="use_underline">True</property>
45                         <property name="use_stock">True</property>
46                       </widget>
47                     </child>
48                   </widget>
49                 </child>
50               </widget>
51             </child>
52             <child>
53               <widget class="GtkMenuItem" id="helpMenuItem">
54                 <property name="visible">True</property>
55                 <property name="label" translatable="yes">_Help</property>
56                 <property name="use_underline">True</property>
57                 <child>
58                   <widget class="GtkMenu" id="helpMenu">
59                     <child>
60                       <widget class="GtkMenuItem" id="aboutMenuItem">
61                         <property name="visible">True</property>
62                         <property name="label" translatable="yes">_About</property>
63                         <property name="use_underline">True</property>
64                       </widget>
65                     </child>
66                   </widget>
67                 </child>
68               </widget>
69             </child>
70           </widget>
71           <packing>
72             <property name="expand">False</property>
73             <property name="fill">False</property>
74             <property name="position">0</property>
75           </packing>
76         </child>
77         <child>
78           <widget class="GtkHBox" id="actionAreaLayout">
79             <property name="visible">True</property>
80             <child>
81               <widget class="GtkScrolledWindow" id="categoryScrolledWindow">
82                 <property name="width_request">260</property>
83                 <property name="visible">True</property>
84                 <property name="can_focus">True</property>
85                 <property name="hscrollbar_policy">automatic</property>
86                 <property name="vscrollbar_policy">automatic</property>
87                 <property name="shadow_type">in</property>
88                 <child>
89                   <widget class="GtkTreeView" id="categoryView">
90                     <property name="width_request">250</property>
91                     <property name="visible">True</property>
92                     <property name="can_focus">True</property>
93                     <property name="headers_visible">False</property>
94                   </widget>
95                 </child>
96               </widget>
97               <packing>
98                 <property name="position">0</property>
99               </packing>
100             </child>
101             <child>
102               <widget class="GtkVBox" id="unitConversionLayout">
103                 <property name="visible">True</property>
104                 <property name="orientation">vertical</property>
105                 <child>
106                   <widget class="GtkButton" id="categorySelectionButton">
107                     <property name="label" translatable="yes">ERROR</property>
108                     <property name="visible">True</property>
109                     <property name="can_focus">True</property>
110                     <property name="receives_default">True</property>
111                     <property name="focus_on_click">False</property>
112                   </widget>
113                   <packing>
114                     <property name="expand">False</property>
115                     <property name="position">0</property>
116                   </packing>
117                 </child>
118                 <child>
119                   <widget class="GtkHBox" id="selectedUnitLayout">
120                     <property name="visible">True</property>
121                     <child>
122                       <widget class="GtkEntry" id="unitName">
123                         <property name="visible">True</property>
124                         <property name="can_focus">True</property>
125                         <property name="editable">False</property>
126                         <property name="invisible_char">&#x25CF;</property>
127                       </widget>
128                       <packing>
129                         <property name="position">0</property>
130                       </packing>
131                     </child>
132                     <child>
133                       <widget class="GtkEntry" id="unitValue">
134                         <property name="visible">True</property>
135                         <property name="can_focus">True</property>
136                         <property name="invisible_char">&#x25CF;</property>
137                       </widget>
138                       <packing>
139                         <property name="position">1</property>
140                       </packing>
141                     </child>
142                     <child>
143                       <widget class="GtkLabel" id="unitSymbol">
144                         <property name="width_request">60</property>
145                         <property name="visible">True</property>
146                         <property name="xalign">0.10000000149011612</property>
147                       </widget>
148                       <packing>
149                         <property name="expand">False</property>
150                         <property name="fill">False</property>
151                         <property name="position">2</property>
152                       </packing>
153                     </child>
154                   </widget>
155                   <packing>
156                     <property name="expand">False</property>
157                     <property name="position">1</property>
158                   </packing>
159                 </child>
160                 <child>
161                   <widget class="GtkHBox" id="previousSelectedUnitLayout">
162                     <property name="visible">True</property>
163                     <child>
164                       <widget class="GtkEntry" id="previousUnitName">
165                         <property name="visible">True</property>
166                         <property name="can_focus">True</property>
167                         <property name="editable">False</property>
168                         <property name="invisible_char">&#x25CF;</property>
169                       </widget>
170                       <packing>
171                         <property name="position">0</property>
172                       </packing>
173                     </child>
174                     <child>
175                       <widget class="GtkEntry" id="previousUnitValue">
176                         <property name="visible">True</property>
177                         <property name="can_focus">True</property>
178                         <property name="invisible_char">&#x25CF;</property>
179                       </widget>
180                       <packing>
181                         <property name="position">1</property>
182                       </packing>
183                     </child>
184                     <child>
185                       <widget class="GtkLabel" id="previousUnitSymbol">
186                         <property name="width_request">60</property>
187                         <property name="visible">True</property>
188                         <property name="xalign">0.10000000149011612</property>
189                       </widget>
190                       <packing>
191                         <property name="expand">False</property>
192                         <property name="fill">False</property>
193                         <property name="position">2</property>
194                       </packing>
195                     </child>
196                   </widget>
197                   <packing>
198                     <property name="expand">False</property>
199                     <property name="position">2</property>
200                   </packing>
201                 </child>
202                 <child>
203                   <widget class="GtkVBox" id="unitsAndDescriptionLayout">
204                     <property name="visible">True</property>
205                     <property name="orientation">vertical</property>
206                     <child>
207                       <widget class="GtkScrolledWindow" id="unitsViewScrolledWindow">
208                         <property name="height_request">300</property>
209                         <property name="visible">True</property>
210                         <property name="can_focus">True</property>
211                         <property name="hscrollbar_policy">never</property>
212                         <property name="vscrollbar_policy">automatic</property>
213                         <child>
214                           <widget class="GtkViewport" id="maemo5HackViewport">
215                             <property name="visible">True</property>
216                             <property name="resize_mode">queue</property>
217                             <child>
218                               <widget class="GtkVBox" id="maemo5HackVBox">
219                                 <property name="visible">True</property>
220                                 <property name="orientation">vertical</property>
221                                 <child>
222                                   <widget class="GtkTreeView" id="unitsView">
223                                     <property name="visible">True</property>
224                                     <property name="can_focus">True</property>
225                                   </widget>
226                                   <packing>
227                                     <property name="position">0</property>
228                                   </packing>
229                                 </child>
230                               </widget>
231                             </child>
232                           </widget>
233                         </child>
234                       </widget>
235                       <packing>
236                         <property name="position">0</property>
237                       </packing>
238                     </child>
239                     <child>
240                       <widget class="GtkScrolledWindow" id="unitDescriptionScrolledWindow">
241                         <property name="visible">True</property>
242                         <property name="can_focus">True</property>
243                         <property name="hscrollbar_policy">automatic</property>
244                         <property name="vscrollbar_policy">automatic</property>
245                         <property name="shadow_type">in</property>
246                         <child>
247                           <widget class="GtkViewport" id="viewport1">
248                             <property name="visible">True</property>
249                             <property name="resize_mode">queue</property>
250                             <child>
251                               <widget class="GtkTextView" id="unitDescription">
252                                 <property name="visible">True</property>
253                                 <property name="can_focus">True</property>
254                                 <property name="editable">False</property>
255                                 <property name="wrap_mode">word</property>
256                               </widget>
257                             </child>
258                           </widget>
259                         </child>
260                       </widget>
261                       <packing>
262                         <property name="position">1</property>
263                       </packing>
264                     </child>
265                   </widget>
266                   <packing>
267                     <property name="position">3</property>
268                   </packing>
269                 </child>
270                 <child>
271                   <widget class="GtkHBox" id="searchLayout">
272                     <property name="visible">True</property>
273                     <child>
274                       <widget class="GtkButton" id="findButton">
275                         <property name="label" translatable="yes">gtk-find</property>
276                         <property name="visible">True</property>
277                         <property name="can_focus">True</property>
278                         <property name="receives_default">True</property>
279                         <property name="use_underline">True</property>
280                         <property name="use_stock">True</property>
281                         <accelerator key="F6" signal="clicked"/>
282                       </widget>
283                       <packing>
284                         <property name="expand">False</property>
285                         <property name="fill">False</property>
286                         <property name="position">0</property>
287                       </packing>
288                     </child>
289                     <child>
290                       <widget class="GtkEntry" id="findEntry">
291                         <property name="visible">True</property>
292                         <property name="can_focus">True</property>
293                         <property name="tooltip" translatable="yes">Enter unit to find here</property>
294                         <property name="invisible_char">&#x25CF;</property>
295                       </widget>
296                       <packing>
297                         <property name="expand">False</property>
298                         <property name="position">1</property>
299                       </packing>
300                     </child>
301                     <child>
302                       <widget class="GtkLabel" id="findLabel">
303                         <property name="visible">True</property>
304                         <property name="label" translatable="yes">Press to find text.</property>
305                         <property name="justify">center</property>
306                       </widget>
307                       <packing>
308                         <property name="expand">False</property>
309                         <property name="fill">False</property>
310                         <property name="position">2</property>
311                       </packing>
312                     </child>
313                     <child>
314                       <widget class="GtkButton" id="closeSearchButton">
315                         <property name="visible">True</property>
316                         <property name="can_focus">True</property>
317                         <property name="receives_default">True</property>
318                         <child>
319                           <widget class="GtkImage" id="image1">
320                             <property name="visible">True</property>
321                             <property name="stock">gtk-close</property>
322                             <property name="icon-size">1</property>
323                           </widget>
324                         </child>
325                       </widget>
326                       <packing>
327                         <property name="position">3</property>
328                       </packing>
329                     </child>
330                   </widget>
331                   <packing>
332                     <property name="expand">False</property>
333                     <property name="position">4</property>
334                   </packing>
335                 </child>
336               </widget>
337               <packing>
338                 <property name="position">1</property>
339               </packing>
340             </child>
341           </widget>
342           <packing>
343             <property name="position">1</property>
344           </packing>
345         </child>
346       </widget>
347     </child>
348   </widget>
349 </glade-interface>