1<?xml version="1.0"?>
2<interface>
3  <object class="GtkAdjustment" id="adjustment1">
4    <property name="upper">600</property>
5    <property name="lower">100</property>
6    <property name="page_increment">10</property>
7    <property name="step_increment">100</property>
8    <property name="page_size">10</property>
9    <property name="value">100</property>
10  </object>
11  <object class="GtkListStore" id="IBFiltersListStore">
12    <columns>
13      <column type="gchararray"/>
14    </columns>
15  </object>
16  <object class="GtkListStore" id="FiltersListStore">
17    <columns>
18      <column type="gchararray"/>
19    </columns>
20  </object>
21  <object class="GtkListStore" id="ScalingListStore">
22    <columns>
23      <column type="gchararray"/>
24    </columns>
25    <data>
26      <row>
27        <col id="0">1x</col>
28      </row>
29      <row>
30        <col id="0">2x</col>
31      </row>
32      <row>
33        <col id="0">3x</col>
34      </row>
35      <row>
36        <col id="0">4x</col>
37      </row>
38      <row>
39        <col id="0">5x</col>
40      </row>
41      <row>
42        <col id="0">6x</col>
43      </row>
44    </data>
45  </object>
46  <object class="GtkDialog" id="DisplayConfigDialog">
47    <property name="border_width">5</property>
48    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
49    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
50    <property name="has_separator">False</property>
51    <child internal-child="vbox">
52      <object class="GtkVBox" id="dialog-vbox1">
53        <property name="visible">True</property>
54        <property name="spacing">2</property>
55        <child>
56          <object class="GtkFrame" id="frame1">
57            <property name="visible">True</property>
58            <property name="label_xalign">0</property>
59            <property name="shadow_type">GTK_SHADOW_NONE</property>
60            <child>
61              <object class="GtkAlignment" id="alignment1">
62                <property name="visible">True</property>
63                <property name="left_padding">12</property>
64                <child>
65                  <object class="GtkVBox" id="vbox1">
66                    <property name="visible">True</property>
67                    <child>
68                      <object class="GtkRadioButton" id="OutputOpenGL">
69                        <property name="visible">True</property>
70                        <property name="can_focus">True</property>
71                        <property name="label" translatable="yes">OpenGL</property>
72                        <property name="active">True</property>
73                        <property name="draw_indicator">True</property>
74                      </object>
75                    </child>
76                    <child>
77                      <object class="GtkRadioButton" id="OutputCairo">
78                        <property name="visible">True</property>
79                        <property name="can_focus">True</property>
80                        <property name="label" translatable="yes">Cairo</property>
81                        <property name="active">True</property>
82                        <property name="draw_indicator">True</property>
83                        <property name="group">OutputOpenGL</property>
84                      </object>
85                      <packing>
86                        <property name="position">1</property>
87                      </packing>
88                    </child>
89                  </object>
90                </child>
91              </object>
92            </child>
93            <child type="label">
94              <object class="GtkLabel" id="label1">
95                <property name="visible">True</property>
96                <property name="label" translatable="yes">&lt;b&gt;Output module&lt;/b&gt;</property>
97                <property name="use_markup">True</property>
98              </object>
99            </child>
100          </object>
101          <packing>
102            <property name="expand">False</property>
103            <property name="position">1</property>
104          </packing>
105        </child>
106        <child>
107          <object class="GtkFrame" id="frame2">
108            <property name="visible">True</property>
109            <property name="label_xalign">0</property>
110            <property name="shadow_type">GTK_SHADOW_NONE</property>
111            <child>
112              <object class="GtkAlignment" id="alignment2">
113                <property name="visible">True</property>
114                <property name="left_padding">12</property>
115                <child>
116                  <object class="GtkHBox" id="hbox1">
117                    <property name="visible">True</property>
118                    <child>
119                      <object class="GtkLabel" id="label6">
120                        <property name="visible">True</property>
121                        <property name="xalign">1</property>
122                        <property name="label" translatable="yes">Default scale : </property>
123                        <property name="justify">GTK_JUSTIFY_RIGHT</property>
124                      </object>
125                      <packing>
126                        <property name="expand">False</property>
127                      </packing>
128                    </child>
129                    <child>
130                      <object class="GtkComboBox" id="DefaultScaleComboBox">
131                        <property name="visible">True</property>
132                        <property name="model">ScalingListStore</property>
133                        <child>
134                          <object class="GtkCellRendererText" id="renderer3"/>
135                          <attributes>
136                            <attribute name="text">0</attribute>
137                          </attributes>
138                        </child>
139                      </object>
140                      <packing>
141                        <property name="position">1</property>
142                      </packing>
143                    </child>
144                  </object>
145                </child>
146              </object>
147            </child>
148            <child type="label">
149              <object class="GtkLabel" id="label2">
150                <property name="visible">True</property>
151                <property name="label" translatable="yes">&lt;b&gt;Zoom&lt;/b&gt;</property>
152                <property name="use_markup">True</property>
153              </object>
154            </child>
155          </object>
156          <packing>
157            <property name="expand">False</property>
158            <property name="position">2</property>
159          </packing>
160        </child>
161        <child>
162          <object class="GtkFrame" id="frame3">
163            <property name="visible">True</property>
164            <property name="label_xalign">0</property>
165            <property name="shadow_type">GTK_SHADOW_NONE</property>
166            <child>
167              <object class="GtkAlignment" id="alignment3">
168                <property name="visible">True</property>
169                <property name="left_padding">12</property>
170                <child>
171                  <object class="GtkTable" id="table1">
172                    <property name="visible">True</property>
173                    <property name="n_rows">2</property>
174                    <property name="n_columns">2</property>
175                    <child>
176                      <object class="GtkLabel" id="label5">
177                        <property name="visible">True</property>
178                        <property name="xalign">1</property>
179                        <property name="label" translatable="yes">Interframe blending : </property>
180                      </object>
181                      <packing>
182                        <property name="top_attach">1</property>
183                        <property name="bottom_attach">2</property>
184                        <property name="x_options">GTK_FILL</property>
185                      </packing>
186                    </child>
187                    <child>
188                      <object class="GtkLabel" id="label4">
189                        <property name="visible">True</property>
190                        <property name="xalign">1</property>
191                        <property name="label" translatable="yes">Fullscreen filter : </property>
192                      </object>
193                      <packing>
194                        <property name="x_options">GTK_FILL</property>
195                      </packing>
196                    </child>
197                    <child>
198                      <object class="GtkComboBox" id="IBFiltersComboBox">
199                        <property name="visible">True</property>
200                        <property name="model">IBFiltersListStore</property>
201                        <child>
202                          <object class="GtkCellRendererText" id="renderer1"/>
203                          <attributes>
204                            <attribute name="text">0</attribute>
205                          </attributes>
206                        </child>
207                      </object>
208                      <packing>
209                        <property name="left_attach">1</property>
210                        <property name="right_attach">2</property>
211                        <property name="top_attach">1</property>
212                        <property name="bottom_attach">2</property>
213                      </packing>
214                    </child>
215                    <child>
216                      <object class="GtkComboBox" id="FiltersComboBox">
217                        <property name="visible">True</property>
218                        <property name="model">FiltersListStore</property>
219                        <child>
220                          <object class="GtkCellRendererText" id="renderer2"/>
221                          <attributes>
222                            <attribute name="text">0</attribute>
223                          </attributes>
224                        </child>
225                      </object>
226                      <packing>
227                        <property name="left_attach">1</property>
228                        <property name="right_attach">2</property>
229                      </packing>
230                    </child>
231                  </object>
232                </child>
233              </object>
234            </child>
235            <child type="label">
236              <object class="GtkLabel" id="label3">
237                <property name="visible">True</property>
238                <property name="label" translatable="yes">&lt;b&gt;Filters&lt;/b&gt;</property>
239                <property name="use_markup">True</property>
240              </object>
241            </child>
242          </object>
243          <packing>
244            <property name="position">3</property>
245          </packing>
246        </child>
247        <child internal-child="action_area">
248          <object class="GtkHButtonBox" id="dialog-action_area1">
249            <property name="visible">True</property>
250            <property name="layout_style">GTK_BUTTONBOX_END</property>
251            <child>
252              <placeholder/>
253            </child>
254            <child>
255              <object class="GtkButton" id="button1">
256                <property name="visible">True</property>
257                <property name="can_focus">True</property>
258                <property name="receives_default">True</property>
259                <property name="label">gtk-close</property>
260                <property name="use_stock">True</property>
261              </object>
262              <packing>
263                <property name="position">1</property>
264              </packing>
265            </child>
266          </object>
267          <packing>
268            <property name="expand">False</property>
269            <property name="pack_type">GTK_PACK_END</property>
270          </packing>
271        </child>
272      </object>
273    </child>
274    <action-widgets>
275      <action-widget response="1">button1</action-widget>
276    </action-widgets>
277  </object>
278</interface>
279