git: Line endings of README.txt
[projects/chimara/chimara.git] / tests / glulxercise.ui
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="gtk+" version="2.16"/>
4   <!-- interface-naming-policy project-wide -->
5   <object class="GtkWindow" id="window">
6     <property name="border_width">6</property>
7     <signal name="delete_event" handler="on_window_delete_event"/>
8     <child>
9       <object class="GtkVBox" id="vbox">
10         <property name="visible">True</property>
11         <property name="orientation">vertical</property>
12         <property name="spacing">6</property>
13         <child>
14           <object class="GtkHBox" id="hbox1">
15             <property name="visible">True</property>
16             <property name="spacing">6</property>
17             <child>
18               <object class="GtkComboBox" id="test_picker">
19                 <property name="visible">True</property>
20                 <property name="model">tests</property>
21                 <child>
22                   <object class="GtkCellRendererText" id="cellrenderertext"/>
23                   <attributes>
24                     <attribute name="text">0</attribute>
25                   </attributes>
26                 </child>
27               </object>
28               <packing>
29                 <property name="position">0</property>
30               </packing>
31             </child>
32             <child>
33               <object class="GtkHButtonBox" id="hbuttonbox1">
34                 <property name="visible">True</property>
35                 <property name="spacing">6</property>
36                 <child>
37                   <object class="GtkButton" id="go">
38                     <property name="label" translatable="yes">_Go</property>
39                     <property name="visible">True</property>
40                     <property name="can_focus">True</property>
41                     <property name="receives_default">True</property>
42                     <property name="image">image1</property>
43                     <property name="use_underline">True</property>
44                     <signal name="clicked" handler="on_go_clicked"/>
45                   </object>
46                   <packing>
47                     <property name="expand">False</property>
48                     <property name="fill">False</property>
49                     <property name="position">0</property>
50                   </packing>
51                 </child>
52                 <child>
53                   <object class="GtkButton" id="stop">
54                     <property name="label">gtk-stop</property>
55                     <property name="visible">True</property>
56                     <property name="sensitive">False</property>
57                     <property name="can_focus">True</property>
58                     <property name="receives_default">True</property>
59                     <property name="use_stock">True</property>
60                     <signal name="clicked" handler="on_stop_clicked"/>
61                   </object>
62                   <packing>
63                     <property name="expand">False</property>
64                     <property name="fill">False</property>
65                     <property name="position">1</property>
66                   </packing>
67                 </child>
68               </object>
69               <packing>
70                 <property name="expand">False</property>
71                 <property name="position">1</property>
72               </packing>
73             </child>
74           </object>
75           <packing>
76             <property name="expand">False</property>
77             <property name="position">0</property>
78           </packing>
79         </child>
80         <child>
81           <object class="GtkHBox" id="hbox2">
82             <property name="visible">True</property>
83             <property name="spacing">6</property>
84             <child>
85               <object class="GtkLabel" id="label">
86                 <property name="visible">True</property>
87                 <property name="xalign">1</property>
88                 <property name="label" translatable="yes">Use</property>
89               </object>
90               <packing>
91                 <property name="expand">False</property>
92                 <property name="position">0</property>
93               </packing>
94             </child>
95             <child>
96               <object class="GtkRadioButton" id="glulxe">
97                 <property name="label" translatable="yes">Glulx_e</property>
98                 <property name="visible">True</property>
99                 <property name="can_focus">True</property>
100                 <property name="receives_default">False</property>
101                 <property name="use_underline">True</property>
102                 <property name="active">True</property>
103                 <property name="draw_indicator">True</property>
104                 <signal name="toggled" handler="on_glulxe_toggled"/>
105               </object>
106               <packing>
107                 <property name="expand">False</property>
108                 <property name="position">1</property>
109               </packing>
110             </child>
111             <child>
112               <object class="GtkRadioButton" id="git">
113                 <property name="label" translatable="yes">Gi_t</property>
114                 <property name="visible">True</property>
115                 <property name="can_focus">True</property>
116                 <property name="receives_default">False</property>
117                 <property name="use_underline">True</property>
118                 <property name="active">True</property>
119                 <property name="draw_indicator">True</property>
120                 <property name="group">glulxe</property>
121                 <signal name="toggled" handler="on_git_toggled"/>
122               </object>
123               <packing>
124                 <property name="expand">False</property>
125                 <property name="position">2</property>
126               </packing>
127             </child>
128           </object>
129           <packing>
130             <property name="expand">False</property>
131             <property name="position">1</property>
132           </packing>
133         </child>
134         <child>
135           <placeholder/>
136         </child>
137       </object>
138     </child>
139   </object>
140   <object class="GtkListStore" id="tests">
141     <columns>
142       <!-- column-name name -->
143       <column type="gchararray"/>
144       <!-- column-name glulxfile -->
145       <column type="gchararray"/>
146     </columns>
147     <data>
148       <row>
149         <col id="0" translatable="yes">Glulxercise</col>
150         <col id="1">glulxercise.ulx</col>
151       </row>
152       <row>
153         <col id="0" translatable="yes">AccelFuncTest</col>
154         <col id="1">accelfunctest.ulx</col>
155       </row>
156       <row>
157         <col id="0" translatable="yes">ActionExtension</col>
158         <col id="1">actionextension.ulx</col>
159       </row>
160       <row>
161         <col id="0" translatable="yes">ActionExtension (Z5)</col>
162         <col id="1">actionextension.z5</col>
163       </row>
164       <row>
165         <col id="0" translatable="yes">ArrayLimitTest</col>
166         <col id="1">arraylimittest.ulx</col>
167       </row>
168       <row>
169         <col id="0" translatable="yes">ChineseDictTest</col>
170         <col id="1">chinesedicttest.ulx</col>
171       </row>
172           <row>
173         <col id="0" translatable="yes">DateTimeTest</col>
174         <col id="1">datetimetest.ulx</col>
175       </row>
176       <row>
177         <col id="0" translatable="yes">DictFlagTest</col>
178         <col id="1">dictflagtest.ulx</col>
179       </row>
180       <row>
181         <col id="0" translatable="yes">DictFlagTest (Z5)</col>
182         <col id="1">dictflagtest.z5</col>
183       </row>
184       <row>
185         <col id="0" translatable="yes">ExtBinaryFile</col>
186         <col id="1">extbinaryfile.ulx</col>
187       </row>
188       <row>
189         <col id="0" translatable="yes">ExternalFile</col>
190         <col id="1">externalfile.ulx</col>
191       </row>
192       <row>
193         <col id="0" translatable="yes">FloatConstTest</col>
194         <col id="1">floatconsttest.ulx</col>
195       </row>
196       <row>
197         <col id="0" translatable="yes">FloatParseTest</col>
198         <col id="1">floatparsetest.ulx</col>
199       </row>
200       <row>
201         <col id="0" translatable="yes">InputEventText</col>
202         <col id="1">inputeventtext.ulx</col>
203       </row>
204       <row>
205         <col id="0" translatable="yes">InputFeatureTest</col>
206         <col id="1">inputfeaturetest.ulx</col>
207       </row>
208       <row>
209         <col id="0" translatable="yes">MemCopyTest</col>
210         <col id="1">memcopytest.ulx</col>
211       </row>
212       <row>
213         <col id="0" translatable="yes">MemHeapTest</col>
214         <col id="1">memheaptest.ulx</col>
215       </row>
216       <row>
217         <col id="0" translatable="yes">MemStreamTest</col>
218         <col id="1">memstreamtest.ulx</col>
219       </row>
220       <row>
221         <col id="0" translatable="yes">ReadThreeArgTest (Z5)</col>
222         <col id="1">readthreeargtest.z5</col>
223       </row>
224       <row>
225         <col id="0" translatable="yes">ResizeMemStreamTest</col>
226         <col id="1">resizememstreamtest.ulx</col>
227       </row>
228       <row>
229         <col id="0" translatable="yes">ResStreamTest</col>
230         <col id="1">resstreamtest.gblorb</col>
231       </row>
232       <row>
233         <col id="0" translatable="yes">SelectVariantTest</col>
234         <col id="1">selectvarianttest.ulx</col>
235       </row>
236       <row>
237         <col id="0" translatable="yes">UniCaseTest</col>
238         <col id="1">unicasetest.ulx</col>
239       </row>
240       <row>
241         <col id="0" translatable="yes">UnicodeTest</col>
242         <col id="1">unicodetest.ulx</col>
243       </row>
244       <row>
245         <col id="0" translatable="yes">UniDictTest</col>
246         <col id="1">unidicttest.ulx</col>
247       </row>
248       <row>
249         <col id="0" translatable="yes">UniSourceTest</col>
250         <col id="1">unisourcetest.ulx</col>
251       </row>
252       <row>
253         <col id="0" translatable="yes">WindowTest</col>
254         <col id="1">windowtest.ulx</col>
255       </row>
256     </data>
257   </object>
258   <object class="GtkImage" id="image1">
259     <property name="visible">True</property>
260     <property name="stock">gtk-yes</property>
261   </object>
262 </interface>