Mercurial > vba-clojure
diff src/gtk/vba.glade @ 1:f9f4f1b99eed
importing src directory
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:31:27 -0600 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/gtk/vba.glade Sat Mar 03 10:31:27 2012 -0600 1.3 @@ -0,0 +1,3597 @@ 1.4 +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> 1.5 +<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> 1.6 + 1.7 +<glade-interface> 1.8 + 1.9 +<widget class="GtkWindow" id="MainWindow"> 1.10 + <property name="title" translatable="yes">VBA</property> 1.11 + <property name="type">GTK_WINDOW_TOPLEVEL</property> 1.12 + <property name="window_position">GTK_WIN_POS_NONE</property> 1.13 + <property name="modal">False</property> 1.14 + <property name="resizable">True</property> 1.15 + <property name="destroy_with_parent">False</property> 1.16 + <property name="skip_taskbar_hint">False</property> 1.17 + <property name="skip_pager_hint">False</property> 1.18 + <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> 1.19 + 1.20 + <child> 1.21 + <widget class="GtkVBox" id="vbox1"> 1.22 + <property name="visible">True</property> 1.23 + <property name="homogeneous">False</property> 1.24 + <property name="spacing">0</property> 1.25 + 1.26 + <child> 1.27 + <widget class="GtkHandleBox" id="handlebox1"> 1.28 + <property name="visible">True</property> 1.29 + <property name="shadow_type">GTK_SHADOW_OUT</property> 1.30 + <property name="handle_position">GTK_POS_LEFT</property> 1.31 + <property name="snap_edge">GTK_POS_TOP</property> 1.32 + 1.33 + <child> 1.34 + <widget class="GtkMenuBar" id="MenuBar"> 1.35 + <property name="visible">True</property> 1.36 + 1.37 + <child> 1.38 + <widget class="GtkMenuItem" id="FileMenu"> 1.39 + <property name="visible">True</property> 1.40 + <property name="label" translatable="yes">_File</property> 1.41 + <property name="use_underline">True</property> 1.42 + 1.43 + <child> 1.44 + <widget class="GtkMenu" id="FileMenu_menu"> 1.45 + 1.46 + <child> 1.47 + <widget class="GtkImageMenuItem" id="FileOpen"> 1.48 + <property name="visible">True</property> 1.49 + <property name="label" translatable="yes">_Open...</property> 1.50 + <property name="use_underline">True</property> 1.51 + <accelerator key="O" modifiers="GDK_CONTROL_MASK" signal="activate"/> 1.52 + 1.53 + <child internal-child="image"> 1.54 + <widget class="GtkImage" id="image128"> 1.55 + <property name="visible">True</property> 1.56 + <property name="stock">gtk-open</property> 1.57 + <property name="icon_size">1</property> 1.58 + <property name="xalign">0.5</property> 1.59 + <property name="yalign">0.5</property> 1.60 + <property name="xpad">0</property> 1.61 + <property name="ypad">0</property> 1.62 + </widget> 1.63 + </child> 1.64 + </widget> 1.65 + </child> 1.66 + 1.67 + <child> 1.68 + <widget class="GtkSeparatorMenuItem" id="separator1"> 1.69 + <property name="visible">True</property> 1.70 + </widget> 1.71 + </child> 1.72 + 1.73 + <child> 1.74 + <widget class="GtkMenuItem" id="FileLoad"> 1.75 + <property name="visible">True</property> 1.76 + <property name="label" translatable="yes">_Load...</property> 1.77 + <property name="use_underline">True</property> 1.78 + <accelerator key="L" modifiers="GDK_CONTROL_MASK" signal="activate"/> 1.79 + </widget> 1.80 + </child> 1.81 + 1.82 + <child> 1.83 + <widget class="GtkMenuItem" id="FileSave"> 1.84 + <property name="visible">True</property> 1.85 + <property name="label" translatable="yes">_Save...</property> 1.86 + <property name="use_underline">True</property> 1.87 + <accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/> 1.88 + </widget> 1.89 + </child> 1.90 + 1.91 + <child> 1.92 + <widget class="GtkMenuItem" id="LoadGameMenu"> 1.93 + <property name="visible">True</property> 1.94 + <property name="label" translatable="yes">Loa_d game</property> 1.95 + <property name="use_underline">True</property> 1.96 + 1.97 + <child> 1.98 + <widget class="GtkMenu" id="LoadGameMenu_menu"> 1.99 + 1.100 + <child> 1.101 + <widget class="GtkMenuItem" id="LoadGameMostRecent"> 1.102 + <property name="visible">True</property> 1.103 + <property name="label" translatable="yes">Most recent</property> 1.104 + <property name="use_underline">True</property> 1.105 + </widget> 1.106 + </child> 1.107 + 1.108 + <child> 1.109 + <widget class="GtkCheckMenuItem" id="LoadGameAuto"> 1.110 + <property name="visible">True</property> 1.111 + <property name="label" translatable="yes">Auto load most recent</property> 1.112 + <property name="use_underline">True</property> 1.113 + <property name="active">False</property> 1.114 + </widget> 1.115 + </child> 1.116 + 1.117 + <child> 1.118 + <widget class="GtkSeparatorMenuItem" id="separator28"> 1.119 + <property name="visible">True</property> 1.120 + </widget> 1.121 + </child> 1.122 + 1.123 + <child> 1.124 + <widget class="GtkMenuItem" id="LoadGameSlot1"> 1.125 + <property name="visible">True</property> 1.126 + <property name="label" translatable="yes">Slot1</property> 1.127 + <property name="use_underline">True</property> 1.128 + <accelerator key="F1" modifiers="0" signal="activate"/> 1.129 + </widget> 1.130 + </child> 1.131 + 1.132 + <child> 1.133 + <widget class="GtkMenuItem" id="LoadGameSlot2"> 1.134 + <property name="visible">True</property> 1.135 + <property name="label" translatable="yes">Slot2</property> 1.136 + <property name="use_underline">True</property> 1.137 + <accelerator key="F2" modifiers="0" signal="activate"/> 1.138 + </widget> 1.139 + </child> 1.140 + 1.141 + <child> 1.142 + <widget class="GtkMenuItem" id="LoadGameSlot3"> 1.143 + <property name="visible">True</property> 1.144 + <property name="label" translatable="yes">Slot3</property> 1.145 + <property name="use_underline">True</property> 1.146 + <accelerator key="F3" modifiers="0" signal="activate"/> 1.147 + </widget> 1.148 + </child> 1.149 + 1.150 + <child> 1.151 + <widget class="GtkMenuItem" id="LoadGameSlot4"> 1.152 + <property name="visible">True</property> 1.153 + <property name="label" translatable="yes">Slot4</property> 1.154 + <property name="use_underline">True</property> 1.155 + <accelerator key="F4" modifiers="0" signal="activate"/> 1.156 + </widget> 1.157 + </child> 1.158 + 1.159 + <child> 1.160 + <widget class="GtkMenuItem" id="LoadGameSlot5"> 1.161 + <property name="visible">True</property> 1.162 + <property name="label" translatable="yes">Slot5</property> 1.163 + <property name="use_underline">True</property> 1.164 + <accelerator key="F5" modifiers="0" signal="activate"/> 1.165 + </widget> 1.166 + </child> 1.167 + 1.168 + <child> 1.169 + <widget class="GtkMenuItem" id="LoadGameSlot6"> 1.170 + <property name="visible">True</property> 1.171 + <property name="label" translatable="yes">Slot6</property> 1.172 + <property name="use_underline">True</property> 1.173 + <accelerator key="F6" modifiers="0" signal="activate"/> 1.174 + </widget> 1.175 + </child> 1.176 + 1.177 + <child> 1.178 + <widget class="GtkMenuItem" id="LoadGameSlot7"> 1.179 + <property name="visible">True</property> 1.180 + <property name="label" translatable="yes">Slot7</property> 1.181 + <property name="use_underline">True</property> 1.182 + <accelerator key="F7" modifiers="0" signal="activate"/> 1.183 + </widget> 1.184 + </child> 1.185 + 1.186 + <child> 1.187 + <widget class="GtkMenuItem" id="LoadGameSlot8"> 1.188 + <property name="visible">True</property> 1.189 + <property name="label" translatable="yes">Slot8</property> 1.190 + <property name="use_underline">True</property> 1.191 + <accelerator key="F8" modifiers="0" signal="activate"/> 1.192 + </widget> 1.193 + </child> 1.194 + 1.195 + <child> 1.196 + <widget class="GtkMenuItem" id="LoadGameSlot9"> 1.197 + <property name="visible">True</property> 1.198 + <property name="label" translatable="yes">Slot9</property> 1.199 + <property name="use_underline">True</property> 1.200 + <accelerator key="F9" modifiers="0" signal="activate"/> 1.201 + </widget> 1.202 + </child> 1.203 + 1.204 + <child> 1.205 + <widget class="GtkMenuItem" id="LoadGameSlot10"> 1.206 + <property name="visible">True</property> 1.207 + <property name="label" translatable="yes">Slot10</property> 1.208 + <property name="use_underline">True</property> 1.209 + <accelerator key="F10" modifiers="0" signal="activate"/> 1.210 + </widget> 1.211 + </child> 1.212 + </widget> 1.213 + </child> 1.214 + </widget> 1.215 + </child> 1.216 + 1.217 + <child> 1.218 + <widget class="GtkMenuItem" id="SaveGameMenu"> 1.219 + <property name="visible">True</property> 1.220 + <property name="label" translatable="yes">S_ave game</property> 1.221 + <property name="use_underline">True</property> 1.222 + 1.223 + <child> 1.224 + <widget class="GtkMenu" id="SaveGameMenu_menu"> 1.225 + 1.226 + <child> 1.227 + <widget class="GtkMenuItem" id="SaveGameOldest"> 1.228 + <property name="visible">True</property> 1.229 + <property name="label" translatable="yes">Oldest slot</property> 1.230 + <property name="use_underline">True</property> 1.231 + </widget> 1.232 + </child> 1.233 + 1.234 + <child> 1.235 + <widget class="GtkSeparatorMenuItem" id="separator27"> 1.236 + <property name="visible">True</property> 1.237 + </widget> 1.238 + </child> 1.239 + 1.240 + <child> 1.241 + <widget class="GtkMenuItem" id="SaveGameSlot1"> 1.242 + <property name="visible">True</property> 1.243 + <property name="label" translatable="yes">Slot1</property> 1.244 + <property name="use_underline">True</property> 1.245 + <accelerator key="F1" modifiers="GDK_SHIFT_MASK" signal="activate"/> 1.246 + </widget> 1.247 + </child> 1.248 + 1.249 + <child> 1.250 + <widget class="GtkMenuItem" id="SaveGameSlot2"> 1.251 + <property name="visible">True</property> 1.252 + <property name="label" translatable="yes">Slot2</property> 1.253 + <property name="use_underline">True</property> 1.254 + <accelerator key="F2" modifiers="GDK_SHIFT_MASK" signal="activate"/> 1.255 + </widget> 1.256 + </child> 1.257 + 1.258 + <child> 1.259 + <widget class="GtkMenuItem" id="SaveGameSlot3"> 1.260 + <property name="visible">True</property> 1.261 + <property name="label" translatable="yes">Slot3</property> 1.262 + <property name="use_underline">True</property> 1.263 + <accelerator key="F3" modifiers="GDK_SHIFT_MASK" signal="activate"/> 1.264 + </widget> 1.265 + </child> 1.266 + 1.267 + <child> 1.268 + <widget class="GtkMenuItem" id="SaveGameSlot4"> 1.269 + <property name="visible">True</property> 1.270 + <property name="label" translatable="yes">Slot4</property> 1.271 + <property name="use_underline">True</property> 1.272 + <accelerator key="F4" modifiers="GDK_SHIFT_MASK" signal="activate"/> 1.273 + </widget> 1.274 + </child> 1.275 + 1.276 + <child> 1.277 + <widget class="GtkMenuItem" id="SaveGameSlot5"> 1.278 + <property name="visible">True</property> 1.279 + <property name="label" translatable="yes">Slot5</property> 1.280 + <property name="use_underline">True</property> 1.281 + <accelerator key="F5" modifiers="GDK_SHIFT_MASK" signal="activate"/> 1.282 + </widget> 1.283 + </child> 1.284 + 1.285 + <child> 1.286 + <widget class="GtkMenuItem" id="SaveGameSlot6"> 1.287 + <property name="visible">True</property> 1.288 + <property name="label" translatable="yes">Slot6</property> 1.289 + <property name="use_underline">True</property> 1.290 + <accelerator key="F6" modifiers="GDK_SHIFT_MASK" signal="activate"/> 1.291 + </widget> 1.292 + </child> 1.293 + 1.294 + <child> 1.295 + <widget class="GtkMenuItem" id="SaveGameSlot7"> 1.296 + <property name="visible">True</property> 1.297 + <property name="label" translatable="yes">Slot7</property> 1.298 + <property name="use_underline">True</property> 1.299 + <accelerator key="F7" modifiers="GDK_SHIFT_MASK" signal="activate"/> 1.300 + </widget> 1.301 + </child> 1.302 + 1.303 + <child> 1.304 + <widget class="GtkMenuItem" id="SaveGameSlot8"> 1.305 + <property name="visible">True</property> 1.306 + <property name="label" translatable="yes">Slot8</property> 1.307 + <property name="use_underline">True</property> 1.308 + <accelerator key="F8" modifiers="GDK_SHIFT_MASK" signal="activate"/> 1.309 + </widget> 1.310 + </child> 1.311 + 1.312 + <child> 1.313 + <widget class="GtkMenuItem" id="SaveGameSlot9"> 1.314 + <property name="visible">True</property> 1.315 + <property name="label" translatable="yes">Slot9</property> 1.316 + <property name="use_underline">True</property> 1.317 + <accelerator key="F9" modifiers="GDK_SHIFT_MASK" signal="activate"/> 1.318 + </widget> 1.319 + </child> 1.320 + 1.321 + <child> 1.322 + <widget class="GtkMenuItem" id="SaveGameSlot10"> 1.323 + <property name="visible">True</property> 1.324 + <property name="label" translatable="yes">Slot10</property> 1.325 + <property name="use_underline">True</property> 1.326 + <accelerator key="F10" modifiers="GDK_SHIFT_MASK" signal="activate"/> 1.327 + </widget> 1.328 + </child> 1.329 + </widget> 1.330 + </child> 1.331 + </widget> 1.332 + </child> 1.333 + 1.334 + <child> 1.335 + <widget class="GtkSeparatorMenuItem" id="separator2"> 1.336 + <property name="visible">True</property> 1.337 + </widget> 1.338 + </child> 1.339 + 1.340 + <child> 1.341 + <widget class="GtkCheckMenuItem" id="FilePause"> 1.342 + <property name="visible">True</property> 1.343 + <property name="label" translatable="yes">_Pause</property> 1.344 + <property name="use_underline">True</property> 1.345 + <property name="active">False</property> 1.346 + <accelerator key="P" modifiers="GDK_CONTROL_MASK" signal="activate"/> 1.347 + </widget> 1.348 + </child> 1.349 + 1.350 + <child> 1.351 + <widget class="GtkMenuItem" id="FileReset"> 1.352 + <property name="visible">True</property> 1.353 + <property name="label" translatable="yes">_Reset</property> 1.354 + <property name="use_underline">True</property> 1.355 + <accelerator key="R" modifiers="GDK_CONTROL_MASK" signal="activate"/> 1.356 + </widget> 1.357 + </child> 1.358 + 1.359 + <child> 1.360 + <widget class="GtkSeparatorMenuItem" id="separator3"> 1.361 + <property name="visible">True</property> 1.362 + </widget> 1.363 + </child> 1.364 + 1.365 + <child> 1.366 + <widget class="GtkMenuItem" id="RecentMenu"> 1.367 + <property name="visible">True</property> 1.368 + <property name="label" translatable="yes">Rece_nt</property> 1.369 + <property name="use_underline">True</property> 1.370 + 1.371 + <child> 1.372 + <widget class="GtkMenu" id="RecentMenu_menu"> 1.373 + 1.374 + <child> 1.375 + <widget class="GtkMenuItem" id="RecentReset"> 1.376 + <property name="visible">True</property> 1.377 + <property name="label" translatable="yes">_Reset</property> 1.378 + <property name="use_underline">True</property> 1.379 + </widget> 1.380 + </child> 1.381 + 1.382 + <child> 1.383 + <widget class="GtkCheckMenuItem" id="RecentFreeze"> 1.384 + <property name="visible">True</property> 1.385 + <property name="label" translatable="yes">_Freeze</property> 1.386 + <property name="use_underline">True</property> 1.387 + <property name="active">False</property> 1.388 + </widget> 1.389 + </child> 1.390 + 1.391 + <child> 1.392 + <widget class="GtkSeparatorMenuItem" id="separator29"> 1.393 + <property name="visible">True</property> 1.394 + </widget> 1.395 + </child> 1.396 + </widget> 1.397 + </child> 1.398 + </widget> 1.399 + </child> 1.400 + 1.401 + <child> 1.402 + <widget class="GtkSeparatorMenuItem" id="separator4"> 1.403 + <property name="visible">True</property> 1.404 + </widget> 1.405 + </child> 1.406 + 1.407 + <child> 1.408 + <widget class="GtkMenuItem" id="ImportMenu"> 1.409 + <property name="visible">True</property> 1.410 + <property name="label" translatable="yes">_Import</property> 1.411 + <property name="use_underline">True</property> 1.412 + 1.413 + <child> 1.414 + <widget class="GtkMenu" id="ImportMenu_menu"> 1.415 + 1.416 + <child> 1.417 + <widget class="GtkMenuItem" id="ImportBatteryFile"> 1.418 + <property name="visible">True</property> 1.419 + <property name="label" translatable="yes">_Battery file...</property> 1.420 + <property name="use_underline">True</property> 1.421 + </widget> 1.422 + </child> 1.423 + </widget> 1.424 + </child> 1.425 + </widget> 1.426 + </child> 1.427 + 1.428 + <child> 1.429 + <widget class="GtkMenuItem" id="ExportMenu"> 1.430 + <property name="visible">True</property> 1.431 + <property name="label" translatable="yes">E_xport</property> 1.432 + <property name="use_underline">True</property> 1.433 + 1.434 + <child> 1.435 + <widget class="GtkMenu" id="ExportMenu_menu"> 1.436 + 1.437 + <child> 1.438 + <widget class="GtkMenuItem" id="ExportBatteryFile"> 1.439 + <property name="visible">True</property> 1.440 + <property name="label" translatable="yes">_Battery file...</property> 1.441 + <property name="use_underline">True</property> 1.442 + </widget> 1.443 + </child> 1.444 + </widget> 1.445 + </child> 1.446 + </widget> 1.447 + </child> 1.448 + 1.449 + <child> 1.450 + <widget class="GtkSeparatorMenuItem" id="separator5"> 1.451 + <property name="visible">True</property> 1.452 + </widget> 1.453 + </child> 1.454 + 1.455 + <child> 1.456 + <widget class="GtkMenuItem" id="FileScreenCapture"> 1.457 + <property name="visible">True</property> 1.458 + <property name="label" translatable="yes">Screen capt_ure...</property> 1.459 + <property name="use_underline">True</property> 1.460 + </widget> 1.461 + </child> 1.462 + 1.463 + <child> 1.464 + <widget class="GtkSeparatorMenuItem" id="separator6"> 1.465 + <property name="visible">True</property> 1.466 + </widget> 1.467 + </child> 1.468 + 1.469 + <child> 1.470 + <widget class="GtkImageMenuItem" id="FileClose"> 1.471 + <property name="visible">True</property> 1.472 + <property name="label" translatable="yes">_Close</property> 1.473 + <property name="use_underline">True</property> 1.474 + 1.475 + <child internal-child="image"> 1.476 + <widget class="GtkImage" id="image129"> 1.477 + <property name="visible">True</property> 1.478 + <property name="stock">gtk-close</property> 1.479 + <property name="icon_size">1</property> 1.480 + <property name="xalign">0.5</property> 1.481 + <property name="yalign">0.5</property> 1.482 + <property name="xpad">0</property> 1.483 + <property name="ypad">0</property> 1.484 + </widget> 1.485 + </child> 1.486 + </widget> 1.487 + </child> 1.488 + 1.489 + <child> 1.490 + <widget class="GtkImageMenuItem" id="FileExit"> 1.491 + <property name="visible">True</property> 1.492 + <property name="label" translatable="yes">_Exit</property> 1.493 + <property name="use_underline">True</property> 1.494 + <accelerator key="X" modifiers="GDK_CONTROL_MASK" signal="activate"/> 1.495 + 1.496 + <child internal-child="image"> 1.497 + <widget class="GtkImage" id="image130"> 1.498 + <property name="visible">True</property> 1.499 + <property name="stock">gtk-quit</property> 1.500 + <property name="icon_size">1</property> 1.501 + <property name="xalign">0.5</property> 1.502 + <property name="yalign">0.5</property> 1.503 + <property name="xpad">0</property> 1.504 + <property name="ypad">0</property> 1.505 + </widget> 1.506 + </child> 1.507 + </widget> 1.508 + </child> 1.509 + </widget> 1.510 + </child> 1.511 + </widget> 1.512 + </child> 1.513 + 1.514 + <child> 1.515 + <widget class="GtkMenuItem" id="OptionsMenu"> 1.516 + <property name="visible">True</property> 1.517 + <property name="label" translatable="yes">_Options</property> 1.518 + <property name="use_underline">True</property> 1.519 + 1.520 + <child> 1.521 + <widget class="GtkMenu" id="OptionsMenu_menu"> 1.522 + 1.523 + <child> 1.524 + <widget class="GtkMenuItem" id="FrameskipMenu"> 1.525 + <property name="visible">True</property> 1.526 + <property name="label" translatable="yes">_Frameskip</property> 1.527 + <property name="use_underline">True</property> 1.528 + 1.529 + <child> 1.530 + <widget class="GtkMenu" id="FrameskipMenu_menu"> 1.531 + 1.532 + <child> 1.533 + <widget class="GtkMenuItem" id="ThrottleMenu"> 1.534 + <property name="visible">True</property> 1.535 + <property name="label" translatable="yes">_Throttle</property> 1.536 + <property name="use_underline">True</property> 1.537 + 1.538 + <child> 1.539 + <widget class="GtkMenu" id="ThrottleMenu_menu"> 1.540 + 1.541 + <child> 1.542 + <widget class="GtkRadioMenuItem" id="ThrottleNoThrottle"> 1.543 + <property name="visible">True</property> 1.544 + <property name="label" translatable="yes">_No throttle</property> 1.545 + <property name="use_underline">True</property> 1.546 + <property name="active">True</property> 1.547 + </widget> 1.548 + </child> 1.549 + 1.550 + <child> 1.551 + <widget class="GtkRadioMenuItem" id="Throttle25"> 1.552 + <property name="visible">True</property> 1.553 + <property name="label" translatable="yes">25%</property> 1.554 + <property name="use_underline">True</property> 1.555 + <property name="active">False</property> 1.556 + <property name="group">ThrottleNoThrottle</property> 1.557 + </widget> 1.558 + </child> 1.559 + 1.560 + <child> 1.561 + <widget class="GtkRadioMenuItem" id="Throttle50"> 1.562 + <property name="visible">True</property> 1.563 + <property name="label" translatable="yes">50%</property> 1.564 + <property name="use_underline">True</property> 1.565 + <property name="active">False</property> 1.566 + <property name="group">ThrottleNoThrottle</property> 1.567 + </widget> 1.568 + </child> 1.569 + 1.570 + <child> 1.571 + <widget class="GtkRadioMenuItem" id="Throttle100"> 1.572 + <property name="visible">True</property> 1.573 + <property name="label" translatable="yes">100%</property> 1.574 + <property name="use_underline">True</property> 1.575 + <property name="active">False</property> 1.576 + <property name="group">ThrottleNoThrottle</property> 1.577 + </widget> 1.578 + </child> 1.579 + 1.580 + <child> 1.581 + <widget class="GtkRadioMenuItem" id="Throttle150"> 1.582 + <property name="visible">True</property> 1.583 + <property name="label" translatable="yes">150%</property> 1.584 + <property name="use_underline">True</property> 1.585 + <property name="active">False</property> 1.586 + <property name="group">ThrottleNoThrottle</property> 1.587 + </widget> 1.588 + </child> 1.589 + 1.590 + <child> 1.591 + <widget class="GtkRadioMenuItem" id="Throttle200"> 1.592 + <property name="visible">True</property> 1.593 + <property name="label" translatable="yes">200%</property> 1.594 + <property name="use_underline">True</property> 1.595 + <property name="active">False</property> 1.596 + <property name="group">ThrottleNoThrottle</property> 1.597 + </widget> 1.598 + </child> 1.599 + 1.600 + <child> 1.601 + <widget class="GtkRadioMenuItem" id="ThrottleOther"> 1.602 + <property name="visible">True</property> 1.603 + <property name="label" translatable="yes">_Other...</property> 1.604 + <property name="use_underline">True</property> 1.605 + <property name="active">False</property> 1.606 + <property name="group">ThrottleNoThrottle</property> 1.607 + </widget> 1.608 + </child> 1.609 + </widget> 1.610 + </child> 1.611 + </widget> 1.612 + </child> 1.613 + 1.614 + <child> 1.615 + <widget class="GtkSeparatorMenuItem" id="separator19"> 1.616 + <property name="visible">True</property> 1.617 + </widget> 1.618 + </child> 1.619 + 1.620 + <child> 1.621 + <widget class="GtkRadioMenuItem" id="FrameskipAutomatic"> 1.622 + <property name="visible">True</property> 1.623 + <property name="label" translatable="yes">_Automatic</property> 1.624 + <property name="use_underline">True</property> 1.625 + <property name="active">True</property> 1.626 + </widget> 1.627 + </child> 1.628 + 1.629 + <child> 1.630 + <widget class="GtkRadioMenuItem" id="Frameskip0"> 1.631 + <property name="visible">True</property> 1.632 + <property name="label" translatable="yes">_0</property> 1.633 + <property name="use_underline">True</property> 1.634 + <property name="active">False</property> 1.635 + <property name="group">FrameskipAutomatic</property> 1.636 + </widget> 1.637 + </child> 1.638 + 1.639 + <child> 1.640 + <widget class="GtkRadioMenuItem" id="Frameskip1"> 1.641 + <property name="visible">True</property> 1.642 + <property name="label" translatable="yes">_1</property> 1.643 + <property name="use_underline">True</property> 1.644 + <property name="active">False</property> 1.645 + <property name="group">FrameskipAutomatic</property> 1.646 + </widget> 1.647 + </child> 1.648 + 1.649 + <child> 1.650 + <widget class="GtkRadioMenuItem" id="Frameskip2"> 1.651 + <property name="visible">True</property> 1.652 + <property name="label" translatable="yes">_2</property> 1.653 + <property name="use_underline">True</property> 1.654 + <property name="active">False</property> 1.655 + <property name="group">FrameskipAutomatic</property> 1.656 + </widget> 1.657 + </child> 1.658 + 1.659 + <child> 1.660 + <widget class="GtkRadioMenuItem" id="Frameskip3"> 1.661 + <property name="visible">True</property> 1.662 + <property name="label" translatable="yes">_3</property> 1.663 + <property name="use_underline">True</property> 1.664 + <property name="active">False</property> 1.665 + <property name="group">FrameskipAutomatic</property> 1.666 + </widget> 1.667 + </child> 1.668 + 1.669 + <child> 1.670 + <widget class="GtkRadioMenuItem" id="Frameskip4"> 1.671 + <property name="visible">True</property> 1.672 + <property name="label" translatable="yes">_4</property> 1.673 + <property name="use_underline">True</property> 1.674 + <property name="active">False</property> 1.675 + <property name="group">FrameskipAutomatic</property> 1.676 + </widget> 1.677 + </child> 1.678 + 1.679 + <child> 1.680 + <widget class="GtkRadioMenuItem" id="Frameskip5"> 1.681 + <property name="visible">True</property> 1.682 + <property name="label" translatable="yes">_5</property> 1.683 + <property name="use_underline">True</property> 1.684 + <property name="active">False</property> 1.685 + <property name="group">FrameskipAutomatic</property> 1.686 + </widget> 1.687 + </child> 1.688 + 1.689 + <child> 1.690 + <widget class="GtkRadioMenuItem" id="Frameskip6"> 1.691 + <property name="visible">True</property> 1.692 + <property name="label" translatable="yes">_6</property> 1.693 + <property name="use_underline">True</property> 1.694 + <property name="active">False</property> 1.695 + <property name="group">FrameskipAutomatic</property> 1.696 + </widget> 1.697 + </child> 1.698 + 1.699 + <child> 1.700 + <widget class="GtkRadioMenuItem" id="Frameskip7"> 1.701 + <property name="visible">True</property> 1.702 + <property name="label" translatable="yes">_7</property> 1.703 + <property name="use_underline">True</property> 1.704 + <property name="active">False</property> 1.705 + <property name="group">FrameskipAutomatic</property> 1.706 + </widget> 1.707 + </child> 1.708 + 1.709 + <child> 1.710 + <widget class="GtkRadioMenuItem" id="Frameskip8"> 1.711 + <property name="visible">True</property> 1.712 + <property name="label" translatable="yes">_8</property> 1.713 + <property name="use_underline">True</property> 1.714 + <property name="active">False</property> 1.715 + <property name="group">FrameskipAutomatic</property> 1.716 + </widget> 1.717 + </child> 1.718 + 1.719 + <child> 1.720 + <widget class="GtkRadioMenuItem" id="Frameskip9"> 1.721 + <property name="visible">True</property> 1.722 + <property name="label" translatable="yes">_9</property> 1.723 + <property name="use_underline">True</property> 1.724 + <property name="active">False</property> 1.725 + <property name="group">FrameskipAutomatic</property> 1.726 + </widget> 1.727 + </child> 1.728 + </widget> 1.729 + </child> 1.730 + </widget> 1.731 + </child> 1.732 + 1.733 + <child> 1.734 + <widget class="GtkMenuItem" id="VideoMenu"> 1.735 + <property name="visible">True</property> 1.736 + <property name="label" translatable="yes">_Video</property> 1.737 + <property name="use_underline">True</property> 1.738 + 1.739 + <child> 1.740 + <widget class="GtkMenu" id="VideoMenu_menu"> 1.741 + 1.742 + <child> 1.743 + <widget class="GtkRadioMenuItem" id="Video1x"> 1.744 + <property name="visible">True</property> 1.745 + <property name="label" translatable="yes">_1x</property> 1.746 + <property name="use_underline">True</property> 1.747 + <property name="active">True</property> 1.748 + </widget> 1.749 + </child> 1.750 + 1.751 + <child> 1.752 + <widget class="GtkRadioMenuItem" id="Video2x"> 1.753 + <property name="visible">True</property> 1.754 + <property name="label" translatable="yes">_2x</property> 1.755 + <property name="use_underline">True</property> 1.756 + <property name="active">False</property> 1.757 + <property name="group">Video1x</property> 1.758 + </widget> 1.759 + </child> 1.760 + 1.761 + <child> 1.762 + <widget class="GtkRadioMenuItem" id="Video3x"> 1.763 + <property name="visible">True</property> 1.764 + <property name="label" translatable="yes">_3x</property> 1.765 + <property name="use_underline">True</property> 1.766 + <property name="active">False</property> 1.767 + <property name="group">Video1x</property> 1.768 + </widget> 1.769 + </child> 1.770 + 1.771 + <child> 1.772 + <widget class="GtkRadioMenuItem" id="Video4x"> 1.773 + <property name="visible">True</property> 1.774 + <property name="label" translatable="yes">_4x</property> 1.775 + <property name="use_underline">True</property> 1.776 + <property name="active">False</property> 1.777 + <property name="group">Video1x</property> 1.778 + </widget> 1.779 + </child> 1.780 + 1.781 + <child> 1.782 + <widget class="GtkRadioMenuItem" id="Video5x"> 1.783 + <property name="visible">True</property> 1.784 + <property name="label" translatable="yes">_5x</property> 1.785 + <property name="use_underline">True</property> 1.786 + <property name="active">False</property> 1.787 + <property name="group">Video1x</property> 1.788 + </widget> 1.789 + </child> 1.790 + 1.791 + <child> 1.792 + <widget class="GtkRadioMenuItem" id="Video6x"> 1.793 + <property name="visible">True</property> 1.794 + <property name="label" translatable="yes">_6x</property> 1.795 + <property name="use_underline">True</property> 1.796 + <property name="active">False</property> 1.797 + <property name="group">Video1x</property> 1.798 + </widget> 1.799 + </child> 1.800 + 1.801 + <child> 1.802 + <widget class="GtkSeparatorMenuItem" id="separator9"> 1.803 + <property name="visible">True</property> 1.804 + </widget> 1.805 + </child> 1.806 + 1.807 + <child> 1.808 + <widget class="GtkMenuItem" id="LayersMenu"> 1.809 + <property name="visible">True</property> 1.810 + <property name="label" translatable="yes">_Layers</property> 1.811 + <property name="use_underline">True</property> 1.812 + 1.813 + <child> 1.814 + <widget class="GtkMenu" id="LayersMenu_menu"> 1.815 + 1.816 + <child> 1.817 + <widget class="GtkCheckMenuItem" id="LayersBg0"> 1.818 + <property name="visible">True</property> 1.819 + <property name="label" translatable="yes">BG0</property> 1.820 + <property name="use_underline">True</property> 1.821 + <property name="active">False</property> 1.822 + <accelerator key="1" modifiers="GDK_CONTROL_MASK" signal="activate"/> 1.823 + </widget> 1.824 + </child> 1.825 + 1.826 + <child> 1.827 + <widget class="GtkCheckMenuItem" id="LayersBg1"> 1.828 + <property name="visible">True</property> 1.829 + <property name="label" translatable="yes">BG1</property> 1.830 + <property name="use_underline">True</property> 1.831 + <property name="active">False</property> 1.832 + <accelerator key="2" modifiers="GDK_CONTROL_MASK" signal="activate"/> 1.833 + </widget> 1.834 + </child> 1.835 + 1.836 + <child> 1.837 + <widget class="GtkCheckMenuItem" id="LayersBg2"> 1.838 + <property name="visible">True</property> 1.839 + <property name="label" translatable="yes">BG2</property> 1.840 + <property name="use_underline">True</property> 1.841 + <property name="active">False</property> 1.842 + <accelerator key="3" modifiers="GDK_CONTROL_MASK" signal="activate"/> 1.843 + </widget> 1.844 + </child> 1.845 + 1.846 + <child> 1.847 + <widget class="GtkCheckMenuItem" id="LayersBg3"> 1.848 + <property name="visible">True</property> 1.849 + <property name="label" translatable="yes">BG3</property> 1.850 + <property name="use_underline">True</property> 1.851 + <property name="active">False</property> 1.852 + <accelerator key="4" modifiers="GDK_CONTROL_MASK" signal="activate"/> 1.853 + </widget> 1.854 + </child> 1.855 + 1.856 + <child> 1.857 + <widget class="GtkCheckMenuItem" id="LayersObj"> 1.858 + <property name="visible">True</property> 1.859 + <property name="label" translatable="yes">OBJ</property> 1.860 + <property name="use_underline">True</property> 1.861 + <property name="active">False</property> 1.862 + <accelerator key="5" modifiers="GDK_CONTROL_MASK" signal="activate"/> 1.863 + </widget> 1.864 + </child> 1.865 + 1.866 + <child> 1.867 + <widget class="GtkCheckMenuItem" id="LayersWin0"> 1.868 + <property name="visible">True</property> 1.869 + <property name="label" translatable="yes">WIN0</property> 1.870 + <property name="use_underline">True</property> 1.871 + <property name="active">False</property> 1.872 + <accelerator key="6" modifiers="GDK_CONTROL_MASK" signal="activate"/> 1.873 + </widget> 1.874 + </child> 1.875 + 1.876 + <child> 1.877 + <widget class="GtkCheckMenuItem" id="LayersWin1"> 1.878 + <property name="visible">True</property> 1.879 + <property name="label" translatable="yes">WIN1</property> 1.880 + <property name="use_underline">True</property> 1.881 + <property name="active">False</property> 1.882 + <accelerator key="7" modifiers="GDK_CONTROL_MASK" signal="activate"/> 1.883 + </widget> 1.884 + </child> 1.885 + 1.886 + <child> 1.887 + <widget class="GtkCheckMenuItem" id="LayersObjWin"> 1.888 + <property name="visible">True</property> 1.889 + <property name="label" translatable="yes">OBJWIN</property> 1.890 + <property name="use_underline">True</property> 1.891 + <property name="active">False</property> 1.892 + <accelerator key="8" modifiers="GDK_CONTROL_MASK" signal="activate"/> 1.893 + </widget> 1.894 + </child> 1.895 + </widget> 1.896 + </child> 1.897 + </widget> 1.898 + </child> 1.899 + </widget> 1.900 + </child> 1.901 + </widget> 1.902 + </child> 1.903 + 1.904 + <child> 1.905 + <widget class="GtkMenuItem" id="EmulatorMenu"> 1.906 + <property name="visible">True</property> 1.907 + <property name="label" translatable="yes">_Emulator</property> 1.908 + <property name="use_underline">True</property> 1.909 + 1.910 + <child> 1.911 + <widget class="GtkMenu" id="EmulatorMenu_menu"> 1.912 + 1.913 + <child> 1.914 + <widget class="GtkMenuItem" id="EmulatorDirectories"> 1.915 + <property name="visible">True</property> 1.916 + <property name="label" translatable="yes">Directories...</property> 1.917 + <property name="use_underline">True</property> 1.918 + </widget> 1.919 + </child> 1.920 + 1.921 + <child> 1.922 + <widget class="GtkCheckMenuItem" id="EmulatorPauseWhenInactive"> 1.923 + <property name="visible">True</property> 1.924 + <property name="label" translatable="yes">Pause when inactive window</property> 1.925 + <property name="use_underline">True</property> 1.926 + <property name="active">False</property> 1.927 + </widget> 1.928 + </child> 1.929 + 1.930 + <child> 1.931 + <widget class="GtkMenuItem" id="ShowSpeedMenu"> 1.932 + <property name="visible">True</property> 1.933 + <property name="label" translatable="yes">Show speed</property> 1.934 + <property name="use_underline">True</property> 1.935 + 1.936 + <child> 1.937 + <widget class="GtkMenu" id="ShowSpeedMenu_menu"> 1.938 + 1.939 + <child> 1.940 + <widget class="GtkRadioMenuItem" id="ShowSpeedNone"> 1.941 + <property name="visible">True</property> 1.942 + <property name="label" translatable="yes">None</property> 1.943 + <property name="use_underline">True</property> 1.944 + <property name="active">True</property> 1.945 + </widget> 1.946 + </child> 1.947 + 1.948 + <child> 1.949 + <widget class="GtkRadioMenuItem" id="ShowSpeedPercentage"> 1.950 + <property name="visible">True</property> 1.951 + <property name="label" translatable="yes">Percentage</property> 1.952 + <property name="use_underline">True</property> 1.953 + <property name="active">False</property> 1.954 + <property name="group">ShowSpeedNone</property> 1.955 + </widget> 1.956 + </child> 1.957 + 1.958 + <child> 1.959 + <widget class="GtkRadioMenuItem" id="ShowSpeedDetailed"> 1.960 + <property name="visible">True</property> 1.961 + <property name="label" translatable="yes">Detailed</property> 1.962 + <property name="use_underline">True</property> 1.963 + <property name="active">False</property> 1.964 + <property name="group">ShowSpeedNone</property> 1.965 + </widget> 1.966 + </child> 1.967 + </widget> 1.968 + </child> 1.969 + </widget> 1.970 + </child> 1.971 + 1.972 + <child> 1.973 + <widget class="GtkMenuItem" id="SaveTypeMenu"> 1.974 + <property name="visible">True</property> 1.975 + <property name="label" translatable="yes">Save type</property> 1.976 + <property name="use_underline">True</property> 1.977 + 1.978 + <child> 1.979 + <widget class="GtkMenu" id="SaveTypeMenu_menu"> 1.980 + 1.981 + <child> 1.982 + <widget class="GtkRadioMenuItem" id="SaveTypeAutomatic"> 1.983 + <property name="visible">True</property> 1.984 + <property name="label" translatable="yes">_Automatic</property> 1.985 + <property name="use_underline">True</property> 1.986 + <property name="active">True</property> 1.987 + </widget> 1.988 + </child> 1.989 + 1.990 + <child> 1.991 + <widget class="GtkRadioMenuItem" id="SaveTypeEeprom"> 1.992 + <property name="visible">True</property> 1.993 + <property name="label" translatable="yes">EEPROM</property> 1.994 + <property name="use_underline">True</property> 1.995 + <property name="active">False</property> 1.996 + <property name="group">SaveTypeAutomatic</property> 1.997 + </widget> 1.998 + </child> 1.999 + 1.1000 + <child> 1.1001 + <widget class="GtkRadioMenuItem" id="SaveTypeSram"> 1.1002 + <property name="visible">True</property> 1.1003 + <property name="label" translatable="yes">SRAM</property> 1.1004 + <property name="use_underline">True</property> 1.1005 + <property name="active">False</property> 1.1006 + <property name="group">SaveTypeAutomatic</property> 1.1007 + </widget> 1.1008 + </child> 1.1009 + 1.1010 + <child> 1.1011 + <widget class="GtkRadioMenuItem" id="SaveTypeFlash"> 1.1012 + <property name="visible">True</property> 1.1013 + <property name="label" translatable="yes">Flash</property> 1.1014 + <property name="use_underline">True</property> 1.1015 + <property name="active">False</property> 1.1016 + <property name="group">SaveTypeAutomatic</property> 1.1017 + </widget> 1.1018 + </child> 1.1019 + 1.1020 + <child> 1.1021 + <widget class="GtkRadioMenuItem" id="SaveTypeEepromSensor"> 1.1022 + <property name="visible">True</property> 1.1023 + <property name="label" translatable="yes">EEPROM+Sensor</property> 1.1024 + <property name="use_underline">True</property> 1.1025 + <property name="active">False</property> 1.1026 + <property name="group">SaveTypeAutomatic</property> 1.1027 + </widget> 1.1028 + </child> 1.1029 + 1.1030 + <child> 1.1031 + <widget class="GtkRadioMenuItem" id="SaveTypeNone"> 1.1032 + <property name="visible">True</property> 1.1033 + <property name="label" translatable="yes">None</property> 1.1034 + <property name="use_underline">True</property> 1.1035 + <property name="active">False</property> 1.1036 + <property name="group">SaveTypeAutomatic</property> 1.1037 + </widget> 1.1038 + </child> 1.1039 + 1.1040 + <child> 1.1041 + <widget class="GtkSeparatorMenuItem" id="separator10"> 1.1042 + <property name="visible">True</property> 1.1043 + </widget> 1.1044 + </child> 1.1045 + 1.1046 + <child> 1.1047 + <widget class="GtkRadioMenuItem" id="SaveTypeFlash64K"> 1.1048 + <property name="visible">True</property> 1.1049 + <property name="label" translatable="yes">Flash 64K</property> 1.1050 + <property name="use_underline">True</property> 1.1051 + <property name="active">True</property> 1.1052 + </widget> 1.1053 + </child> 1.1054 + 1.1055 + <child> 1.1056 + <widget class="GtkRadioMenuItem" id="SaveTypeFlash128K"> 1.1057 + <property name="visible">True</property> 1.1058 + <property name="label" translatable="yes">Flash 128K</property> 1.1059 + <property name="use_underline">True</property> 1.1060 + <property name="active">False</property> 1.1061 + <property name="group">SaveTypeFlash64K</property> 1.1062 + </widget> 1.1063 + </child> 1.1064 + </widget> 1.1065 + </child> 1.1066 + </widget> 1.1067 + </child> 1.1068 + 1.1069 + <child> 1.1070 + <widget class="GtkSeparatorMenuItem" id="separator31"> 1.1071 + <property name="visible">True</property> 1.1072 + </widget> 1.1073 + </child> 1.1074 + 1.1075 + <child> 1.1076 + <widget class="GtkMenuItem" id="EmulatorSelectBios"> 1.1077 + <property name="visible">True</property> 1.1078 + <property name="label" translatable="yes">_Select BIOS file...</property> 1.1079 + <property name="use_underline">True</property> 1.1080 + </widget> 1.1081 + </child> 1.1082 + 1.1083 + <child> 1.1084 + <widget class="GtkCheckMenuItem" id="EmulatorUseBios"> 1.1085 + <property name="visible">True</property> 1.1086 + <property name="label" translatable="yes">_Use BIOS file</property> 1.1087 + <property name="use_underline">True</property> 1.1088 + <property name="active">False</property> 1.1089 + </widget> 1.1090 + </child> 1.1091 + 1.1092 + <child> 1.1093 + <widget class="GtkSeparatorMenuItem" id="separator30"> 1.1094 + <property name="visible">True</property> 1.1095 + </widget> 1.1096 + </child> 1.1097 + 1.1098 + <child> 1.1099 + <widget class="GtkMenuItem" id="ScreenshotFormatMenu"> 1.1100 + <property name="visible">True</property> 1.1101 + <property name="label" translatable="yes">Screenshot format</property> 1.1102 + <property name="use_underline">True</property> 1.1103 + 1.1104 + <child> 1.1105 + <widget class="GtkMenu" id="ScreenshotFormatMenu_menu"> 1.1106 + 1.1107 + <child> 1.1108 + <widget class="GtkRadioMenuItem" id="ScreenshotFormatPNG"> 1.1109 + <property name="visible">True</property> 1.1110 + <property name="label" translatable="yes">_PNG</property> 1.1111 + <property name="use_underline">True</property> 1.1112 + <property name="active">True</property> 1.1113 + </widget> 1.1114 + </child> 1.1115 + 1.1116 + <child> 1.1117 + <widget class="GtkRadioMenuItem" id="ScreenshotFormatBMP"> 1.1118 + <property name="visible">True</property> 1.1119 + <property name="label" translatable="yes">_BMP</property> 1.1120 + <property name="use_underline">True</property> 1.1121 + <property name="active">False</property> 1.1122 + <property name="group">ScreenshotFormatPNG</property> 1.1123 + </widget> 1.1124 + </child> 1.1125 + </widget> 1.1126 + </child> 1.1127 + </widget> 1.1128 + </child> 1.1129 + </widget> 1.1130 + </child> 1.1131 + </widget> 1.1132 + </child> 1.1133 + 1.1134 + <child> 1.1135 + <widget class="GtkMenuItem" id="SoundMenu"> 1.1136 + <property name="visible">True</property> 1.1137 + <property name="label" translatable="yes">_Sound</property> 1.1138 + <property name="use_underline">True</property> 1.1139 + 1.1140 + <child> 1.1141 + <widget class="GtkMenu" id="SoundMenu_menu"> 1.1142 + 1.1143 + <child> 1.1144 + <widget class="GtkRadioMenuItem" id="SoundOff"> 1.1145 + <property name="visible">True</property> 1.1146 + <property name="label" translatable="yes">O_ff</property> 1.1147 + <property name="use_underline">True</property> 1.1148 + <property name="active">True</property> 1.1149 + </widget> 1.1150 + </child> 1.1151 + 1.1152 + <child> 1.1153 + <widget class="GtkRadioMenuItem" id="SoundMute"> 1.1154 + <property name="visible">True</property> 1.1155 + <property name="label" translatable="yes">_Mute</property> 1.1156 + <property name="use_underline">True</property> 1.1157 + <property name="active">False</property> 1.1158 + <property name="group">SoundOff</property> 1.1159 + </widget> 1.1160 + </child> 1.1161 + 1.1162 + <child> 1.1163 + <widget class="GtkRadioMenuItem" id="SoundOn"> 1.1164 + <property name="visible">True</property> 1.1165 + <property name="label" translatable="yes">_On</property> 1.1166 + <property name="use_underline">True</property> 1.1167 + <property name="active">False</property> 1.1168 + <property name="group">SoundOff</property> 1.1169 + </widget> 1.1170 + </child> 1.1171 + 1.1172 + <child> 1.1173 + <widget class="GtkSeparatorMenuItem" id="separator11"> 1.1174 + <property name="visible">True</property> 1.1175 + </widget> 1.1176 + </child> 1.1177 + 1.1178 + <child> 1.1179 + <widget class="GtkCheckMenuItem" id="SoundEcho"> 1.1180 + <property name="visible">True</property> 1.1181 + <property name="label" translatable="yes">Echo</property> 1.1182 + <property name="use_underline">True</property> 1.1183 + <property name="active">False</property> 1.1184 + </widget> 1.1185 + </child> 1.1186 + 1.1187 + <child> 1.1188 + <widget class="GtkCheckMenuItem" id="SoundLowPass"> 1.1189 + <property name="visible">True</property> 1.1190 + <property name="label" translatable="yes">Low pass filter</property> 1.1191 + <property name="use_underline">True</property> 1.1192 + <property name="active">False</property> 1.1193 + </widget> 1.1194 + </child> 1.1195 + 1.1196 + <child> 1.1197 + <widget class="GtkCheckMenuItem" id="SoundReverseStereo"> 1.1198 + <property name="visible">True</property> 1.1199 + <property name="label" translatable="yes">Reverse stereo</property> 1.1200 + <property name="use_underline">True</property> 1.1201 + <property name="active">False</property> 1.1202 + </widget> 1.1203 + </child> 1.1204 + 1.1205 + <child> 1.1206 + <widget class="GtkSeparatorMenuItem" id="separator13"> 1.1207 + <property name="visible">True</property> 1.1208 + </widget> 1.1209 + </child> 1.1210 + 1.1211 + <child> 1.1212 + <widget class="GtkCheckMenuItem" id="SoundChannel1"> 1.1213 + <property name="visible">True</property> 1.1214 + <property name="label" translatable="yes">Channel _1</property> 1.1215 + <property name="use_underline">True</property> 1.1216 + <property name="active">False</property> 1.1217 + </widget> 1.1218 + </child> 1.1219 + 1.1220 + <child> 1.1221 + <widget class="GtkCheckMenuItem" id="SoundChannel2"> 1.1222 + <property name="visible">True</property> 1.1223 + <property name="label" translatable="yes">Channel _2</property> 1.1224 + <property name="use_underline">True</property> 1.1225 + <property name="active">False</property> 1.1226 + </widget> 1.1227 + </child> 1.1228 + 1.1229 + <child> 1.1230 + <widget class="GtkCheckMenuItem" id="SoundChannel3"> 1.1231 + <property name="visible">True</property> 1.1232 + <property name="label" translatable="yes">Channel _3</property> 1.1233 + <property name="use_underline">True</property> 1.1234 + <property name="active">False</property> 1.1235 + </widget> 1.1236 + </child> 1.1237 + 1.1238 + <child> 1.1239 + <widget class="GtkCheckMenuItem" id="SoundChannel4"> 1.1240 + <property name="visible">True</property> 1.1241 + <property name="label" translatable="yes">Channel _4</property> 1.1242 + <property name="use_underline">True</property> 1.1243 + <property name="active">False</property> 1.1244 + </widget> 1.1245 + </child> 1.1246 + 1.1247 + <child> 1.1248 + <widget class="GtkCheckMenuItem" id="SoundChannelA"> 1.1249 + <property name="visible">True</property> 1.1250 + <property name="label" translatable="yes">Channel _A</property> 1.1251 + <property name="use_underline">True</property> 1.1252 + <property name="active">False</property> 1.1253 + </widget> 1.1254 + </child> 1.1255 + 1.1256 + <child> 1.1257 + <widget class="GtkCheckMenuItem" id="SoundChannelB"> 1.1258 + <property name="visible">True</property> 1.1259 + <property name="label" translatable="yes">Channel _B</property> 1.1260 + <property name="use_underline">True</property> 1.1261 + <property name="active">False</property> 1.1262 + </widget> 1.1263 + </child> 1.1264 + 1.1265 + <child> 1.1266 + <widget class="GtkSeparatorMenuItem" id="separator14"> 1.1267 + <property name="visible">True</property> 1.1268 + </widget> 1.1269 + </child> 1.1270 + 1.1271 + <child> 1.1272 + <widget class="GtkRadioMenuItem" id="Sound11Khz"> 1.1273 + <property name="visible">True</property> 1.1274 + <property name="label" translatable="yes">11 _Khz</property> 1.1275 + <property name="use_underline">True</property> 1.1276 + <property name="active">True</property> 1.1277 + </widget> 1.1278 + </child> 1.1279 + 1.1280 + <child> 1.1281 + <widget class="GtkRadioMenuItem" id="Sound22Khz"> 1.1282 + <property name="visible">True</property> 1.1283 + <property name="label" translatable="yes">22 K_hz</property> 1.1284 + <property name="use_underline">True</property> 1.1285 + <property name="active">False</property> 1.1286 + <property name="group">Sound11Khz</property> 1.1287 + </widget> 1.1288 + </child> 1.1289 + 1.1290 + <child> 1.1291 + <widget class="GtkRadioMenuItem" id="Sound44Khz"> 1.1292 + <property name="visible">True</property> 1.1293 + <property name="label" translatable="yes">44 Kh_z</property> 1.1294 + <property name="use_underline">True</property> 1.1295 + <property name="active">False</property> 1.1296 + <property name="group">Sound11Khz</property> 1.1297 + </widget> 1.1298 + </child> 1.1299 + 1.1300 + <child> 1.1301 + <widget class="GtkSeparatorMenuItem" id="separator15"> 1.1302 + <property name="visible">True</property> 1.1303 + </widget> 1.1304 + </child> 1.1305 + 1.1306 + <child> 1.1307 + <widget class="GtkMenuItem" id="VolumeMenu"> 1.1308 + <property name="visible">True</property> 1.1309 + <property name="label" translatable="yes">_Volume</property> 1.1310 + <property name="use_underline">True</property> 1.1311 + 1.1312 + <child> 1.1313 + <widget class="GtkMenu" id="VolumeMenu_menu"> 1.1314 + 1.1315 + <child> 1.1316 + <widget class="GtkRadioMenuItem" id="Volume25"> 1.1317 + <property name="visible">True</property> 1.1318 + <property name="label" translatable="yes">25%</property> 1.1319 + <property name="use_underline">True</property> 1.1320 + <property name="active">True</property> 1.1321 + </widget> 1.1322 + </child> 1.1323 + 1.1324 + <child> 1.1325 + <widget class="GtkRadioMenuItem" id="Volume50"> 1.1326 + <property name="visible">True</property> 1.1327 + <property name="label" translatable="yes">50%</property> 1.1328 + <property name="use_underline">True</property> 1.1329 + <property name="active">False</property> 1.1330 + <property name="group">Volume25</property> 1.1331 + </widget> 1.1332 + </child> 1.1333 + 1.1334 + <child> 1.1335 + <widget class="GtkRadioMenuItem" id="Volume100"> 1.1336 + <property name="visible">True</property> 1.1337 + <property name="label" translatable="yes">100%</property> 1.1338 + <property name="use_underline">True</property> 1.1339 + <property name="active">False</property> 1.1340 + <property name="group">Volume25</property> 1.1341 + </widget> 1.1342 + </child> 1.1343 + 1.1344 + <child> 1.1345 + <widget class="GtkRadioMenuItem" id="Volume200"> 1.1346 + <property name="visible">True</property> 1.1347 + <property name="label" translatable="yes">200%</property> 1.1348 + <property name="use_underline">True</property> 1.1349 + <property name="active">False</property> 1.1350 + <property name="group">Volume25</property> 1.1351 + </widget> 1.1352 + </child> 1.1353 + 1.1354 + <child> 1.1355 + <widget class="GtkRadioMenuItem" id="Volume300"> 1.1356 + <property name="visible">True</property> 1.1357 + <property name="label" translatable="yes">300%</property> 1.1358 + <property name="use_underline">True</property> 1.1359 + <property name="active">False</property> 1.1360 + <property name="group">Volume25</property> 1.1361 + </widget> 1.1362 + </child> 1.1363 + 1.1364 + <child> 1.1365 + <widget class="GtkRadioMenuItem" id="Volume400"> 1.1366 + <property name="visible">True</property> 1.1367 + <property name="label" translatable="yes">400%</property> 1.1368 + <property name="use_underline">True</property> 1.1369 + <property name="active">False</property> 1.1370 + <property name="group">Volume25</property> 1.1371 + </widget> 1.1372 + </child> 1.1373 + </widget> 1.1374 + </child> 1.1375 + </widget> 1.1376 + </child> 1.1377 + </widget> 1.1378 + </child> 1.1379 + </widget> 1.1380 + </child> 1.1381 + 1.1382 + <child> 1.1383 + <widget class="GtkMenuItem" id="GameboyMenu"> 1.1384 + <property name="visible">True</property> 1.1385 + <property name="label" translatable="yes">_Gameboy</property> 1.1386 + <property name="use_underline">True</property> 1.1387 + 1.1388 + <child> 1.1389 + <widget class="GtkMenu" id="GameboyMenu_menu"> 1.1390 + 1.1391 + <child> 1.1392 + <widget class="GtkCheckMenuItem" id="GameboyBorder"> 1.1393 + <property name="visible">True</property> 1.1394 + <property name="label" translatable="yes">_Border</property> 1.1395 + <property name="use_underline">True</property> 1.1396 + <property name="active">False</property> 1.1397 + </widget> 1.1398 + </child> 1.1399 + 1.1400 + <child> 1.1401 + <widget class="GtkCheckMenuItem" id="GameboyPrinter"> 1.1402 + <property name="visible">True</property> 1.1403 + <property name="label" translatable="yes">_Printer</property> 1.1404 + <property name="use_underline">True</property> 1.1405 + <property name="active">False</property> 1.1406 + </widget> 1.1407 + </child> 1.1408 + 1.1409 + <child> 1.1410 + <widget class="GtkSeparatorMenuItem" id="separator16"> 1.1411 + <property name="visible">True</property> 1.1412 + </widget> 1.1413 + </child> 1.1414 + 1.1415 + <child> 1.1416 + <widget class="GtkRadioMenuItem" id="GameboyAutomatic"> 1.1417 + <property name="visible">True</property> 1.1418 + <property name="label" translatable="yes">_Automatic</property> 1.1419 + <property name="use_underline">True</property> 1.1420 + <property name="active">True</property> 1.1421 + </widget> 1.1422 + </child> 1.1423 + 1.1424 + <child> 1.1425 + <widget class="GtkRadioMenuItem" id="GameboyGba"> 1.1426 + <property name="visible">True</property> 1.1427 + <property name="label" translatable="yes">_GBA</property> 1.1428 + <property name="use_underline">True</property> 1.1429 + <property name="active">False</property> 1.1430 + <property name="group">GameboyAutomatic</property> 1.1431 + </widget> 1.1432 + </child> 1.1433 + 1.1434 + <child> 1.1435 + <widget class="GtkRadioMenuItem" id="GameboyCgb"> 1.1436 + <property name="visible">True</property> 1.1437 + <property name="label" translatable="yes">_CGB/GBC</property> 1.1438 + <property name="use_underline">True</property> 1.1439 + <property name="active">False</property> 1.1440 + <property name="group">GameboyAutomatic</property> 1.1441 + </widget> 1.1442 + </child> 1.1443 + 1.1444 + <child> 1.1445 + <widget class="GtkRadioMenuItem" id="GameboySgb"> 1.1446 + <property name="visible">True</property> 1.1447 + <property name="label" translatable="yes">_SGB</property> 1.1448 + <property name="use_underline">True</property> 1.1449 + <property name="active">False</property> 1.1450 + <property name="group">GameboyAutomatic</property> 1.1451 + </widget> 1.1452 + </child> 1.1453 + 1.1454 + <child> 1.1455 + <widget class="GtkRadioMenuItem" id="GameboySgb2"> 1.1456 + <property name="visible">True</property> 1.1457 + <property name="label" translatable="yes">SGB_2</property> 1.1458 + <property name="use_underline">True</property> 1.1459 + <property name="active">False</property> 1.1460 + <property name="group">GameboyAutomatic</property> 1.1461 + </widget> 1.1462 + </child> 1.1463 + 1.1464 + <child> 1.1465 + <widget class="GtkRadioMenuItem" id="GameboyGb"> 1.1466 + <property name="visible">True</property> 1.1467 + <property name="label" translatable="yes">G_B</property> 1.1468 + <property name="use_underline">True</property> 1.1469 + <property name="active">False</property> 1.1470 + <property name="group">GameboyAutomatic</property> 1.1471 + </widget> 1.1472 + </child> 1.1473 + </widget> 1.1474 + </child> 1.1475 + </widget> 1.1476 + </child> 1.1477 + 1.1478 + <child> 1.1479 + <widget class="GtkMenuItem" id="FilterMenu"> 1.1480 + <property name="visible">True</property> 1.1481 + <property name="label" translatable="yes">F_ilter</property> 1.1482 + <property name="use_underline">True</property> 1.1483 + 1.1484 + <child> 1.1485 + <widget class="GtkMenu" id="FilterMenu_menu"> 1.1486 + 1.1487 + <child> 1.1488 + <widget class="GtkMenuItem" id="InterframeBlendingMenu"> 1.1489 + <property name="visible">True</property> 1.1490 + <property name="label" translatable="yes">Interframe _blending</property> 1.1491 + <property name="use_underline">True</property> 1.1492 + 1.1493 + <child> 1.1494 + <widget class="GtkMenu" id="InterframeBlendingMenu_menu"> 1.1495 + 1.1496 + <child> 1.1497 + <widget class="GtkRadioMenuItem" id="IFBNone"> 1.1498 + <property name="visible">True</property> 1.1499 + <property name="label" translatable="yes">_None</property> 1.1500 + <property name="use_underline">True</property> 1.1501 + <property name="active">True</property> 1.1502 + </widget> 1.1503 + </child> 1.1504 + 1.1505 + <child> 1.1506 + <widget class="GtkRadioMenuItem" id="IFBSmart"> 1.1507 + <property name="visible">True</property> 1.1508 + <property name="label" translatable="yes">_Smart</property> 1.1509 + <property name="use_underline">True</property> 1.1510 + <property name="active">False</property> 1.1511 + <property name="group">IFBNone</property> 1.1512 + </widget> 1.1513 + </child> 1.1514 + 1.1515 + <child> 1.1516 + <widget class="GtkRadioMenuItem" id="IFBMotionBlur"> 1.1517 + <property name="visible">True</property> 1.1518 + <property name="label" translatable="yes">_Motion Blur</property> 1.1519 + <property name="use_underline">True</property> 1.1520 + <property name="active">False</property> 1.1521 + <property name="group">IFBNone</property> 1.1522 + </widget> 1.1523 + </child> 1.1524 + </widget> 1.1525 + </child> 1.1526 + </widget> 1.1527 + </child> 1.1528 + 1.1529 + <child> 1.1530 + <widget class="GtkSeparatorMenuItem" id="separator20"> 1.1531 + <property name="visible">True</property> 1.1532 + </widget> 1.1533 + </child> 1.1534 + 1.1535 + <child> 1.1536 + <widget class="GtkRadioMenuItem" id="FilterNone"> 1.1537 + <property name="visible">True</property> 1.1538 + <property name="label" translatable="yes">_None</property> 1.1539 + <property name="use_underline">True</property> 1.1540 + <property name="active">True</property> 1.1541 + </widget> 1.1542 + </child> 1.1543 + 1.1544 + <child> 1.1545 + <widget class="GtkRadioMenuItem" id="FilterTVMode"> 1.1546 + <property name="visible">True</property> 1.1547 + <property name="label" translatable="yes">_TV Mode</property> 1.1548 + <property name="use_underline">True</property> 1.1549 + <property name="active">False</property> 1.1550 + <property name="group">FilterNone</property> 1.1551 + </widget> 1.1552 + </child> 1.1553 + 1.1554 + <child> 1.1555 + <widget class="GtkRadioMenuItem" id="Filter2xSaI"> 1.1556 + <property name="visible">True</property> 1.1557 + <property name="label" translatable="yes">_2xSaI</property> 1.1558 + <property name="use_underline">True</property> 1.1559 + <property name="active">False</property> 1.1560 + <property name="group">FilterNone</property> 1.1561 + </widget> 1.1562 + </child> 1.1563 + 1.1564 + <child> 1.1565 + <widget class="GtkRadioMenuItem" id="FilterSuper2xSaI"> 1.1566 + <property name="visible">True</property> 1.1567 + <property name="label" translatable="yes">_Super 2xSaI</property> 1.1568 + <property name="use_underline">True</property> 1.1569 + <property name="active">False</property> 1.1570 + <property name="group">FilterNone</property> 1.1571 + </widget> 1.1572 + </child> 1.1573 + 1.1574 + <child> 1.1575 + <widget class="GtkRadioMenuItem" id="FilterSuperEagle"> 1.1576 + <property name="visible">True</property> 1.1577 + <property name="label" translatable="yes">Super _Eagle</property> 1.1578 + <property name="use_underline">True</property> 1.1579 + <property name="active">False</property> 1.1580 + <property name="group">FilterNone</property> 1.1581 + </widget> 1.1582 + </child> 1.1583 + 1.1584 + <child> 1.1585 + <widget class="GtkRadioMenuItem" id="FilterPixelate"> 1.1586 + <property name="visible">True</property> 1.1587 + <property name="label" translatable="yes">_Pixelate</property> 1.1588 + <property name="use_underline">True</property> 1.1589 + <property name="active">False</property> 1.1590 + <property name="group">FilterNone</property> 1.1591 + </widget> 1.1592 + </child> 1.1593 + 1.1594 + <child> 1.1595 + <widget class="GtkRadioMenuItem" id="FilterMotionBlur"> 1.1596 + <property name="visible">True</property> 1.1597 + <property name="label" translatable="yes">_Motion Blur</property> 1.1598 + <property name="use_underline">True</property> 1.1599 + <property name="active">False</property> 1.1600 + <property name="group">FilterNone</property> 1.1601 + </widget> 1.1602 + </child> 1.1603 + 1.1604 + <child> 1.1605 + <widget class="GtkRadioMenuItem" id="FilterAdvanceMame2x"> 1.1606 + <property name="visible">True</property> 1.1607 + <property name="label" translatable="yes">_AdvanceMAME 2x</property> 1.1608 + <property name="use_underline">True</property> 1.1609 + <property name="active">False</property> 1.1610 + <property name="group">FilterNone</property> 1.1611 + </widget> 1.1612 + </child> 1.1613 + 1.1614 + <child> 1.1615 + <widget class="GtkRadioMenuItem" id="FilterSimple2x"> 1.1616 + <property name="visible">True</property> 1.1617 + <property name="label" translatable="yes">S_imple 2x</property> 1.1618 + <property name="use_underline">True</property> 1.1619 + <property name="active">False</property> 1.1620 + <property name="group">FilterNone</property> 1.1621 + </widget> 1.1622 + </child> 1.1623 + 1.1624 + <child> 1.1625 + <widget class="GtkRadioMenuItem" id="FilterBilinear"> 1.1626 + <property name="visible">True</property> 1.1627 + <property name="label" translatable="yes">Bilinea_r</property> 1.1628 + <property name="use_underline">True</property> 1.1629 + <property name="active">False</property> 1.1630 + <property name="group">FilterNone</property> 1.1631 + </widget> 1.1632 + </child> 1.1633 + 1.1634 + <child> 1.1635 + <widget class="GtkRadioMenuItem" id="FilterBilinearPlus"> 1.1636 + <property name="visible">True</property> 1.1637 + <property name="label" translatable="yes">Bilinear Pl_us</property> 1.1638 + <property name="use_underline">True</property> 1.1639 + <property name="active">False</property> 1.1640 + <property name="group">FilterNone</property> 1.1641 + </widget> 1.1642 + </child> 1.1643 + 1.1644 + <child> 1.1645 + <widget class="GtkRadioMenuItem" id="FilterScanlines"> 1.1646 + <property name="visible">True</property> 1.1647 + <property name="label" translatable="yes">S_canlines</property> 1.1648 + <property name="use_underline">True</property> 1.1649 + <property name="active">False</property> 1.1650 + <property name="group">FilterNone</property> 1.1651 + </widget> 1.1652 + </child> 1.1653 + 1.1654 + <child> 1.1655 + <widget class="GtkRadioMenuItem" id="FilterHq2x"> 1.1656 + <property name="visible">True</property> 1.1657 + <property name="label" translatable="yes">h_q2x</property> 1.1658 + <property name="use_underline">True</property> 1.1659 + <property name="active">False</property> 1.1660 + <property name="group">FilterNone</property> 1.1661 + </widget> 1.1662 + </child> 1.1663 + 1.1664 + <child> 1.1665 + <widget class="GtkRadioMenuItem" id="FilterLq2x"> 1.1666 + <property name="visible">True</property> 1.1667 + <property name="label" translatable="yes">_lq2x</property> 1.1668 + <property name="use_underline">True</property> 1.1669 + <property name="active">False</property> 1.1670 + <property name="group">FilterNone</property> 1.1671 + </widget> 1.1672 + </child> 1.1673 + 1.1674 + <child> 1.1675 + <widget class="GtkSeparatorMenuItem" id="separator17"> 1.1676 + <property name="visible">True</property> 1.1677 + </widget> 1.1678 + </child> 1.1679 + 1.1680 + <child> 1.1681 + <widget class="GtkCheckMenuItem" id="FilterDisableMmx"> 1.1682 + <property name="visible">True</property> 1.1683 + <property name="label" translatable="yes">_Disable MMX</property> 1.1684 + <property name="use_underline">True</property> 1.1685 + <property name="active">False</property> 1.1686 + </widget> 1.1687 + </child> 1.1688 + </widget> 1.1689 + </child> 1.1690 + </widget> 1.1691 + </child> 1.1692 + 1.1693 + <child> 1.1694 + <widget class="GtkMenuItem" id="JoypadMenu"> 1.1695 + <property name="visible">True</property> 1.1696 + <property name="label" translatable="yes">_Joypad</property> 1.1697 + <property name="use_underline">True</property> 1.1698 + 1.1699 + <child> 1.1700 + <widget class="GtkMenu" id="JoypadMenu_menu"> 1.1701 + 1.1702 + <child> 1.1703 + <widget class="GtkMenuItem" id="JoypadConfigureMenu"> 1.1704 + <property name="visible">True</property> 1.1705 + <property name="label" translatable="yes">_Configure</property> 1.1706 + <property name="use_underline">True</property> 1.1707 + 1.1708 + <child> 1.1709 + <widget class="GtkMenu" id="JoypadConfigureMenu_menu"> 1.1710 + 1.1711 + <child> 1.1712 + <widget class="GtkMenuItem" id="JoypadConfigure1"> 1.1713 + <property name="visible">True</property> 1.1714 + <property name="label" translatable="yes">_1...</property> 1.1715 + <property name="use_underline">True</property> 1.1716 + </widget> 1.1717 + </child> 1.1718 + 1.1719 + <child> 1.1720 + <widget class="GtkMenuItem" id="JoypadConfigure2"> 1.1721 + <property name="visible">True</property> 1.1722 + <property name="label" translatable="yes">_2...</property> 1.1723 + <property name="use_underline">True</property> 1.1724 + </widget> 1.1725 + </child> 1.1726 + 1.1727 + <child> 1.1728 + <widget class="GtkMenuItem" id="JoypadConfigure3"> 1.1729 + <property name="visible">True</property> 1.1730 + <property name="label" translatable="yes">_3...</property> 1.1731 + <property name="use_underline">True</property> 1.1732 + </widget> 1.1733 + </child> 1.1734 + 1.1735 + <child> 1.1736 + <widget class="GtkMenuItem" id="JoypadConfigure4"> 1.1737 + <property name="visible">True</property> 1.1738 + <property name="label" translatable="yes">_4...</property> 1.1739 + <property name="use_underline">True</property> 1.1740 + </widget> 1.1741 + </child> 1.1742 + </widget> 1.1743 + </child> 1.1744 + </widget> 1.1745 + </child> 1.1746 + 1.1747 + <child> 1.1748 + <widget class="GtkSeparatorMenuItem" id="separator18"> 1.1749 + <property name="visible">True</property> 1.1750 + </widget> 1.1751 + </child> 1.1752 + 1.1753 + <child> 1.1754 + <widget class="GtkRadioMenuItem" id="Joypad1"> 1.1755 + <property name="visible">True</property> 1.1756 + <property name="label" translatable="yes">_1</property> 1.1757 + <property name="use_underline">True</property> 1.1758 + <property name="active">True</property> 1.1759 + </widget> 1.1760 + </child> 1.1761 + 1.1762 + <child> 1.1763 + <widget class="GtkRadioMenuItem" id="Joypad2"> 1.1764 + <property name="visible">True</property> 1.1765 + <property name="label" translatable="yes">_2</property> 1.1766 + <property name="use_underline">True</property> 1.1767 + <property name="active">False</property> 1.1768 + <property name="group">Joypad1</property> 1.1769 + </widget> 1.1770 + </child> 1.1771 + 1.1772 + <child> 1.1773 + <widget class="GtkRadioMenuItem" id="Joypad3"> 1.1774 + <property name="visible">True</property> 1.1775 + <property name="label" translatable="yes">_3</property> 1.1776 + <property name="use_underline">True</property> 1.1777 + <property name="active">False</property> 1.1778 + <property name="group">Joypad1</property> 1.1779 + </widget> 1.1780 + </child> 1.1781 + 1.1782 + <child> 1.1783 + <widget class="GtkRadioMenuItem" id="Joypad4"> 1.1784 + <property name="visible">True</property> 1.1785 + <property name="label" translatable="yes">_4</property> 1.1786 + <property name="use_underline">True</property> 1.1787 + <property name="active">False</property> 1.1788 + <property name="group">Joypad1</property> 1.1789 + </widget> 1.1790 + </child> 1.1791 + 1.1792 + <child> 1.1793 + <widget class="GtkSeparatorMenuItem" id="separator24"> 1.1794 + <property name="visible">True</property> 1.1795 + </widget> 1.1796 + </child> 1.1797 + 1.1798 + <child> 1.1799 + <widget class="GtkMenuItem" id="AutofireMenu"> 1.1800 + <property name="visible">True</property> 1.1801 + <property name="label" translatable="yes">_Autofire</property> 1.1802 + <property name="use_underline">True</property> 1.1803 + 1.1804 + <child> 1.1805 + <widget class="GtkMenu" id="AutofireMenu_menu"> 1.1806 + 1.1807 + <child> 1.1808 + <widget class="GtkCheckMenuItem" id="AutofireA"> 1.1809 + <property name="visible">True</property> 1.1810 + <property name="label" translatable="yes">_A</property> 1.1811 + <property name="use_underline">True</property> 1.1812 + <property name="active">False</property> 1.1813 + <accelerator key="1" modifiers="GDK_MOD1_MASK" signal="activate"/> 1.1814 + </widget> 1.1815 + </child> 1.1816 + 1.1817 + <child> 1.1818 + <widget class="GtkCheckMenuItem" id="AutofireB"> 1.1819 + <property name="visible">True</property> 1.1820 + <property name="label" translatable="yes">_B</property> 1.1821 + <property name="use_underline">True</property> 1.1822 + <property name="active">False</property> 1.1823 + <accelerator key="2" modifiers="GDK_MOD1_MASK" signal="activate"/> 1.1824 + </widget> 1.1825 + </child> 1.1826 + 1.1827 + <child> 1.1828 + <widget class="GtkCheckMenuItem" id="AutofireL"> 1.1829 + <property name="visible">True</property> 1.1830 + <property name="label" translatable="yes">_L</property> 1.1831 + <property name="use_underline">True</property> 1.1832 + <property name="active">False</property> 1.1833 + <accelerator key="3" modifiers="GDK_MOD1_MASK" signal="activate"/> 1.1834 + </widget> 1.1835 + </child> 1.1836 + 1.1837 + <child> 1.1838 + <widget class="GtkCheckMenuItem" id="AutofireR"> 1.1839 + <property name="visible">True</property> 1.1840 + <property name="label" translatable="yes">_R</property> 1.1841 + <property name="use_underline">True</property> 1.1842 + <property name="active">False</property> 1.1843 + <accelerator key="4" modifiers="GDK_MOD1_MASK" signal="activate"/> 1.1844 + </widget> 1.1845 + </child> 1.1846 + </widget> 1.1847 + </child> 1.1848 + </widget> 1.1849 + </child> 1.1850 + </widget> 1.1851 + </child> 1.1852 + </widget> 1.1853 + </child> 1.1854 + </widget> 1.1855 + </child> 1.1856 + </widget> 1.1857 + </child> 1.1858 + 1.1859 + <child> 1.1860 + <widget class="GtkMenuItem" id="ToolsMenu"> 1.1861 + <property name="visible">True</property> 1.1862 + <property name="label" translatable="yes">_Tools</property> 1.1863 + <property name="use_underline">True</property> 1.1864 + 1.1865 + <child> 1.1866 + <widget class="GtkMenu" id="ToolsMenu_menu"> 1.1867 + 1.1868 + <child> 1.1869 + <widget class="GtkMenuItem" id="GdbMenu"> 1.1870 + <property name="visible">True</property> 1.1871 + <property name="label" translatable="yes">_GDB</property> 1.1872 + <property name="use_underline">True</property> 1.1873 + 1.1874 + <child> 1.1875 + <widget class="GtkMenu" id="GdbMenu_menu"> 1.1876 + 1.1877 + <child> 1.1878 + <widget class="GtkMenuItem" id="GdbWait"> 1.1879 + <property name="visible">True</property> 1.1880 + <property name="label" translatable="yes">_Wait connection...</property> 1.1881 + <property name="use_underline">True</property> 1.1882 + </widget> 1.1883 + </child> 1.1884 + 1.1885 + <child> 1.1886 + <widget class="GtkMenuItem" id="GdbLoadAndWait"> 1.1887 + <property name="visible">True</property> 1.1888 + <property name="label" translatable="yes">_Load and wait...</property> 1.1889 + <property name="use_underline">True</property> 1.1890 + </widget> 1.1891 + </child> 1.1892 + 1.1893 + <child> 1.1894 + <widget class="GtkMenuItem" id="GdbBreak"> 1.1895 + <property name="visible">True</property> 1.1896 + <property name="label" translatable="yes">_Break</property> 1.1897 + <property name="use_underline">True</property> 1.1898 + </widget> 1.1899 + </child> 1.1900 + 1.1901 + <child> 1.1902 + <widget class="GtkMenuItem" id="GdbDisconnect"> 1.1903 + <property name="visible">True</property> 1.1904 + <property name="label" translatable="yes">_Disconnect</property> 1.1905 + <property name="use_underline">True</property> 1.1906 + </widget> 1.1907 + </child> 1.1908 + </widget> 1.1909 + </child> 1.1910 + </widget> 1.1911 + </child> 1.1912 + </widget> 1.1913 + </child> 1.1914 + </widget> 1.1915 + </child> 1.1916 + 1.1917 + <child> 1.1918 + <widget class="GtkMenuItem" id="HelpMenu"> 1.1919 + <property name="visible">True</property> 1.1920 + <property name="label" translatable="yes">_Help</property> 1.1921 + <property name="use_underline">True</property> 1.1922 + 1.1923 + <child> 1.1924 + <widget class="GtkMenu" id="HelpMenu_menu"> 1.1925 + 1.1926 + <child> 1.1927 + <widget class="GtkMenuItem" id="HelpAbout"> 1.1928 + <property name="visible">True</property> 1.1929 + <property name="label" translatable="yes">_About</property> 1.1930 + <property name="use_underline">True</property> 1.1931 + </widget> 1.1932 + </child> 1.1933 + </widget> 1.1934 + </child> 1.1935 + </widget> 1.1936 + </child> 1.1937 + </widget> 1.1938 + </child> 1.1939 + </widget> 1.1940 + <packing> 1.1941 + <property name="padding">0</property> 1.1942 + <property name="expand">False</property> 1.1943 + <property name="fill">True</property> 1.1944 + </packing> 1.1945 + </child> 1.1946 + 1.1947 + <child> 1.1948 + <widget class="GtkAlignment" id="ScreenContainer"> 1.1949 + <property name="visible">True</property> 1.1950 + <property name="xalign">0.5</property> 1.1951 + <property name="yalign">0.5</property> 1.1952 + <property name="xscale">0</property> 1.1953 + <property name="yscale">0</property> 1.1954 + 1.1955 + <child> 1.1956 + <placeholder/> 1.1957 + </child> 1.1958 + </widget> 1.1959 + <packing> 1.1960 + <property name="padding">0</property> 1.1961 + <property name="expand">True</property> 1.1962 + <property name="fill">True</property> 1.1963 + </packing> 1.1964 + </child> 1.1965 + </widget> 1.1966 + </child> 1.1967 +</widget> 1.1968 + 1.1969 +<widget class="GtkDialog" id="AboutDialog"> 1.1970 + <property name="title" translatable="yes">About VBA</property> 1.1971 + <property name="type">GTK_WINDOW_TOPLEVEL</property> 1.1972 + <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> 1.1973 + <property name="modal">False</property> 1.1974 + <property name="resizable">True</property> 1.1975 + <property name="destroy_with_parent">True</property> 1.1976 + <property name="skip_taskbar_hint">False</property> 1.1977 + <property name="skip_pager_hint">False</property> 1.1978 + <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> 1.1979 + <property name="has_separator">True</property> 1.1980 + 1.1981 + <child internal-child="vbox"> 1.1982 + <widget class="GtkVBox" id="dialog-vbox1"> 1.1983 + <property name="visible">True</property> 1.1984 + <property name="homogeneous">False</property> 1.1985 + <property name="spacing">0</property> 1.1986 + 1.1987 + <child internal-child="action_area"> 1.1988 + <widget class="GtkHButtonBox" id="dialog-action_area1"> 1.1989 + <property name="visible">True</property> 1.1990 + <property name="layout_style">GTK_BUTTONBOX_END</property> 1.1991 + 1.1992 + <child> 1.1993 + <widget class="GtkButton" id="closebutton1"> 1.1994 + <property name="visible">True</property> 1.1995 + <property name="can_default">True</property> 1.1996 + <property name="can_focus">True</property> 1.1997 + <property name="label">gtk-close</property> 1.1998 + <property name="use_stock">True</property> 1.1999 + <property name="relief">GTK_RELIEF_NORMAL</property> 1.2000 + <property name="response_id">-7</property> 1.2001 + </widget> 1.2002 + </child> 1.2003 + </widget> 1.2004 + <packing> 1.2005 + <property name="padding">0</property> 1.2006 + <property name="expand">False</property> 1.2007 + <property name="fill">True</property> 1.2008 + <property name="pack_type">GTK_PACK_END</property> 1.2009 + </packing> 1.2010 + </child> 1.2011 + 1.2012 + <child> 1.2013 + <widget class="GtkAlignment" id="AboutIconContainer"> 1.2014 + <property name="visible">True</property> 1.2015 + <property name="xalign">0.5</property> 1.2016 + <property name="yalign">0.5</property> 1.2017 + <property name="xscale">0</property> 1.2018 + <property name="yscale">0</property> 1.2019 + 1.2020 + <child> 1.2021 + <placeholder/> 1.2022 + </child> 1.2023 + </widget> 1.2024 + <packing> 1.2025 + <property name="padding">0</property> 1.2026 + <property name="expand">True</property> 1.2027 + <property name="fill">True</property> 1.2028 + </packing> 1.2029 + </child> 1.2030 + 1.2031 + <child> 1.2032 + <widget class="GtkLabel" id="VersionLabel"> 1.2033 + <property name="visible">True</property> 1.2034 + <property name="can_focus">True</property> 1.2035 + <property name="label" translatable="yes"></property> 1.2036 + <property name="use_underline">False</property> 1.2037 + <property name="use_markup">True</property> 1.2038 + <property name="justify">GTK_JUSTIFY_CENTER</property> 1.2039 + <property name="wrap">False</property> 1.2040 + <property name="selectable">True</property> 1.2041 + <property name="xalign">0.5</property> 1.2042 + <property name="yalign">0.5</property> 1.2043 + <property name="xpad">5</property> 1.2044 + <property name="ypad">5</property> 1.2045 + </widget> 1.2046 + <packing> 1.2047 + <property name="padding">0</property> 1.2048 + <property name="expand">True</property> 1.2049 + <property name="fill">False</property> 1.2050 + </packing> 1.2051 + </child> 1.2052 + 1.2053 + <child> 1.2054 + <widget class="GtkLabel" id="label2"> 1.2055 + <property name="visible">True</property> 1.2056 + <property name="can_focus">True</property> 1.2057 + <property name="label" translatable="yes">An emulator for Gameboy(TM) and GameboyAdvance(TM).</property> 1.2058 + <property name="use_underline">False</property> 1.2059 + <property name="use_markup">False</property> 1.2060 + <property name="justify">GTK_JUSTIFY_CENTER</property> 1.2061 + <property name="wrap">True</property> 1.2062 + <property name="selectable">True</property> 1.2063 + <property name="xalign">0.5</property> 1.2064 + <property name="yalign">0.5</property> 1.2065 + <property name="xpad">5</property> 1.2066 + <property name="ypad">5</property> 1.2067 + </widget> 1.2068 + <packing> 1.2069 + <property name="padding">0</property> 1.2070 + <property name="expand">True</property> 1.2071 + <property name="fill">False</property> 1.2072 + </packing> 1.2073 + </child> 1.2074 + 1.2075 + <child> 1.2076 + <widget class="GtkLabel" id="label24"> 1.2077 + <property name="visible">True</property> 1.2078 + <property name="can_focus">True</property> 1.2079 + <property name="label" translatable="yes"><i>Special thanks to Yann Parmentier aka "kohai" for the icons.</i></property> 1.2080 + <property name="use_underline">False</property> 1.2081 + <property name="use_markup">True</property> 1.2082 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.2083 + <property name="wrap">False</property> 1.2084 + <property name="selectable">True</property> 1.2085 + <property name="xalign">0.5</property> 1.2086 + <property name="yalign">0.5</property> 1.2087 + <property name="xpad">5</property> 1.2088 + <property name="ypad">5</property> 1.2089 + </widget> 1.2090 + <packing> 1.2091 + <property name="padding">0</property> 1.2092 + <property name="expand">True</property> 1.2093 + <property name="fill">False</property> 1.2094 + </packing> 1.2095 + </child> 1.2096 + 1.2097 + <child> 1.2098 + <widget class="GtkLabel" id="label3"> 1.2099 + <property name="visible">True</property> 1.2100 + <property name="can_focus">True</property> 1.2101 + <property name="label" translatable="yes"><small>Copyright (C) 2004 Forgotten and the VBA development team</small></property> 1.2102 + <property name="use_underline">False</property> 1.2103 + <property name="use_markup">True</property> 1.2104 + <property name="justify">GTK_JUSTIFY_CENTER</property> 1.2105 + <property name="wrap">True</property> 1.2106 + <property name="selectable">True</property> 1.2107 + <property name="xalign">0.5</property> 1.2108 + <property name="yalign">0.5</property> 1.2109 + <property name="xpad">5</property> 1.2110 + <property name="ypad">5</property> 1.2111 + </widget> 1.2112 + <packing> 1.2113 + <property name="padding">0</property> 1.2114 + <property name="expand">True</property> 1.2115 + <property name="fill">False</property> 1.2116 + </packing> 1.2117 + </child> 1.2118 + </widget> 1.2119 + </child> 1.2120 +</widget> 1.2121 + 1.2122 +<widget class="GtkDialog" id="ThrottleDialog"> 1.2123 + <property name="title" translatable="yes">Throttle</property> 1.2124 + <property name="type">GTK_WINDOW_TOPLEVEL</property> 1.2125 + <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> 1.2126 + <property name="modal">False</property> 1.2127 + <property name="resizable">True</property> 1.2128 + <property name="destroy_with_parent">True</property> 1.2129 + <property name="skip_taskbar_hint">False</property> 1.2130 + <property name="skip_pager_hint">False</property> 1.2131 + <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> 1.2132 + <property name="has_separator">True</property> 1.2133 + 1.2134 + <child internal-child="vbox"> 1.2135 + <widget class="GtkVBox" id="dialog-vbox2"> 1.2136 + <property name="visible">True</property> 1.2137 + <property name="homogeneous">False</property> 1.2138 + <property name="spacing">0</property> 1.2139 + 1.2140 + <child internal-child="action_area"> 1.2141 + <widget class="GtkHButtonBox" id="dialog-action_area2"> 1.2142 + <property name="visible">True</property> 1.2143 + <property name="layout_style">GTK_BUTTONBOX_END</property> 1.2144 + 1.2145 + <child> 1.2146 + <widget class="GtkButton" id="cancelbutton1"> 1.2147 + <property name="visible">True</property> 1.2148 + <property name="can_default">True</property> 1.2149 + <property name="can_focus">True</property> 1.2150 + <property name="label">gtk-cancel</property> 1.2151 + <property name="use_stock">True</property> 1.2152 + <property name="relief">GTK_RELIEF_NORMAL</property> 1.2153 + <property name="response_id">-6</property> 1.2154 + </widget> 1.2155 + </child> 1.2156 + 1.2157 + <child> 1.2158 + <widget class="GtkButton" id="okbutton1"> 1.2159 + <property name="visible">True</property> 1.2160 + <property name="can_default">True</property> 1.2161 + <property name="can_focus">True</property> 1.2162 + <property name="label">gtk-ok</property> 1.2163 + <property name="use_stock">True</property> 1.2164 + <property name="relief">GTK_RELIEF_NORMAL</property> 1.2165 + <property name="response_id">-5</property> 1.2166 + </widget> 1.2167 + </child> 1.2168 + </widget> 1.2169 + <packing> 1.2170 + <property name="padding">0</property> 1.2171 + <property name="expand">False</property> 1.2172 + <property name="fill">True</property> 1.2173 + <property name="pack_type">GTK_PACK_END</property> 1.2174 + </packing> 1.2175 + </child> 1.2176 + 1.2177 + <child> 1.2178 + <widget class="GtkAlignment" id="alignment4"> 1.2179 + <property name="visible">True</property> 1.2180 + <property name="xalign">0.5</property> 1.2181 + <property name="yalign">0.5</property> 1.2182 + <property name="xscale">0</property> 1.2183 + <property name="yscale">0</property> 1.2184 + 1.2185 + <child> 1.2186 + <widget class="GtkHBox" id="hbox1"> 1.2187 + <property name="visible">True</property> 1.2188 + <property name="homogeneous">False</property> 1.2189 + <property name="spacing">0</property> 1.2190 + 1.2191 + <child> 1.2192 + <widget class="GtkLabel" id="label4"> 1.2193 + <property name="visible">True</property> 1.2194 + <property name="label" translatable="yes">Throttle : </property> 1.2195 + <property name="use_underline">False</property> 1.2196 + <property name="use_markup">False</property> 1.2197 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.2198 + <property name="wrap">False</property> 1.2199 + <property name="selectable">False</property> 1.2200 + <property name="xalign">1</property> 1.2201 + <property name="yalign">0.5</property> 1.2202 + <property name="xpad">0</property> 1.2203 + <property name="ypad">0</property> 1.2204 + </widget> 1.2205 + <packing> 1.2206 + <property name="padding">0</property> 1.2207 + <property name="expand">True</property> 1.2208 + <property name="fill">True</property> 1.2209 + </packing> 1.2210 + </child> 1.2211 + 1.2212 + <child> 1.2213 + <widget class="GtkSpinButton" id="ThrottleSpin"> 1.2214 + <property name="visible">True</property> 1.2215 + <property name="can_focus">True</property> 1.2216 + <property name="climb_rate">1</property> 1.2217 + <property name="digits">0</property> 1.2218 + <property name="numeric">True</property> 1.2219 + <property name="update_policy">GTK_UPDATE_ALWAYS</property> 1.2220 + <property name="snap_to_ticks">True</property> 1.2221 + <property name="wrap">True</property> 1.2222 + <property name="adjustment">100 5 1000 1 25 25</property> 1.2223 + </widget> 1.2224 + <packing> 1.2225 + <property name="padding">0</property> 1.2226 + <property name="expand">True</property> 1.2227 + <property name="fill">True</property> 1.2228 + </packing> 1.2229 + </child> 1.2230 + 1.2231 + <child> 1.2232 + <widget class="GtkLabel" id="label5"> 1.2233 + <property name="visible">True</property> 1.2234 + <property name="label" translatable="yes"> %</property> 1.2235 + <property name="use_underline">False</property> 1.2236 + <property name="use_markup">False</property> 1.2237 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.2238 + <property name="wrap">False</property> 1.2239 + <property name="selectable">False</property> 1.2240 + <property name="xalign">0</property> 1.2241 + <property name="yalign">0.5</property> 1.2242 + <property name="xpad">0</property> 1.2243 + <property name="ypad">0</property> 1.2244 + </widget> 1.2245 + <packing> 1.2246 + <property name="padding">0</property> 1.2247 + <property name="expand">True</property> 1.2248 + <property name="fill">True</property> 1.2249 + </packing> 1.2250 + </child> 1.2251 + </widget> 1.2252 + </child> 1.2253 + </widget> 1.2254 + <packing> 1.2255 + <property name="padding">0</property> 1.2256 + <property name="expand">True</property> 1.2257 + <property name="fill">True</property> 1.2258 + </packing> 1.2259 + </child> 1.2260 + </widget> 1.2261 + </child> 1.2262 +</widget> 1.2263 + 1.2264 +<widget class="GtkDialog" id="DirectoriesDialog"> 1.2265 + <property name="title" translatable="yes">Directories</property> 1.2266 + <property name="type">GTK_WINDOW_TOPLEVEL</property> 1.2267 + <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> 1.2268 + <property name="modal">False</property> 1.2269 + <property name="resizable">True</property> 1.2270 + <property name="destroy_with_parent">True</property> 1.2271 + <property name="skip_taskbar_hint">False</property> 1.2272 + <property name="skip_pager_hint">False</property> 1.2273 + <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> 1.2274 + <property name="has_separator">True</property> 1.2275 + 1.2276 + <child internal-child="vbox"> 1.2277 + <widget class="GtkVBox" id="dialog-vbox3"> 1.2278 + <property name="visible">True</property> 1.2279 + <property name="homogeneous">False</property> 1.2280 + <property name="spacing">0</property> 1.2281 + 1.2282 + <child internal-child="action_area"> 1.2283 + <widget class="GtkHButtonBox" id="dialog-action_area3"> 1.2284 + <property name="visible">True</property> 1.2285 + <property name="layout_style">GTK_BUTTONBOX_END</property> 1.2286 + 1.2287 + <child> 1.2288 + <widget class="GtkButton" id="cancelbutton2"> 1.2289 + <property name="visible">True</property> 1.2290 + <property name="can_default">True</property> 1.2291 + <property name="can_focus">True</property> 1.2292 + <property name="label">gtk-cancel</property> 1.2293 + <property name="use_stock">True</property> 1.2294 + <property name="relief">GTK_RELIEF_NORMAL</property> 1.2295 + <property name="response_id">-6</property> 1.2296 + </widget> 1.2297 + </child> 1.2298 + 1.2299 + <child> 1.2300 + <widget class="GtkButton" id="okbutton2"> 1.2301 + <property name="visible">True</property> 1.2302 + <property name="can_default">True</property> 1.2303 + <property name="can_focus">True</property> 1.2304 + <property name="label">gtk-ok</property> 1.2305 + <property name="use_stock">True</property> 1.2306 + <property name="relief">GTK_RELIEF_NORMAL</property> 1.2307 + <property name="response_id">-5</property> 1.2308 + </widget> 1.2309 + </child> 1.2310 + </widget> 1.2311 + <packing> 1.2312 + <property name="padding">0</property> 1.2313 + <property name="expand">False</property> 1.2314 + <property name="fill">True</property> 1.2315 + <property name="pack_type">GTK_PACK_END</property> 1.2316 + </packing> 1.2317 + </child> 1.2318 + 1.2319 + <child> 1.2320 + <widget class="GtkTable" id="table1"> 1.2321 + <property name="visible">True</property> 1.2322 + <property name="n_rows">5</property> 1.2323 + <property name="n_columns">4</property> 1.2324 + <property name="homogeneous">False</property> 1.2325 + <property name="row_spacing">0</property> 1.2326 + <property name="column_spacing">0</property> 1.2327 + 1.2328 + <child> 1.2329 + <widget class="GtkLabel" id="label6"> 1.2330 + <property name="visible">True</property> 1.2331 + <property name="label" translatable="yes">GBA roms : </property> 1.2332 + <property name="use_underline">False</property> 1.2333 + <property name="use_markup">False</property> 1.2334 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.2335 + <property name="wrap">False</property> 1.2336 + <property name="selectable">False</property> 1.2337 + <property name="xalign">1</property> 1.2338 + <property name="yalign">0.5</property> 1.2339 + <property name="xpad">0</property> 1.2340 + <property name="ypad">0</property> 1.2341 + </widget> 1.2342 + <packing> 1.2343 + <property name="left_attach">0</property> 1.2344 + <property name="right_attach">1</property> 1.2345 + <property name="top_attach">0</property> 1.2346 + <property name="bottom_attach">1</property> 1.2347 + <property name="x_options">fill</property> 1.2348 + <property name="y_options">expand</property> 1.2349 + </packing> 1.2350 + </child> 1.2351 + 1.2352 + <child> 1.2353 + <widget class="GtkEntry" id="GBARomsDirEntry"> 1.2354 + <property name="visible">True</property> 1.2355 + <property name="can_focus">True</property> 1.2356 + <property name="editable">True</property> 1.2357 + <property name="visibility">True</property> 1.2358 + <property name="max_length">0</property> 1.2359 + <property name="text" translatable="yes"></property> 1.2360 + <property name="has_frame">True</property> 1.2361 + <property name="invisible_char" translatable="yes">*</property> 1.2362 + <property name="activates_default">False</property> 1.2363 + </widget> 1.2364 + <packing> 1.2365 + <property name="left_attach">1</property> 1.2366 + <property name="right_attach">2</property> 1.2367 + <property name="top_attach">0</property> 1.2368 + <property name="bottom_attach">1</property> 1.2369 + <property name="y_options">expand</property> 1.2370 + </packing> 1.2371 + </child> 1.2372 + 1.2373 + <child> 1.2374 + <widget class="GtkButton" id="GBARomsDirResetButton"> 1.2375 + <property name="visible">True</property> 1.2376 + <property name="can_focus">True</property> 1.2377 + <property name="relief">GTK_RELIEF_NONE</property> 1.2378 + 1.2379 + <child> 1.2380 + <widget class="GtkImage" id="image83"> 1.2381 + <property name="visible">True</property> 1.2382 + <property name="stock">gtk-cancel</property> 1.2383 + <property name="icon_size">4</property> 1.2384 + <property name="xalign">0.5</property> 1.2385 + <property name="yalign">0.5</property> 1.2386 + <property name="xpad">0</property> 1.2387 + <property name="ypad">0</property> 1.2388 + </widget> 1.2389 + </child> 1.2390 + </widget> 1.2391 + <packing> 1.2392 + <property name="left_attach">2</property> 1.2393 + <property name="right_attach">3</property> 1.2394 + <property name="top_attach">0</property> 1.2395 + <property name="bottom_attach">1</property> 1.2396 + <property name="x_options">fill</property> 1.2397 + <property name="y_options">expand</property> 1.2398 + </packing> 1.2399 + </child> 1.2400 + 1.2401 + <child> 1.2402 + <widget class="GtkButton" id="GBARomsDirSelectButton"> 1.2403 + <property name="visible">True</property> 1.2404 + <property name="can_focus">True</property> 1.2405 + <property name="relief">GTK_RELIEF_NONE</property> 1.2406 + 1.2407 + <child> 1.2408 + <widget class="GtkImage" id="image84"> 1.2409 + <property name="visible">True</property> 1.2410 + <property name="stock">gtk-open</property> 1.2411 + <property name="icon_size">4</property> 1.2412 + <property name="xalign">0.5</property> 1.2413 + <property name="yalign">0.5</property> 1.2414 + <property name="xpad">0</property> 1.2415 + <property name="ypad">0</property> 1.2416 + </widget> 1.2417 + </child> 1.2418 + </widget> 1.2419 + <packing> 1.2420 + <property name="left_attach">3</property> 1.2421 + <property name="right_attach">4</property> 1.2422 + <property name="top_attach">0</property> 1.2423 + <property name="bottom_attach">1</property> 1.2424 + <property name="x_options">fill</property> 1.2425 + <property name="y_options">expand</property> 1.2426 + </packing> 1.2427 + </child> 1.2428 + 1.2429 + <child> 1.2430 + <widget class="GtkLabel" id="label7"> 1.2431 + <property name="visible">True</property> 1.2432 + <property name="label" translatable="yes">GB roms : </property> 1.2433 + <property name="use_underline">False</property> 1.2434 + <property name="use_markup">False</property> 1.2435 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.2436 + <property name="wrap">False</property> 1.2437 + <property name="selectable">False</property> 1.2438 + <property name="xalign">1</property> 1.2439 + <property name="yalign">0.5</property> 1.2440 + <property name="xpad">0</property> 1.2441 + <property name="ypad">0</property> 1.2442 + </widget> 1.2443 + <packing> 1.2444 + <property name="left_attach">0</property> 1.2445 + <property name="right_attach">1</property> 1.2446 + <property name="top_attach">1</property> 1.2447 + <property name="bottom_attach">2</property> 1.2448 + <property name="x_options">fill</property> 1.2449 + <property name="y_options">expand</property> 1.2450 + </packing> 1.2451 + </child> 1.2452 + 1.2453 + <child> 1.2454 + <widget class="GtkButton" id="GBRomsDirSelectButton"> 1.2455 + <property name="visible">True</property> 1.2456 + <property name="can_focus">True</property> 1.2457 + <property name="relief">GTK_RELIEF_NONE</property> 1.2458 + 1.2459 + <child> 1.2460 + <widget class="GtkImage" id="image94"> 1.2461 + <property name="visible">True</property> 1.2462 + <property name="stock">gtk-open</property> 1.2463 + <property name="icon_size">4</property> 1.2464 + <property name="xalign">0.5</property> 1.2465 + <property name="yalign">0.5</property> 1.2466 + <property name="xpad">0</property> 1.2467 + <property name="ypad">0</property> 1.2468 + </widget> 1.2469 + </child> 1.2470 + </widget> 1.2471 + <packing> 1.2472 + <property name="left_attach">3</property> 1.2473 + <property name="right_attach">4</property> 1.2474 + <property name="top_attach">1</property> 1.2475 + <property name="bottom_attach">2</property> 1.2476 + <property name="x_options">fill</property> 1.2477 + <property name="y_options">expand</property> 1.2478 + </packing> 1.2479 + </child> 1.2480 + 1.2481 + <child> 1.2482 + <widget class="GtkLabel" id="label8"> 1.2483 + <property name="visible">True</property> 1.2484 + <property name="label" translatable="yes">Batteries : </property> 1.2485 + <property name="use_underline">False</property> 1.2486 + <property name="use_markup">False</property> 1.2487 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.2488 + <property name="wrap">False</property> 1.2489 + <property name="selectable">False</property> 1.2490 + <property name="xalign">1</property> 1.2491 + <property name="yalign">0.5</property> 1.2492 + <property name="xpad">0</property> 1.2493 + <property name="ypad">0</property> 1.2494 + </widget> 1.2495 + <packing> 1.2496 + <property name="left_attach">0</property> 1.2497 + <property name="right_attach">1</property> 1.2498 + <property name="top_attach">2</property> 1.2499 + <property name="bottom_attach">3</property> 1.2500 + <property name="x_options">fill</property> 1.2501 + <property name="y_options">expand</property> 1.2502 + </packing> 1.2503 + </child> 1.2504 + 1.2505 + <child> 1.2506 + <widget class="GtkEntry" id="BatteriesDirEntry"> 1.2507 + <property name="visible">True</property> 1.2508 + <property name="can_focus">True</property> 1.2509 + <property name="editable">True</property> 1.2510 + <property name="visibility">True</property> 1.2511 + <property name="max_length">0</property> 1.2512 + <property name="text" translatable="yes"></property> 1.2513 + <property name="has_frame">True</property> 1.2514 + <property name="invisible_char" translatable="yes">*</property> 1.2515 + <property name="activates_default">False</property> 1.2516 + </widget> 1.2517 + <packing> 1.2518 + <property name="left_attach">1</property> 1.2519 + <property name="right_attach">2</property> 1.2520 + <property name="top_attach">2</property> 1.2521 + <property name="bottom_attach">3</property> 1.2522 + <property name="y_options">expand</property> 1.2523 + </packing> 1.2524 + </child> 1.2525 + 1.2526 + <child> 1.2527 + <widget class="GtkButton" id="BatteriesDirSelectButton"> 1.2528 + <property name="visible">True</property> 1.2529 + <property name="can_focus">True</property> 1.2530 + <property name="relief">GTK_RELIEF_NONE</property> 1.2531 + 1.2532 + <child> 1.2533 + <widget class="GtkImage" id="image98"> 1.2534 + <property name="visible">True</property> 1.2535 + <property name="stock">gtk-open</property> 1.2536 + <property name="icon_size">4</property> 1.2537 + <property name="xalign">0.5</property> 1.2538 + <property name="yalign">0.5</property> 1.2539 + <property name="xpad">0</property> 1.2540 + <property name="ypad">0</property> 1.2541 + </widget> 1.2542 + </child> 1.2543 + </widget> 1.2544 + <packing> 1.2545 + <property name="left_attach">3</property> 1.2546 + <property name="right_attach">4</property> 1.2547 + <property name="top_attach">2</property> 1.2548 + <property name="bottom_attach">3</property> 1.2549 + <property name="x_options">fill</property> 1.2550 + <property name="y_options">expand</property> 1.2551 + </packing> 1.2552 + </child> 1.2553 + 1.2554 + <child> 1.2555 + <widget class="GtkButton" id="BatteriesDirResetButton"> 1.2556 + <property name="visible">True</property> 1.2557 + <property name="can_focus">True</property> 1.2558 + <property name="relief">GTK_RELIEF_NONE</property> 1.2559 + 1.2560 + <child> 1.2561 + <widget class="GtkImage" id="image95"> 1.2562 + <property name="visible">True</property> 1.2563 + <property name="stock">gtk-cancel</property> 1.2564 + <property name="icon_size">4</property> 1.2565 + <property name="xalign">0.5</property> 1.2566 + <property name="yalign">0.5</property> 1.2567 + <property name="xpad">0</property> 1.2568 + <property name="ypad">0</property> 1.2569 + </widget> 1.2570 + </child> 1.2571 + </widget> 1.2572 + <packing> 1.2573 + <property name="left_attach">2</property> 1.2574 + <property name="right_attach">3</property> 1.2575 + <property name="top_attach">2</property> 1.2576 + <property name="bottom_attach">3</property> 1.2577 + <property name="x_options">fill</property> 1.2578 + <property name="y_options">expand</property> 1.2579 + </packing> 1.2580 + </child> 1.2581 + 1.2582 + <child> 1.2583 + <widget class="GtkLabel" id="label9"> 1.2584 + <property name="visible">True</property> 1.2585 + <property name="label" translatable="yes">Saves : </property> 1.2586 + <property name="use_underline">False</property> 1.2587 + <property name="use_markup">False</property> 1.2588 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.2589 + <property name="wrap">False</property> 1.2590 + <property name="selectable">False</property> 1.2591 + <property name="xalign">1</property> 1.2592 + <property name="yalign">0.5</property> 1.2593 + <property name="xpad">0</property> 1.2594 + <property name="ypad">0</property> 1.2595 + </widget> 1.2596 + <packing> 1.2597 + <property name="left_attach">0</property> 1.2598 + <property name="right_attach">1</property> 1.2599 + <property name="top_attach">3</property> 1.2600 + <property name="bottom_attach">4</property> 1.2601 + <property name="x_options">fill</property> 1.2602 + <property name="y_options">expand</property> 1.2603 + </packing> 1.2604 + </child> 1.2605 + 1.2606 + <child> 1.2607 + <widget class="GtkEntry" id="SavesDirEntry"> 1.2608 + <property name="visible">True</property> 1.2609 + <property name="can_focus">True</property> 1.2610 + <property name="editable">True</property> 1.2611 + <property name="visibility">True</property> 1.2612 + <property name="max_length">0</property> 1.2613 + <property name="text" translatable="yes"></property> 1.2614 + <property name="has_frame">True</property> 1.2615 + <property name="invisible_char" translatable="yes">*</property> 1.2616 + <property name="activates_default">False</property> 1.2617 + </widget> 1.2618 + <packing> 1.2619 + <property name="left_attach">1</property> 1.2620 + <property name="right_attach">2</property> 1.2621 + <property name="top_attach">3</property> 1.2622 + <property name="bottom_attach">4</property> 1.2623 + <property name="y_options">expand</property> 1.2624 + </packing> 1.2625 + </child> 1.2626 + 1.2627 + <child> 1.2628 + <widget class="GtkButton" id="SavesDirResetButton"> 1.2629 + <property name="visible">True</property> 1.2630 + <property name="can_focus">True</property> 1.2631 + <property name="relief">GTK_RELIEF_NONE</property> 1.2632 + 1.2633 + <child> 1.2634 + <widget class="GtkImage" id="image96"> 1.2635 + <property name="visible">True</property> 1.2636 + <property name="stock">gtk-cancel</property> 1.2637 + <property name="icon_size">4</property> 1.2638 + <property name="xalign">0.5</property> 1.2639 + <property name="yalign">0.5</property> 1.2640 + <property name="xpad">0</property> 1.2641 + <property name="ypad">0</property> 1.2642 + </widget> 1.2643 + </child> 1.2644 + </widget> 1.2645 + <packing> 1.2646 + <property name="left_attach">2</property> 1.2647 + <property name="right_attach">3</property> 1.2648 + <property name="top_attach">3</property> 1.2649 + <property name="bottom_attach">4</property> 1.2650 + <property name="x_options">fill</property> 1.2651 + <property name="y_options">expand</property> 1.2652 + </packing> 1.2653 + </child> 1.2654 + 1.2655 + <child> 1.2656 + <widget class="GtkButton" id="SavesDirSelectButton"> 1.2657 + <property name="visible">True</property> 1.2658 + <property name="can_focus">True</property> 1.2659 + <property name="relief">GTK_RELIEF_NONE</property> 1.2660 + 1.2661 + <child> 1.2662 + <widget class="GtkImage" id="image99"> 1.2663 + <property name="visible">True</property> 1.2664 + <property name="stock">gtk-open</property> 1.2665 + <property name="icon_size">4</property> 1.2666 + <property name="xalign">0.5</property> 1.2667 + <property name="yalign">0.5</property> 1.2668 + <property name="xpad">0</property> 1.2669 + <property name="ypad">0</property> 1.2670 + </widget> 1.2671 + </child> 1.2672 + </widget> 1.2673 + <packing> 1.2674 + <property name="left_attach">3</property> 1.2675 + <property name="right_attach">4</property> 1.2676 + <property name="top_attach">3</property> 1.2677 + <property name="bottom_attach">4</property> 1.2678 + <property name="x_options">fill</property> 1.2679 + <property name="y_options">expand</property> 1.2680 + </packing> 1.2681 + </child> 1.2682 + 1.2683 + <child> 1.2684 + <widget class="GtkLabel" id="label10"> 1.2685 + <property name="visible">True</property> 1.2686 + <property name="label" translatable="yes">Captures : </property> 1.2687 + <property name="use_underline">False</property> 1.2688 + <property name="use_markup">False</property> 1.2689 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.2690 + <property name="wrap">False</property> 1.2691 + <property name="selectable">False</property> 1.2692 + <property name="xalign">1</property> 1.2693 + <property name="yalign">0.5</property> 1.2694 + <property name="xpad">0</property> 1.2695 + <property name="ypad">0</property> 1.2696 + </widget> 1.2697 + <packing> 1.2698 + <property name="left_attach">0</property> 1.2699 + <property name="right_attach">1</property> 1.2700 + <property name="top_attach">4</property> 1.2701 + <property name="bottom_attach">5</property> 1.2702 + <property name="x_options">fill</property> 1.2703 + <property name="y_options">expand</property> 1.2704 + </packing> 1.2705 + </child> 1.2706 + 1.2707 + <child> 1.2708 + <widget class="GtkEntry" id="CapturesDirEntry"> 1.2709 + <property name="visible">True</property> 1.2710 + <property name="can_focus">True</property> 1.2711 + <property name="editable">True</property> 1.2712 + <property name="visibility">True</property> 1.2713 + <property name="max_length">0</property> 1.2714 + <property name="text" translatable="yes"></property> 1.2715 + <property name="has_frame">True</property> 1.2716 + <property name="invisible_char" translatable="yes">*</property> 1.2717 + <property name="activates_default">False</property> 1.2718 + </widget> 1.2719 + <packing> 1.2720 + <property name="left_attach">1</property> 1.2721 + <property name="right_attach">2</property> 1.2722 + <property name="top_attach">4</property> 1.2723 + <property name="bottom_attach">5</property> 1.2724 + <property name="y_options">expand</property> 1.2725 + </packing> 1.2726 + </child> 1.2727 + 1.2728 + <child> 1.2729 + <widget class="GtkButton" id="CapturesDirResetButton"> 1.2730 + <property name="visible">True</property> 1.2731 + <property name="can_focus">True</property> 1.2732 + <property name="relief">GTK_RELIEF_NONE</property> 1.2733 + 1.2734 + <child> 1.2735 + <widget class="GtkImage" id="image97"> 1.2736 + <property name="visible">True</property> 1.2737 + <property name="stock">gtk-cancel</property> 1.2738 + <property name="icon_size">4</property> 1.2739 + <property name="xalign">0.5</property> 1.2740 + <property name="yalign">0.5</property> 1.2741 + <property name="xpad">0</property> 1.2742 + <property name="ypad">0</property> 1.2743 + </widget> 1.2744 + </child> 1.2745 + </widget> 1.2746 + <packing> 1.2747 + <property name="left_attach">2</property> 1.2748 + <property name="right_attach">3</property> 1.2749 + <property name="top_attach">4</property> 1.2750 + <property name="bottom_attach">5</property> 1.2751 + <property name="x_options">fill</property> 1.2752 + <property name="y_options">expand</property> 1.2753 + </packing> 1.2754 + </child> 1.2755 + 1.2756 + <child> 1.2757 + <widget class="GtkButton" id="CapturesDirSelectButton"> 1.2758 + <property name="visible">True</property> 1.2759 + <property name="can_focus">True</property> 1.2760 + <property name="relief">GTK_RELIEF_NONE</property> 1.2761 + 1.2762 + <child> 1.2763 + <widget class="GtkImage" id="image100"> 1.2764 + <property name="visible">True</property> 1.2765 + <property name="stock">gtk-open</property> 1.2766 + <property name="icon_size">4</property> 1.2767 + <property name="xalign">0.5</property> 1.2768 + <property name="yalign">0.5</property> 1.2769 + <property name="xpad">0</property> 1.2770 + <property name="ypad">0</property> 1.2771 + </widget> 1.2772 + </child> 1.2773 + </widget> 1.2774 + <packing> 1.2775 + <property name="left_attach">3</property> 1.2776 + <property name="right_attach">4</property> 1.2777 + <property name="top_attach">4</property> 1.2778 + <property name="bottom_attach">5</property> 1.2779 + <property name="x_options">fill</property> 1.2780 + <property name="y_options">expand</property> 1.2781 + </packing> 1.2782 + </child> 1.2783 + 1.2784 + <child> 1.2785 + <widget class="GtkEntry" id="GBRomsDirEntry"> 1.2786 + <property name="visible">True</property> 1.2787 + <property name="can_focus">True</property> 1.2788 + <property name="editable">True</property> 1.2789 + <property name="visibility">True</property> 1.2790 + <property name="max_length">0</property> 1.2791 + <property name="text" translatable="yes"></property> 1.2792 + <property name="has_frame">True</property> 1.2793 + <property name="invisible_char" translatable="yes">*</property> 1.2794 + <property name="activates_default">False</property> 1.2795 + </widget> 1.2796 + <packing> 1.2797 + <property name="left_attach">1</property> 1.2798 + <property name="right_attach">2</property> 1.2799 + <property name="top_attach">1</property> 1.2800 + <property name="bottom_attach">2</property> 1.2801 + <property name="y_options">expand</property> 1.2802 + </packing> 1.2803 + </child> 1.2804 + 1.2805 + <child> 1.2806 + <widget class="GtkButton" id="GBRomsDirResetButton"> 1.2807 + <property name="visible">True</property> 1.2808 + <property name="can_focus">True</property> 1.2809 + <property name="relief">GTK_RELIEF_NONE</property> 1.2810 + 1.2811 + <child> 1.2812 + <widget class="GtkImage" id="image101"> 1.2813 + <property name="visible">True</property> 1.2814 + <property name="stock">gtk-cancel</property> 1.2815 + <property name="icon_size">4</property> 1.2816 + <property name="xalign">0.5</property> 1.2817 + <property name="yalign">0.5</property> 1.2818 + <property name="xpad">0</property> 1.2819 + <property name="ypad">0</property> 1.2820 + </widget> 1.2821 + </child> 1.2822 + </widget> 1.2823 + <packing> 1.2824 + <property name="left_attach">2</property> 1.2825 + <property name="right_attach">3</property> 1.2826 + <property name="top_attach">1</property> 1.2827 + <property name="bottom_attach">2</property> 1.2828 + <property name="x_options">fill</property> 1.2829 + <property name="y_options">expand</property> 1.2830 + </packing> 1.2831 + </child> 1.2832 + </widget> 1.2833 + <packing> 1.2834 + <property name="padding">0</property> 1.2835 + <property name="expand">True</property> 1.2836 + <property name="fill">True</property> 1.2837 + </packing> 1.2838 + </child> 1.2839 + </widget> 1.2840 + </child> 1.2841 +</widget> 1.2842 + 1.2843 +<widget class="GtkDialog" id="JoypadConfigDialog"> 1.2844 + <property name="title" translatable="yes">Joypad config</property> 1.2845 + <property name="type">GTK_WINDOW_TOPLEVEL</property> 1.2846 + <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> 1.2847 + <property name="modal">False</property> 1.2848 + <property name="resizable">True</property> 1.2849 + <property name="destroy_with_parent">True</property> 1.2850 + <property name="skip_taskbar_hint">False</property> 1.2851 + <property name="skip_pager_hint">False</property> 1.2852 + <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> 1.2853 + <property name="has_separator">True</property> 1.2854 + 1.2855 + <child internal-child="vbox"> 1.2856 + <widget class="GtkVBox" id="dialog-vbox4"> 1.2857 + <property name="visible">True</property> 1.2858 + <property name="homogeneous">False</property> 1.2859 + <property name="spacing">0</property> 1.2860 + 1.2861 + <child internal-child="action_area"> 1.2862 + <widget class="GtkHButtonBox" id="dialog-action_area4"> 1.2863 + <property name="visible">True</property> 1.2864 + <property name="layout_style">GTK_BUTTONBOX_END</property> 1.2865 + 1.2866 + <child> 1.2867 + <widget class="GtkButton" id="cancelbutton3"> 1.2868 + <property name="visible">True</property> 1.2869 + <property name="can_default">True</property> 1.2870 + <property name="can_focus">True</property> 1.2871 + <property name="label">gtk-cancel</property> 1.2872 + <property name="use_stock">True</property> 1.2873 + <property name="relief">GTK_RELIEF_NORMAL</property> 1.2874 + <property name="response_id">-6</property> 1.2875 + </widget> 1.2876 + </child> 1.2877 + 1.2878 + <child> 1.2879 + <widget class="GtkButton" id="JoypadOkButton"> 1.2880 + <property name="visible">True</property> 1.2881 + <property name="can_default">True</property> 1.2882 + <property name="can_focus">True</property> 1.2883 + <property name="label">gtk-ok</property> 1.2884 + <property name="use_stock">True</property> 1.2885 + <property name="relief">GTK_RELIEF_NORMAL</property> 1.2886 + <property name="response_id">-5</property> 1.2887 + </widget> 1.2888 + </child> 1.2889 + </widget> 1.2890 + <packing> 1.2891 + <property name="padding">0</property> 1.2892 + <property name="expand">False</property> 1.2893 + <property name="fill">True</property> 1.2894 + <property name="pack_type">GTK_PACK_END</property> 1.2895 + </packing> 1.2896 + </child> 1.2897 + 1.2898 + <child> 1.2899 + <widget class="GtkAlignment" id="alignment1"> 1.2900 + <property name="visible">True</property> 1.2901 + <property name="xalign">0.5</property> 1.2902 + <property name="yalign">0.5</property> 1.2903 + <property name="xscale">0</property> 1.2904 + <property name="yscale">1</property> 1.2905 + 1.2906 + <child> 1.2907 + <widget class="GtkTable" id="table2"> 1.2908 + <property name="visible">True</property> 1.2909 + <property name="n_rows">12</property> 1.2910 + <property name="n_columns">2</property> 1.2911 + <property name="homogeneous">False</property> 1.2912 + <property name="row_spacing">5</property> 1.2913 + <property name="column_spacing">0</property> 1.2914 + 1.2915 + <child> 1.2916 + <widget class="GtkEntry" id="JoypadUpEntry"> 1.2917 + <property name="visible">True</property> 1.2918 + <property name="can_focus">True</property> 1.2919 + <property name="editable">False</property> 1.2920 + <property name="visibility">True</property> 1.2921 + <property name="max_length">0</property> 1.2922 + <property name="text" translatable="yes"></property> 1.2923 + <property name="has_frame">True</property> 1.2924 + <property name="invisible_char" translatable="yes">*</property> 1.2925 + <property name="activates_default">False</property> 1.2926 + </widget> 1.2927 + <packing> 1.2928 + <property name="left_attach">1</property> 1.2929 + <property name="right_attach">2</property> 1.2930 + <property name="top_attach">0</property> 1.2931 + <property name="bottom_attach">1</property> 1.2932 + <property name="x_options">fill</property> 1.2933 + <property name="y_options">expand</property> 1.2934 + </packing> 1.2935 + </child> 1.2936 + 1.2937 + <child> 1.2938 + <widget class="GtkLabel" id="label12"> 1.2939 + <property name="visible">True</property> 1.2940 + <property name="label" translatable="yes">Down : </property> 1.2941 + <property name="use_underline">False</property> 1.2942 + <property name="use_markup">False</property> 1.2943 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.2944 + <property name="wrap">False</property> 1.2945 + <property name="selectable">False</property> 1.2946 + <property name="xalign">1</property> 1.2947 + <property name="yalign">0.5</property> 1.2948 + <property name="xpad">0</property> 1.2949 + <property name="ypad">0</property> 1.2950 + </widget> 1.2951 + <packing> 1.2952 + <property name="left_attach">0</property> 1.2953 + <property name="right_attach">1</property> 1.2954 + <property name="top_attach">1</property> 1.2955 + <property name="bottom_attach">2</property> 1.2956 + <property name="x_options">fill</property> 1.2957 + <property name="y_options">expand</property> 1.2958 + </packing> 1.2959 + </child> 1.2960 + 1.2961 + <child> 1.2962 + <widget class="GtkLabel" id="label13"> 1.2963 + <property name="visible">True</property> 1.2964 + <property name="label" translatable="yes">Left : </property> 1.2965 + <property name="use_underline">False</property> 1.2966 + <property name="use_markup">False</property> 1.2967 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.2968 + <property name="wrap">False</property> 1.2969 + <property name="selectable">False</property> 1.2970 + <property name="xalign">1</property> 1.2971 + <property name="yalign">0.5</property> 1.2972 + <property name="xpad">0</property> 1.2973 + <property name="ypad">0</property> 1.2974 + </widget> 1.2975 + <packing> 1.2976 + <property name="left_attach">0</property> 1.2977 + <property name="right_attach">1</property> 1.2978 + <property name="top_attach">2</property> 1.2979 + <property name="bottom_attach">3</property> 1.2980 + <property name="x_options">fill</property> 1.2981 + <property name="y_options">expand</property> 1.2982 + </packing> 1.2983 + </child> 1.2984 + 1.2985 + <child> 1.2986 + <widget class="GtkLabel" id="label14"> 1.2987 + <property name="visible">True</property> 1.2988 + <property name="label" translatable="yes">Right : </property> 1.2989 + <property name="use_underline">False</property> 1.2990 + <property name="use_markup">False</property> 1.2991 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.2992 + <property name="wrap">False</property> 1.2993 + <property name="selectable">False</property> 1.2994 + <property name="xalign">1</property> 1.2995 + <property name="yalign">0.5</property> 1.2996 + <property name="xpad">0</property> 1.2997 + <property name="ypad">0</property> 1.2998 + </widget> 1.2999 + <packing> 1.3000 + <property name="left_attach">0</property> 1.3001 + <property name="right_attach">1</property> 1.3002 + <property name="top_attach">3</property> 1.3003 + <property name="bottom_attach">4</property> 1.3004 + <property name="x_options">fill</property> 1.3005 + <property name="y_options">expand</property> 1.3006 + </packing> 1.3007 + </child> 1.3008 + 1.3009 + <child> 1.3010 + <widget class="GtkLabel" id="label15"> 1.3011 + <property name="visible">True</property> 1.3012 + <property name="label" translatable="yes">Button A : </property> 1.3013 + <property name="use_underline">False</property> 1.3014 + <property name="use_markup">False</property> 1.3015 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.3016 + <property name="wrap">False</property> 1.3017 + <property name="selectable">False</property> 1.3018 + <property name="xalign">1</property> 1.3019 + <property name="yalign">0.5</property> 1.3020 + <property name="xpad">0</property> 1.3021 + <property name="ypad">0</property> 1.3022 + </widget> 1.3023 + <packing> 1.3024 + <property name="left_attach">0</property> 1.3025 + <property name="right_attach">1</property> 1.3026 + <property name="top_attach">4</property> 1.3027 + <property name="bottom_attach">5</property> 1.3028 + <property name="x_options">fill</property> 1.3029 + <property name="y_options">expand</property> 1.3030 + </packing> 1.3031 + </child> 1.3032 + 1.3033 + <child> 1.3034 + <widget class="GtkLabel" id="label16"> 1.3035 + <property name="visible">True</property> 1.3036 + <property name="label" translatable="yes">Button B : </property> 1.3037 + <property name="use_underline">False</property> 1.3038 + <property name="use_markup">False</property> 1.3039 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.3040 + <property name="wrap">False</property> 1.3041 + <property name="selectable">False</property> 1.3042 + <property name="xalign">1</property> 1.3043 + <property name="yalign">0.5</property> 1.3044 + <property name="xpad">0</property> 1.3045 + <property name="ypad">0</property> 1.3046 + </widget> 1.3047 + <packing> 1.3048 + <property name="left_attach">0</property> 1.3049 + <property name="right_attach">1</property> 1.3050 + <property name="top_attach">5</property> 1.3051 + <property name="bottom_attach">6</property> 1.3052 + <property name="x_options">fill</property> 1.3053 + <property name="y_options">expand</property> 1.3054 + </packing> 1.3055 + </child> 1.3056 + 1.3057 + <child> 1.3058 + <widget class="GtkLabel" id="label17"> 1.3059 + <property name="visible">True</property> 1.3060 + <property name="label" translatable="yes">Button L : </property> 1.3061 + <property name="use_underline">False</property> 1.3062 + <property name="use_markup">False</property> 1.3063 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.3064 + <property name="wrap">False</property> 1.3065 + <property name="selectable">False</property> 1.3066 + <property name="xalign">1</property> 1.3067 + <property name="yalign">0.5</property> 1.3068 + <property name="xpad">0</property> 1.3069 + <property name="ypad">0</property> 1.3070 + </widget> 1.3071 + <packing> 1.3072 + <property name="left_attach">0</property> 1.3073 + <property name="right_attach">1</property> 1.3074 + <property name="top_attach">6</property> 1.3075 + <property name="bottom_attach">7</property> 1.3076 + <property name="x_options">fill</property> 1.3077 + <property name="y_options">expand</property> 1.3078 + </packing> 1.3079 + </child> 1.3080 + 1.3081 + <child> 1.3082 + <widget class="GtkLabel" id="label18"> 1.3083 + <property name="visible">True</property> 1.3084 + <property name="label" translatable="yes">Button R : </property> 1.3085 + <property name="use_underline">False</property> 1.3086 + <property name="use_markup">False</property> 1.3087 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.3088 + <property name="wrap">False</property> 1.3089 + <property name="selectable">False</property> 1.3090 + <property name="xalign">1</property> 1.3091 + <property name="yalign">0.5</property> 1.3092 + <property name="xpad">0</property> 1.3093 + <property name="ypad">0</property> 1.3094 + </widget> 1.3095 + <packing> 1.3096 + <property name="left_attach">0</property> 1.3097 + <property name="right_attach">1</property> 1.3098 + <property name="top_attach">7</property> 1.3099 + <property name="bottom_attach">8</property> 1.3100 + <property name="x_options">fill</property> 1.3101 + <property name="y_options">expand</property> 1.3102 + </packing> 1.3103 + </child> 1.3104 + 1.3105 + <child> 1.3106 + <widget class="GtkLabel" id="label19"> 1.3107 + <property name="visible">True</property> 1.3108 + <property name="label" translatable="yes">Select : </property> 1.3109 + <property name="use_underline">False</property> 1.3110 + <property name="use_markup">False</property> 1.3111 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.3112 + <property name="wrap">False</property> 1.3113 + <property name="selectable">False</property> 1.3114 + <property name="xalign">1</property> 1.3115 + <property name="yalign">0.5</property> 1.3116 + <property name="xpad">0</property> 1.3117 + <property name="ypad">0</property> 1.3118 + </widget> 1.3119 + <packing> 1.3120 + <property name="left_attach">0</property> 1.3121 + <property name="right_attach">1</property> 1.3122 + <property name="top_attach">8</property> 1.3123 + <property name="bottom_attach">9</property> 1.3124 + <property name="x_options">fill</property> 1.3125 + <property name="y_options">expand</property> 1.3126 + </packing> 1.3127 + </child> 1.3128 + 1.3129 + <child> 1.3130 + <widget class="GtkLabel" id="label20"> 1.3131 + <property name="visible">True</property> 1.3132 + <property name="label" translatable="yes">Start : </property> 1.3133 + <property name="use_underline">False</property> 1.3134 + <property name="use_markup">False</property> 1.3135 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.3136 + <property name="wrap">False</property> 1.3137 + <property name="selectable">False</property> 1.3138 + <property name="xalign">1</property> 1.3139 + <property name="yalign">0.5</property> 1.3140 + <property name="xpad">0</property> 1.3141 + <property name="ypad">0</property> 1.3142 + </widget> 1.3143 + <packing> 1.3144 + <property name="left_attach">0</property> 1.3145 + <property name="right_attach">1</property> 1.3146 + <property name="top_attach">9</property> 1.3147 + <property name="bottom_attach">10</property> 1.3148 + <property name="x_options">fill</property> 1.3149 + <property name="y_options">expand</property> 1.3150 + </packing> 1.3151 + </child> 1.3152 + 1.3153 + <child> 1.3154 + <widget class="GtkLabel" id="label21"> 1.3155 + <property name="visible">True</property> 1.3156 + <property name="label" translatable="yes">Speed : </property> 1.3157 + <property name="use_underline">False</property> 1.3158 + <property name="use_markup">False</property> 1.3159 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.3160 + <property name="wrap">False</property> 1.3161 + <property name="selectable">False</property> 1.3162 + <property name="xalign">1</property> 1.3163 + <property name="yalign">0.5</property> 1.3164 + <property name="xpad">0</property> 1.3165 + <property name="ypad">0</property> 1.3166 + </widget> 1.3167 + <packing> 1.3168 + <property name="left_attach">0</property> 1.3169 + <property name="right_attach">1</property> 1.3170 + <property name="top_attach">10</property> 1.3171 + <property name="bottom_attach">11</property> 1.3172 + <property name="x_options">fill</property> 1.3173 + <property name="y_options">expand</property> 1.3174 + </packing> 1.3175 + </child> 1.3176 + 1.3177 + <child> 1.3178 + <widget class="GtkLabel" id="label22"> 1.3179 + <property name="visible">True</property> 1.3180 + <property name="label" translatable="yes">Capture : </property> 1.3181 + <property name="use_underline">False</property> 1.3182 + <property name="use_markup">False</property> 1.3183 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.3184 + <property name="wrap">False</property> 1.3185 + <property name="selectable">False</property> 1.3186 + <property name="xalign">1</property> 1.3187 + <property name="yalign">0.5</property> 1.3188 + <property name="xpad">0</property> 1.3189 + <property name="ypad">0</property> 1.3190 + </widget> 1.3191 + <packing> 1.3192 + <property name="left_attach">0</property> 1.3193 + <property name="right_attach">1</property> 1.3194 + <property name="top_attach">11</property> 1.3195 + <property name="bottom_attach">12</property> 1.3196 + <property name="x_options">fill</property> 1.3197 + <property name="y_options">expand</property> 1.3198 + </packing> 1.3199 + </child> 1.3200 + 1.3201 + <child> 1.3202 + <widget class="GtkEntry" id="JoypadDownEntry"> 1.3203 + <property name="visible">True</property> 1.3204 + <property name="can_focus">True</property> 1.3205 + <property name="editable">False</property> 1.3206 + <property name="visibility">True</property> 1.3207 + <property name="max_length">0</property> 1.3208 + <property name="text" translatable="yes"></property> 1.3209 + <property name="has_frame">True</property> 1.3210 + <property name="invisible_char" translatable="yes">*</property> 1.3211 + <property name="activates_default">False</property> 1.3212 + </widget> 1.3213 + <packing> 1.3214 + <property name="left_attach">1</property> 1.3215 + <property name="right_attach">2</property> 1.3216 + <property name="top_attach">1</property> 1.3217 + <property name="bottom_attach">2</property> 1.3218 + <property name="x_options">fill</property> 1.3219 + <property name="y_options">expand</property> 1.3220 + </packing> 1.3221 + </child> 1.3222 + 1.3223 + <child> 1.3224 + <widget class="GtkEntry" id="JoypadLeftEntry"> 1.3225 + <property name="visible">True</property> 1.3226 + <property name="can_focus">True</property> 1.3227 + <property name="editable">False</property> 1.3228 + <property name="visibility">True</property> 1.3229 + <property name="max_length">0</property> 1.3230 + <property name="text" translatable="yes"></property> 1.3231 + <property name="has_frame">True</property> 1.3232 + <property name="invisible_char" translatable="yes">*</property> 1.3233 + <property name="activates_default">False</property> 1.3234 + </widget> 1.3235 + <packing> 1.3236 + <property name="left_attach">1</property> 1.3237 + <property name="right_attach">2</property> 1.3238 + <property name="top_attach">2</property> 1.3239 + <property name="bottom_attach">3</property> 1.3240 + <property name="x_options">fill</property> 1.3241 + <property name="y_options">expand</property> 1.3242 + </packing> 1.3243 + </child> 1.3244 + 1.3245 + <child> 1.3246 + <widget class="GtkEntry" id="JoypadRightEntry"> 1.3247 + <property name="visible">True</property> 1.3248 + <property name="can_focus">True</property> 1.3249 + <property name="editable">False</property> 1.3250 + <property name="visibility">True</property> 1.3251 + <property name="max_length">0</property> 1.3252 + <property name="text" translatable="yes"></property> 1.3253 + <property name="has_frame">True</property> 1.3254 + <property name="invisible_char" translatable="yes">*</property> 1.3255 + <property name="activates_default">False</property> 1.3256 + </widget> 1.3257 + <packing> 1.3258 + <property name="left_attach">1</property> 1.3259 + <property name="right_attach">2</property> 1.3260 + <property name="top_attach">3</property> 1.3261 + <property name="bottom_attach">4</property> 1.3262 + <property name="x_options">fill</property> 1.3263 + <property name="y_options">expand</property> 1.3264 + </packing> 1.3265 + </child> 1.3266 + 1.3267 + <child> 1.3268 + <widget class="GtkEntry" id="JoypadAEntry"> 1.3269 + <property name="visible">True</property> 1.3270 + <property name="can_focus">True</property> 1.3271 + <property name="editable">False</property> 1.3272 + <property name="visibility">True</property> 1.3273 + <property name="max_length">0</property> 1.3274 + <property name="text" translatable="yes"></property> 1.3275 + <property name="has_frame">True</property> 1.3276 + <property name="invisible_char" translatable="yes">*</property> 1.3277 + <property name="activates_default">False</property> 1.3278 + </widget> 1.3279 + <packing> 1.3280 + <property name="left_attach">1</property> 1.3281 + <property name="right_attach">2</property> 1.3282 + <property name="top_attach">4</property> 1.3283 + <property name="bottom_attach">5</property> 1.3284 + <property name="x_options">fill</property> 1.3285 + <property name="y_options">expand</property> 1.3286 + </packing> 1.3287 + </child> 1.3288 + 1.3289 + <child> 1.3290 + <widget class="GtkEntry" id="JoypadBEntry"> 1.3291 + <property name="visible">True</property> 1.3292 + <property name="can_focus">True</property> 1.3293 + <property name="editable">False</property> 1.3294 + <property name="visibility">True</property> 1.3295 + <property name="max_length">0</property> 1.3296 + <property name="text" translatable="yes"></property> 1.3297 + <property name="has_frame">True</property> 1.3298 + <property name="invisible_char" translatable="yes">*</property> 1.3299 + <property name="activates_default">False</property> 1.3300 + </widget> 1.3301 + <packing> 1.3302 + <property name="left_attach">1</property> 1.3303 + <property name="right_attach">2</property> 1.3304 + <property name="top_attach">5</property> 1.3305 + <property name="bottom_attach">6</property> 1.3306 + <property name="x_options">fill</property> 1.3307 + <property name="y_options">expand</property> 1.3308 + </packing> 1.3309 + </child> 1.3310 + 1.3311 + <child> 1.3312 + <widget class="GtkEntry" id="JoypadLEntry"> 1.3313 + <property name="visible">True</property> 1.3314 + <property name="can_focus">True</property> 1.3315 + <property name="editable">False</property> 1.3316 + <property name="visibility">True</property> 1.3317 + <property name="max_length">0</property> 1.3318 + <property name="text" translatable="yes"></property> 1.3319 + <property name="has_frame">True</property> 1.3320 + <property name="invisible_char" translatable="yes">*</property> 1.3321 + <property name="activates_default">False</property> 1.3322 + </widget> 1.3323 + <packing> 1.3324 + <property name="left_attach">1</property> 1.3325 + <property name="right_attach">2</property> 1.3326 + <property name="top_attach">6</property> 1.3327 + <property name="bottom_attach">7</property> 1.3328 + <property name="x_options">fill</property> 1.3329 + <property name="y_options">expand</property> 1.3330 + </packing> 1.3331 + </child> 1.3332 + 1.3333 + <child> 1.3334 + <widget class="GtkEntry" id="JoypadREntry"> 1.3335 + <property name="visible">True</property> 1.3336 + <property name="can_focus">True</property> 1.3337 + <property name="editable">False</property> 1.3338 + <property name="visibility">True</property> 1.3339 + <property name="max_length">0</property> 1.3340 + <property name="text" translatable="yes"></property> 1.3341 + <property name="has_frame">True</property> 1.3342 + <property name="invisible_char" translatable="yes">*</property> 1.3343 + <property name="activates_default">False</property> 1.3344 + </widget> 1.3345 + <packing> 1.3346 + <property name="left_attach">1</property> 1.3347 + <property name="right_attach">2</property> 1.3348 + <property name="top_attach">7</property> 1.3349 + <property name="bottom_attach">8</property> 1.3350 + <property name="x_options">fill</property> 1.3351 + <property name="y_options">expand</property> 1.3352 + </packing> 1.3353 + </child> 1.3354 + 1.3355 + <child> 1.3356 + <widget class="GtkEntry" id="JoypadSelectEntry"> 1.3357 + <property name="visible">True</property> 1.3358 + <property name="can_focus">True</property> 1.3359 + <property name="editable">False</property> 1.3360 + <property name="visibility">True</property> 1.3361 + <property name="max_length">0</property> 1.3362 + <property name="text" translatable="yes"></property> 1.3363 + <property name="has_frame">True</property> 1.3364 + <property name="invisible_char" translatable="yes">*</property> 1.3365 + <property name="activates_default">False</property> 1.3366 + </widget> 1.3367 + <packing> 1.3368 + <property name="left_attach">1</property> 1.3369 + <property name="right_attach">2</property> 1.3370 + <property name="top_attach">8</property> 1.3371 + <property name="bottom_attach">9</property> 1.3372 + <property name="x_options">fill</property> 1.3373 + <property name="y_options">expand</property> 1.3374 + </packing> 1.3375 + </child> 1.3376 + 1.3377 + <child> 1.3378 + <widget class="GtkEntry" id="JoypadStartEntry"> 1.3379 + <property name="visible">True</property> 1.3380 + <property name="can_focus">True</property> 1.3381 + <property name="editable">False</property> 1.3382 + <property name="visibility">True</property> 1.3383 + <property name="max_length">0</property> 1.3384 + <property name="text" translatable="yes"></property> 1.3385 + <property name="has_frame">True</property> 1.3386 + <property name="invisible_char" translatable="yes">*</property> 1.3387 + <property name="activates_default">False</property> 1.3388 + </widget> 1.3389 + <packing> 1.3390 + <property name="left_attach">1</property> 1.3391 + <property name="right_attach">2</property> 1.3392 + <property name="top_attach">9</property> 1.3393 + <property name="bottom_attach">10</property> 1.3394 + <property name="x_options">fill</property> 1.3395 + <property name="y_options">expand</property> 1.3396 + </packing> 1.3397 + </child> 1.3398 + 1.3399 + <child> 1.3400 + <widget class="GtkEntry" id="JoypadSpeedEntry"> 1.3401 + <property name="visible">True</property> 1.3402 + <property name="can_focus">True</property> 1.3403 + <property name="editable">False</property> 1.3404 + <property name="visibility">True</property> 1.3405 + <property name="max_length">0</property> 1.3406 + <property name="text" translatable="yes"></property> 1.3407 + <property name="has_frame">True</property> 1.3408 + <property name="invisible_char" translatable="yes">*</property> 1.3409 + <property name="activates_default">False</property> 1.3410 + </widget> 1.3411 + <packing> 1.3412 + <property name="left_attach">1</property> 1.3413 + <property name="right_attach">2</property> 1.3414 + <property name="top_attach">10</property> 1.3415 + <property name="bottom_attach">11</property> 1.3416 + <property name="x_options">fill</property> 1.3417 + <property name="y_options">expand</property> 1.3418 + </packing> 1.3419 + </child> 1.3420 + 1.3421 + <child> 1.3422 + <widget class="GtkEntry" id="JoypadCaptureEntry"> 1.3423 + <property name="visible">True</property> 1.3424 + <property name="can_focus">True</property> 1.3425 + <property name="editable">False</property> 1.3426 + <property name="visibility">True</property> 1.3427 + <property name="max_length">0</property> 1.3428 + <property name="text" translatable="yes"></property> 1.3429 + <property name="has_frame">True</property> 1.3430 + <property name="invisible_char" translatable="yes">*</property> 1.3431 + <property name="activates_default">False</property> 1.3432 + </widget> 1.3433 + <packing> 1.3434 + <property name="left_attach">1</property> 1.3435 + <property name="right_attach">2</property> 1.3436 + <property name="top_attach">11</property> 1.3437 + <property name="bottom_attach">12</property> 1.3438 + <property name="x_options">fill</property> 1.3439 + <property name="y_options">expand</property> 1.3440 + </packing> 1.3441 + </child> 1.3442 + 1.3443 + <child> 1.3444 + <widget class="GtkLabel" id="label11"> 1.3445 + <property name="visible">True</property> 1.3446 + <property name="label" translatable="yes">Up : </property> 1.3447 + <property name="use_underline">False</property> 1.3448 + <property name="use_markup">False</property> 1.3449 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.3450 + <property name="wrap">False</property> 1.3451 + <property name="selectable">False</property> 1.3452 + <property name="xalign">1</property> 1.3453 + <property name="yalign">0.5</property> 1.3454 + <property name="xpad">0</property> 1.3455 + <property name="ypad">0</property> 1.3456 + </widget> 1.3457 + <packing> 1.3458 + <property name="left_attach">0</property> 1.3459 + <property name="right_attach">1</property> 1.3460 + <property name="top_attach">0</property> 1.3461 + <property name="bottom_attach">1</property> 1.3462 + <property name="x_options">fill</property> 1.3463 + <property name="y_options">expand</property> 1.3464 + </packing> 1.3465 + </child> 1.3466 + </widget> 1.3467 + </child> 1.3468 + </widget> 1.3469 + <packing> 1.3470 + <property name="padding">0</property> 1.3471 + <property name="expand">True</property> 1.3472 + <property name="fill">True</property> 1.3473 + </packing> 1.3474 + </child> 1.3475 + </widget> 1.3476 + </child> 1.3477 +</widget> 1.3478 + 1.3479 +<widget class="GtkDialog" id="TcpPortDialog"> 1.3480 + <property name="title" translatable="yes">TCP port</property> 1.3481 + <property name="type">GTK_WINDOW_TOPLEVEL</property> 1.3482 + <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> 1.3483 + <property name="modal">False</property> 1.3484 + <property name="resizable">True</property> 1.3485 + <property name="destroy_with_parent">True</property> 1.3486 + <property name="skip_taskbar_hint">False</property> 1.3487 + <property name="skip_pager_hint">False</property> 1.3488 + <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> 1.3489 + <property name="has_separator">True</property> 1.3490 + 1.3491 + <child internal-child="vbox"> 1.3492 + <widget class="GtkVBox" id="dialog-vbox5"> 1.3493 + <property name="visible">True</property> 1.3494 + <property name="homogeneous">False</property> 1.3495 + <property name="spacing">0</property> 1.3496 + 1.3497 + <child internal-child="action_area"> 1.3498 + <widget class="GtkHButtonBox" id="dialog-action_area5"> 1.3499 + <property name="visible">True</property> 1.3500 + <property name="layout_style">GTK_BUTTONBOX_END</property> 1.3501 + 1.3502 + <child> 1.3503 + <widget class="GtkButton" id="cancelbutton4"> 1.3504 + <property name="visible">True</property> 1.3505 + <property name="can_default">True</property> 1.3506 + <property name="can_focus">True</property> 1.3507 + <property name="label">gtk-cancel</property> 1.3508 + <property name="use_stock">True</property> 1.3509 + <property name="relief">GTK_RELIEF_NORMAL</property> 1.3510 + <property name="response_id">-6</property> 1.3511 + </widget> 1.3512 + </child> 1.3513 + 1.3514 + <child> 1.3515 + <widget class="GtkButton" id="okbutton4"> 1.3516 + <property name="visible">True</property> 1.3517 + <property name="can_default">True</property> 1.3518 + <property name="can_focus">True</property> 1.3519 + <property name="label">gtk-ok</property> 1.3520 + <property name="use_stock">True</property> 1.3521 + <property name="relief">GTK_RELIEF_NORMAL</property> 1.3522 + <property name="response_id">-5</property> 1.3523 + </widget> 1.3524 + </child> 1.3525 + </widget> 1.3526 + <packing> 1.3527 + <property name="padding">0</property> 1.3528 + <property name="expand">False</property> 1.3529 + <property name="fill">True</property> 1.3530 + <property name="pack_type">GTK_PACK_END</property> 1.3531 + </packing> 1.3532 + </child> 1.3533 + 1.3534 + <child> 1.3535 + <widget class="GtkAlignment" id="alignment3"> 1.3536 + <property name="visible">True</property> 1.3537 + <property name="xalign">0.5</property> 1.3538 + <property name="yalign">0.5</property> 1.3539 + <property name="xscale">0</property> 1.3540 + <property name="yscale">0</property> 1.3541 + 1.3542 + <child> 1.3543 + <widget class="GtkHBox" id="hbox2"> 1.3544 + <property name="visible">True</property> 1.3545 + <property name="homogeneous">False</property> 1.3546 + <property name="spacing">0</property> 1.3547 + 1.3548 + <child> 1.3549 + <widget class="GtkLabel" id="label23"> 1.3550 + <property name="visible">True</property> 1.3551 + <property name="label" translatable="yes">Port : </property> 1.3552 + <property name="use_underline">False</property> 1.3553 + <property name="use_markup">False</property> 1.3554 + <property name="justify">GTK_JUSTIFY_LEFT</property> 1.3555 + <property name="wrap">False</property> 1.3556 + <property name="selectable">False</property> 1.3557 + <property name="xalign">1</property> 1.3558 + <property name="yalign">0.5</property> 1.3559 + <property name="xpad">0</property> 1.3560 + <property name="ypad">0</property> 1.3561 + </widget> 1.3562 + <packing> 1.3563 + <property name="padding">0</property> 1.3564 + <property name="expand">True</property> 1.3565 + <property name="fill">True</property> 1.3566 + </packing> 1.3567 + </child> 1.3568 + 1.3569 + <child> 1.3570 + <widget class="GtkSpinButton" id="TcpPortSpin"> 1.3571 + <property name="visible">True</property> 1.3572 + <property name="can_focus">True</property> 1.3573 + <property name="climb_rate">1</property> 1.3574 + <property name="digits">0</property> 1.3575 + <property name="numeric">True</property> 1.3576 + <property name="update_policy">GTK_UPDATE_ALWAYS</property> 1.3577 + <property name="snap_to_ticks">True</property> 1.3578 + <property name="wrap">True</property> 1.3579 + <property name="adjustment">55555 1 65535 1 100 100</property> 1.3580 + </widget> 1.3581 + <packing> 1.3582 + <property name="padding">0</property> 1.3583 + <property name="expand">True</property> 1.3584 + <property name="fill">True</property> 1.3585 + </packing> 1.3586 + </child> 1.3587 + </widget> 1.3588 + </child> 1.3589 + </widget> 1.3590 + <packing> 1.3591 + <property name="padding">0</property> 1.3592 + <property name="expand">True</property> 1.3593 + <property name="fill">True</property> 1.3594 + </packing> 1.3595 + </child> 1.3596 + </widget> 1.3597 + </child> 1.3598 +</widget> 1.3599 + 1.3600 +</glade-interface>