| 1 |
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> |
|---|
| 2 |
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> |
|---|
| 3 |
|
|---|
| 4 |
<glade-interface> |
|---|
| 5 |
|
|---|
| 6 |
<widget class="GtkWindow" id="winMain"> |
|---|
| 7 |
<property name="visible">True</property> |
|---|
| 8 |
<property name="title" translatable="yes">wmgui</property> |
|---|
| 9 |
<property name="type">GTK_WINDOW_TOPLEVEL</property> |
|---|
| 10 |
<property name="window_position">GTK_WIN_POS_NONE</property> |
|---|
| 11 |
<property name="modal">False</property> |
|---|
| 12 |
<property name="resizable">True</property> |
|---|
| 13 |
<property name="destroy_with_parent">False</property> |
|---|
| 14 |
<property name="decorated">True</property> |
|---|
| 15 |
<property name="skip_taskbar_hint">False</property> |
|---|
| 16 |
<property name="skip_pager_hint">False</property> |
|---|
| 17 |
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
|---|
| 18 |
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
|---|
| 19 |
|
|---|
| 20 |
<child> |
|---|
| 21 |
<widget class="GtkVBox" id="vbox1"> |
|---|
| 22 |
<property name="visible">True</property> |
|---|
| 23 |
<property name="homogeneous">False</property> |
|---|
| 24 |
<property name="spacing">3</property> |
|---|
| 25 |
|
|---|
| 26 |
<child> |
|---|
| 27 |
<widget class="GtkMenuBar" id="menubar1"> |
|---|
| 28 |
<property name="visible">True</property> |
|---|
| 29 |
|
|---|
| 30 |
<child> |
|---|
| 31 |
<widget class="GtkMenuItem" id="menuitem1"> |
|---|
| 32 |
<property name="visible">True</property> |
|---|
| 33 |
<property name="label" translatable="yes">_File</property> |
|---|
| 34 |
<property name="use_underline">True</property> |
|---|
| 35 |
|
|---|
| 36 |
<child> |
|---|
| 37 |
<widget class="GtkMenu" id="menuitem1_menu"> |
|---|
| 38 |
|
|---|
| 39 |
<child> |
|---|
| 40 |
<widget class="GtkImageMenuItem" id="menuConnect"> |
|---|
| 41 |
<property name="visible">True</property> |
|---|
| 42 |
<property name="label" translatable="yes">_Connect</property> |
|---|
| 43 |
<property name="use_underline">True</property> |
|---|
| 44 |
<accelerator key="C" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
|---|
| 45 |
|
|---|
| 46 |
<child internal-child="image"> |
|---|
| 47 |
<widget class="GtkImage" id="image27"> |
|---|
| 48 |
<property name="visible">True</property> |
|---|
| 49 |
<property name="stock">gtk-connect</property> |
|---|
| 50 |
<property name="icon_size">1</property> |
|---|
| 51 |
<property name="xalign">0.5</property> |
|---|
| 52 |
<property name="yalign">0.5</property> |
|---|
| 53 |
<property name="xpad">0</property> |
|---|
| 54 |
<property name="ypad">0</property> |
|---|
| 55 |
</widget> |
|---|
| 56 |
</child> |
|---|
| 57 |
</widget> |
|---|
| 58 |
</child> |
|---|
| 59 |
|
|---|
| 60 |
<child> |
|---|
| 61 |
<widget class="GtkImageMenuItem" id="menuDisconnect"> |
|---|
| 62 |
<property name="visible">True</property> |
|---|
| 63 |
<property name="label" translatable="yes">_Disconnect</property> |
|---|
| 64 |
<property name="use_underline">True</property> |
|---|
| 65 |
<accelerator key="D" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
|---|
| 66 |
|
|---|
| 67 |
<child internal-child="image"> |
|---|
| 68 |
<widget class="GtkImage" id="image28"> |
|---|
| 69 |
<property name="visible">True</property> |
|---|
| 70 |
<property name="stock">gtk-disconnect</property> |
|---|
| 71 |
<property name="icon_size">1</property> |
|---|
| 72 |
<property name="xalign">0.5</property> |
|---|
| 73 |
<property name="yalign">0.5</property> |
|---|
| 74 |
<property name="xpad">0</property> |
|---|
| 75 |
<property name="ypad">0</property> |
|---|
| 76 |
</widget> |
|---|
| 77 |
</child> |
|---|
| 78 |
</widget> |
|---|
| 79 |
</child> |
|---|
| 80 |
|
|---|
| 81 |
<child> |
|---|
| 82 |
<widget class="GtkSeparatorMenuItem" id="separatormenuitem1"> |
|---|
| 83 |
<property name="visible">True</property> |
|---|
| 84 |
</widget> |
|---|
| 85 |
</child> |
|---|
| 86 |
|
|---|
| 87 |
<child> |
|---|
| 88 |
<widget class="GtkImageMenuItem" id="menuQuit"> |
|---|
| 89 |
<property name="visible">True</property> |
|---|
| 90 |
<property name="label" translatable="yes">_Quit</property> |
|---|
| 91 |
<property name="use_underline">True</property> |
|---|
| 92 |
<accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
|---|
| 93 |
|
|---|
| 94 |
<child internal-child="image"> |
|---|
| 95 |
<widget class="GtkImage" id="image29"> |
|---|
| 96 |
<property name="visible">True</property> |
|---|
| 97 |
<property name="stock">gtk-quit</property> |
|---|
| 98 |
<property name="icon_size">1</property> |
|---|
| 99 |
<property name="xalign">0.5</property> |
|---|
| 100 |
<property name="yalign">0.5</property> |
|---|
| 101 |
<property name="xpad">0</property> |
|---|
| 102 |
<property name="ypad">0</property> |
|---|
| 103 |
</widget> |
|---|
| 104 |
</child> |
|---|
| 105 |
</widget> |
|---|
| 106 |
</child> |
|---|
| 107 |
</widget> |
|---|
| 108 |
</child> |
|---|
| 109 |
</widget> |
|---|
| 110 |
</child> |
|---|
| 111 |
|
|---|
| 112 |
<child> |
|---|
| 113 |
<widget class="GtkMenuItem" id="menuSettings"> |
|---|
| 114 |
<property name="visible">True</property> |
|---|
| 115 |
<property name="label" translatable="yes">_Settings</property> |
|---|
| 116 |
<property name="use_underline">True</property> |
|---|
| 117 |
|
|---|
| 118 |
<child> |
|---|
| 119 |
<widget class="GtkMenu" id="menuSettings_menu"> |
|---|
| 120 |
|
|---|
| 121 |
<child> |
|---|
| 122 |
<widget class="GtkCheckMenuItem" id="chkAcc"> |
|---|
| 123 |
<property name="visible">True</property> |
|---|
| 124 |
<property name="label" translatable="yes">_Acc Data</property> |
|---|
| 125 |
<property name="use_underline">True</property> |
|---|
| 126 |
<property name="active">False</property> |
|---|
| 127 |
<accelerator key="A" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
|---|
| 128 |
</widget> |
|---|
| 129 |
</child> |
|---|
| 130 |
|
|---|
| 131 |
<child> |
|---|
| 132 |
<widget class="GtkCheckMenuItem" id="chkIR"> |
|---|
| 133 |
<property name="visible">True</property> |
|---|
| 134 |
<property name="label" translatable="yes">_IR Data</property> |
|---|
| 135 |
<property name="use_underline">True</property> |
|---|
| 136 |
<property name="active">False</property> |
|---|
| 137 |
<accelerator key="I" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
|---|
| 138 |
</widget> |
|---|
| 139 |
</child> |
|---|
| 140 |
|
|---|
| 141 |
<child> |
|---|
| 142 |
<widget class="GtkCheckMenuItem" id="chkExt"> |
|---|
| 143 |
<property name="visible">True</property> |
|---|
| 144 |
<property name="label" translatable="yes">_Extension Data</property> |
|---|
| 145 |
<property name="use_underline">True</property> |
|---|
| 146 |
<property name="active">False</property> |
|---|
| 147 |
<accelerator key="E" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
|---|
| 148 |
</widget> |
|---|
| 149 |
</child> |
|---|
| 150 |
</widget> |
|---|
| 151 |
</child> |
|---|
| 152 |
</widget> |
|---|
| 153 |
</child> |
|---|
| 154 |
|
|---|
| 155 |
<child> |
|---|
| 156 |
<widget class="GtkMenuItem" id="menuControls"> |
|---|
| 157 |
<property name="visible">True</property> |
|---|
| 158 |
<property name="label" translatable="yes">_Controls</property> |
|---|
| 159 |
<property name="use_underline">True</property> |
|---|
| 160 |
|
|---|
| 161 |
<child> |
|---|
| 162 |
<widget class="GtkMenu" id="menuControls_menu"> |
|---|
| 163 |
|
|---|
| 164 |
<child> |
|---|
| 165 |
<widget class="GtkCheckMenuItem" id="chkLED1"> |
|---|
| 166 |
<property name="visible">True</property> |
|---|
| 167 |
<property name="label" translatable="yes">LED _1</property> |
|---|
| 168 |
<property name="use_underline">True</property> |
|---|
| 169 |
<property name="active">False</property> |
|---|
| 170 |
<accelerator key="1" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
|---|
| 171 |
</widget> |
|---|
| 172 |
</child> |
|---|
| 173 |
|
|---|
| 174 |
<child> |
|---|
| 175 |
<widget class="GtkCheckMenuItem" id="chkLED2"> |
|---|
| 176 |
<property name="visible">True</property> |
|---|
| 177 |
<property name="label" translatable="yes">LED _2</property> |
|---|
| 178 |
<property name="use_underline">True</property> |
|---|
| 179 |
<property name="active">False</property> |
|---|
| 180 |
<accelerator key="2" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
|---|
| 181 |
</widget> |
|---|
| 182 |
</child> |
|---|
| 183 |
|
|---|
| 184 |
<child> |
|---|
| 185 |
<widget class="GtkCheckMenuItem" id="chkLED3"> |
|---|
| 186 |
<property name="visible">True</property> |
|---|
| 187 |
<property name="label" translatable="yes">LED _3</property> |
|---|
| 188 |
<property name="use_underline">True</property> |
|---|
| 189 |
<property name="active">False</property> |
|---|
| 190 |
<accelerator key="3" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
|---|
| 191 |
</widget> |
|---|
| 192 |
</child> |
|---|
| 193 |
|
|---|
| 194 |
<child> |
|---|
| 195 |
<widget class="GtkCheckMenuItem" id="chkLED4"> |
|---|
| 196 |
<property name="visible">True</property> |
|---|
| 197 |
<property name="label" translatable="yes">LED _4</property> |
|---|
| 198 |
<property name="use_underline">True</property> |
|---|
| 199 |
<property name="active">False</property> |
|---|
| 200 |
<accelerator key="4" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
|---|
| 201 |
</widget> |
|---|
| 202 |
</child> |
|---|
| 203 |
|
|---|
| 204 |
<child> |
|---|
| 205 |
<widget class="GtkSeparatorMenuItem" id="separator1"> |
|---|
| 206 |
<property name="visible">True</property> |
|---|
| 207 |
</widget> |
|---|
| 208 |
</child> |
|---|
| 209 |
|
|---|
| 210 |
<child> |
|---|
| 211 |
<widget class="GtkCheckMenuItem" id="chkRumble"> |
|---|
| 212 |
<property name="visible">True</property> |
|---|
| 213 |
<property name="label" translatable="yes">_Rumble</property> |
|---|
| 214 |
<property name="use_underline">True</property> |
|---|
| 215 |
<property name="active">False</property> |
|---|
| 216 |
<accelerator key="R" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
|---|
| 217 |
</widget> |
|---|
| 218 |
</child> |
|---|
| 219 |
</widget> |
|---|
| 220 |
</child> |
|---|
| 221 |
</widget> |
|---|
| 222 |
</child> |
|---|
| 223 |
|
|---|
| 224 |
<child> |
|---|
| 225 |
<widget class="GtkMenuItem" id="menuView"> |
|---|
| 226 |
<property name="visible">True</property> |
|---|
| 227 |
<property name="label" translatable="yes">_View</property> |
|---|
| 228 |
<property name="use_underline">True</property> |
|---|
| 229 |
|
|---|
| 230 |
<child> |
|---|
| 231 |
<widget class="GtkMenu" id="menuView_menu"> |
|---|
| 232 |
|
|---|
| 233 |
<child> |
|---|
| 234 |
<widget class="GtkMenuItem" id="menuRW"> |
|---|
| 235 |
<property name="visible">True</property> |
|---|
| 236 |
<property name="label" translatable="yes">_Memory Read/Write</property> |
|---|
| 237 |
<property name="use_underline">True</property> |
|---|
| 238 |
<accelerator key="M" modifiers="GDK_CONTROL_MASK" signal="activate"/> |
|---|
| 239 |
</widget> |
|---|
| 240 |
</child> |
|---|
| 241 |
</widget> |
|---|
| 242 |
</child> |
|---|
| 243 |
</widget> |
|---|
| 244 |
</child> |
|---|
| 245 |
|
|---|
| 246 |
<child> |
|---|
| 247 |
<widget class="GtkMenuItem" id="menuHelp"> |
|---|
| 248 |
<property name="visible">True</property> |
|---|
| 249 |
<property name="label" translatable="yes">_Help</property> |
|---|
| 250 |
<property name="use_underline">True</property> |
|---|
| 251 |
|
|---|
| 252 |
<child> |
|---|
| 253 |
<widget class="GtkMenu" id="menuHelp_menu"> |
|---|
| 254 |
|
|---|
| 255 |
<child> |
|---|
| 256 |
<widget class="GtkMenuItem" id="menuAbout"> |
|---|
| 257 |
<property name="visible">True</property> |
|---|
| 258 |
<property name="label" translatable="yes">_About</property> |
|---|
| 259 |
<property name="use_underline">True</property> |
|---|
| 260 |
</widget> |
|---|
| 261 |
</child> |
|---|
| 262 |
</widget> |
|---|
| 263 |
</child> |
|---|
| 264 |
</widget> |
|---|
| 265 |
</child> |
|---|
| 266 |
</widget> |
|---|
| 267 |
<packing> |
|---|
| 268 |
<property name="padding">0</property> |
|---|
| 269 |
<property name="expand">False</property> |
|---|
| 270 |
<property name="fill">False</property> |
|---|
| 271 |
</packing> |
|---|
| 272 |
</child> |
|---|
| 273 |
|
|---|
| 274 |
<child> |
|---|
| 275 |
<widget class="GtkHBox" id="hbox1"> |
|---|
| 276 |
<property name="visible">True</property> |
|---|
| 277 |
<property name="homogeneous">False</property> |
|---|
| 278 |
<property name="spacing">0</property> |
|---|
| 279 |
|
|---|
| 280 |
<child> |
|---|
| 281 |
<widget class="GtkFrame" id="frame1"> |
|---|
| 282 |
<property name="visible">True</property> |
|---|
| 283 |
<property name="label_xalign">0</property> |
|---|
| 284 |
<property name="label_yalign">0.5</property> |
|---|
| 285 |
<property name="shadow_type">GTK_SHADOW_ETCHED_IN</property> |
|---|
| 286 |
|
|---|
| 287 |
<child> |
|---|
| 288 |
<widget class="GtkAlignment" id="alignment1"> |
|---|
| 289 |
<property name="visible">True</property> |
|---|
| 290 |
<property name="xalign">0.5</property> |
|---|
| 291 |
<property name="yalign">0.5</property> |
|---|
| 292 |
<property name="xscale">1</property> |
|---|
| 293 |
<property name="yscale">1</property> |
|---|
| 294 |
<property name="top_padding">0</property> |
|---|
| 295 |
<property name="bottom_padding">0</property> |
|---|
| 296 |
<property name="left_padding">12</property> |
|---|
| 297 |
<property name="right_padding">0</property> |
|---|
| 298 |
|
|---|
| 299 |
<child> |
|---|
| 300 |
<widget class="GtkTable" id="table1"> |
|---|
| 301 |
<property name="visible">True</property> |
|---|
| 302 |
<property name="n_rows">6</property> |
|---|
| 303 |
<property name="n_columns">3</property> |
|---|
| 304 |
<property name="homogeneous">True</property> |
|---|
| 305 |
<property name="row_spacing">0</property> |
|---|
| 306 |
<property name="column_spacing">0</property> |
|---|
| 307 |
|
|---|
| 308 |
<child> |
|---|
| 309 |
<widget class="GtkAlignment" id="alignment3"> |
|---|
| 310 |
<property name="visible">True</property> |
|---|
| 311 |
<property name="xalign">0.5</property> |
|---|
| 312 |
<property name="yalign">0.5</property> |
|---|
| 313 |
<property name="xscale">1</property> |
|---|
| 314 |
<property name="yscale">1</property> |
|---|
| 315 |
<property name="top_padding">0</property> |
|---|
| 316 |
<property name="bottom_padding">0</property> |
|---|
| 317 |
<property name="left_padding">0</property> |
|---|
| 318 |
<property name="right_padding">0</property> |
|---|
| 319 |
|
|---|
| 320 |
<child> |
|---|
| 321 |
<widget class="GtkEventBox" id="evUp"> |
|---|
| 322 |
<property name="visible">True</property> |
|---|
| 323 |
<property name="visible_window">True</property> |
|---|
| 324 |
<property name="above_child">False</property> |
|---|
| 325 |
|
|---|
| 326 |
<child> |
|---|
| 327 |
<widget class="GtkLabel" id="lblUp"> |
|---|
| 328 |
<property name="visible">True</property> |
|---|
| 329 |
<property name="label" translatable="yes">Up</property> |
|---|
| 330 |
<property name="use_underline">False</property> |
|---|
| 331 |
<property name="use_markup">False</property> |
|---|
| 332 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 333 |
<property name="wrap">False</property> |
|---|
| 334 |
<property name="selectable">False</property> |
|---|
| 335 |
<property name="xalign">0.5</property> |
|---|
| 336 |
<property name="yalign">0.5</property> |
|---|
| 337 |
<property name="xpad">0</property> |
|---|
| 338 |
<property name="ypad">0</property> |
|---|
| 339 |
</widget> |
|---|
| 340 |
</child> |
|---|
| 341 |
</widget> |
|---|
| 342 |
</child> |
|---|
| 343 |
</widget> |
|---|
| 344 |
<packing> |
|---|
| 345 |
<property name="left_attach">1</property> |
|---|
| 346 |
<property name="right_attach">2</property> |
|---|
| 347 |
<property name="top_attach">0</property> |
|---|
| 348 |
<property name="bottom_attach">1</property> |
|---|
| 349 |
<property name="x_options">fill</property> |
|---|
| 350 |
</packing> |
|---|
| 351 |
</child> |
|---|
| 352 |
|
|---|
| 353 |
<child> |
|---|
| 354 |
<widget class="GtkAlignment" id="alignment4"> |
|---|
| 355 |
<property name="visible">True</property> |
|---|
| 356 |
<property name="xalign">0.5</property> |
|---|
| 357 |
<property name="yalign">0.5</property> |
|---|
| 358 |
<property name="xscale">1</property> |
|---|
| 359 |
<property name="yscale">1</property> |
|---|
| 360 |
<property name="top_padding">0</property> |
|---|
| 361 |
<property name="bottom_padding">0</property> |
|---|
| 362 |
<property name="left_padding">0</property> |
|---|
| 363 |
<property name="right_padding">0</property> |
|---|
| 364 |
|
|---|
| 365 |
<child> |
|---|
| 366 |
<widget class="GtkEventBox" id="evLeft"> |
|---|
| 367 |
<property name="visible">True</property> |
|---|
| 368 |
<property name="visible_window">True</property> |
|---|
| 369 |
<property name="above_child">False</property> |
|---|
| 370 |
|
|---|
| 371 |
<child> |
|---|
| 372 |
<widget class="GtkLabel" id="lblLeft"> |
|---|
| 373 |
<property name="visible">True</property> |
|---|
| 374 |
<property name="label" translatable="yes">Left</property> |
|---|
| 375 |
<property name="use_underline">False</property> |
|---|
| 376 |
<property name="use_markup">False</property> |
|---|
| 377 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 378 |
<property name="wrap">False</property> |
|---|
| 379 |
<property name="selectable">False</property> |
|---|
| 380 |
<property name="xalign">0.5</property> |
|---|
| 381 |
<property name="yalign">0.5</property> |
|---|
| 382 |
<property name="xpad">0</property> |
|---|
| 383 |
<property name="ypad">0</property> |
|---|
| 384 |
</widget> |
|---|
| 385 |
</child> |
|---|
| 386 |
</widget> |
|---|
| 387 |
</child> |
|---|
| 388 |
</widget> |
|---|
| 389 |
<packing> |
|---|
| 390 |
<property name="left_attach">0</property> |
|---|
| 391 |
<property name="right_attach">1</property> |
|---|
| 392 |
<property name="top_attach">1</property> |
|---|
| 393 |
<property name="bottom_attach">2</property> |
|---|
| 394 |
</packing> |
|---|
| 395 |
</child> |
|---|
| 396 |
|
|---|
| 397 |
<child> |
|---|
| 398 |
<widget class="GtkAlignment" id="alignment5"> |
|---|
| 399 |
<property name="visible">True</property> |
|---|
| 400 |
<property name="xalign">0.5</property> |
|---|
| 401 |
<property name="yalign">0.5</property> |
|---|
| 402 |
<property name="xscale">1</property> |
|---|
| 403 |
<property name="yscale">1</property> |
|---|
| 404 |
<property name="top_padding">0</property> |
|---|
| 405 |
<property name="bottom_padding">0</property> |
|---|
| 406 |
<property name="left_padding">0</property> |
|---|
| 407 |
<property name="right_padding">0</property> |
|---|
| 408 |
|
|---|
| 409 |
<child> |
|---|
| 410 |
<widget class="GtkEventBox" id="evRight"> |
|---|
| 411 |
<property name="visible">True</property> |
|---|
| 412 |
<property name="visible_window">True</property> |
|---|
| 413 |
<property name="above_child">False</property> |
|---|
| 414 |
|
|---|
| 415 |
<child> |
|---|
| 416 |
<widget class="GtkLabel" id="lblRight"> |
|---|
| 417 |
<property name="visible">True</property> |
|---|
| 418 |
<property name="label" translatable="yes">Right</property> |
|---|
| 419 |
<property name="use_underline">False</property> |
|---|
| 420 |
<property name="use_markup">False</property> |
|---|
| 421 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 422 |
<property name="wrap">False</property> |
|---|
| 423 |
<property name="selectable">False</property> |
|---|
| 424 |
<property name="xalign">0.5</property> |
|---|
| 425 |
<property name="yalign">0.5</property> |
|---|
| 426 |
<property name="xpad">0</property> |
|---|
| 427 |
<property name="ypad">0</property> |
|---|
| 428 |
</widget> |
|---|
| 429 |
</child> |
|---|
| 430 |
</widget> |
|---|
| 431 |
</child> |
|---|
| 432 |
</widget> |
|---|
| 433 |
<packing> |
|---|
| 434 |
<property name="left_attach">2</property> |
|---|
| 435 |
<property name="right_attach">3</property> |
|---|
| 436 |
<property name="top_attach">1</property> |
|---|
| 437 |
<property name="bottom_attach">2</property> |
|---|
| 438 |
<property name="y_options">fill</property> |
|---|
| 439 |
</packing> |
|---|
| 440 |
</child> |
|---|
| 441 |
|
|---|
| 442 |
<child> |
|---|
| 443 |
<widget class="GtkAlignment" id="alignment6"> |
|---|
| 444 |
<property name="visible">True</property> |
|---|
| 445 |
<property name="xalign">0.5</property> |
|---|
| 446 |
<property name="yalign">0.5</property> |
|---|
| 447 |
<property name="xscale">1</property> |
|---|
| 448 |
<property name="yscale">1</property> |
|---|
| 449 |
<property name="top_padding">0</property> |
|---|
| 450 |
<property name="bottom_padding">0</property> |
|---|
| 451 |
<property name="left_padding">0</property> |
|---|
| 452 |
<property name="right_padding">0</property> |
|---|
| 453 |
|
|---|
| 454 |
<child> |
|---|
| 455 |
<widget class="GtkEventBox" id="evDown"> |
|---|
| 456 |
<property name="visible">True</property> |
|---|
| 457 |
<property name="visible_window">True</property> |
|---|
| 458 |
<property name="above_child">False</property> |
|---|
| 459 |
|
|---|
| 460 |
<child> |
|---|
| 461 |
<widget class="GtkLabel" id="lblDown"> |
|---|
| 462 |
<property name="visible">True</property> |
|---|
| 463 |
<property name="label" translatable="yes">Down</property> |
|---|
| 464 |
<property name="use_underline">False</property> |
|---|
| 465 |
<property name="use_markup">False</property> |
|---|
| 466 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 467 |
<property name="wrap">False</property> |
|---|
| 468 |
<property name="selectable">False</property> |
|---|
| 469 |
<property name="xalign">0.5</property> |
|---|
| 470 |
<property name="yalign">0.5</property> |
|---|
| 471 |
<property name="xpad">0</property> |
|---|
| 472 |
<property name="ypad">0</property> |
|---|
| 473 |
</widget> |
|---|
| 474 |
</child> |
|---|
| 475 |
</widget> |
|---|
| 476 |
</child> |
|---|
| 477 |
</widget> |
|---|
| 478 |
<packing> |
|---|
| 479 |
<property name="left_attach">1</property> |
|---|
| 480 |
<property name="right_attach">2</property> |
|---|
| 481 |
<property name="top_attach">2</property> |
|---|
| 482 |
<property name="bottom_attach">3</property> |
|---|
| 483 |
<property name="x_options">fill</property> |
|---|
| 484 |
</packing> |
|---|
| 485 |
</child> |
|---|
| 486 |
|
|---|
| 487 |
<child> |
|---|
| 488 |
<widget class="GtkAlignment" id="alignment7"> |
|---|
| 489 |
<property name="visible">True</property> |
|---|
| 490 |
<property name="xalign">0.5</property> |
|---|
| 491 |
<property name="yalign">0.5</property> |
|---|
| 492 |
<property name="xscale">1</property> |
|---|
| 493 |
<property name="yscale">1</property> |
|---|
| 494 |
<property name="top_padding">0</property> |
|---|
| 495 |
<property name="bottom_padding">0</property> |
|---|
| 496 |
<property name="left_padding">0</property> |
|---|
| 497 |
<property name="right_padding">0</property> |
|---|
| 498 |
|
|---|
| 499 |
<child> |
|---|
| 500 |
<widget class="GtkEventBox" id="evA"> |
|---|
| 501 |
<property name="visible">True</property> |
|---|
| 502 |
<property name="visible_window">True</property> |
|---|
| 503 |
<property name="above_child">False</property> |
|---|
| 504 |
|
|---|
| 505 |
<child> |
|---|
| 506 |
<widget class="GtkLabel" id="lblA"> |
|---|
| 507 |
<property name="visible">True</property> |
|---|
| 508 |
<property name="label" translatable="yes">A</property> |
|---|
| 509 |
<property name="use_underline">False</property> |
|---|
| 510 |
<property name="use_markup">False</property> |
|---|
| 511 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 512 |
<property name="wrap">False</property> |
|---|
| 513 |
<property name="selectable">False</property> |
|---|
| 514 |
<property name="xalign">0.5</property> |
|---|
| 515 |
<property name="yalign">0.5</property> |
|---|
| 516 |
<property name="xpad">0</property> |
|---|
| 517 |
<property name="ypad">0</property> |
|---|
| 518 |
</widget> |
|---|
| 519 |
</child> |
|---|
| 520 |
</widget> |
|---|
| 521 |
</child> |
|---|
| 522 |
</widget> |
|---|
| 523 |
<packing> |
|---|
| 524 |
<property name="left_attach">0</property> |
|---|
| 525 |
<property name="right_attach">1</property> |
|---|
| 526 |
<property name="top_attach">3</property> |
|---|
| 527 |
<property name="bottom_attach">4</property> |
|---|
| 528 |
<property name="x_options">fill</property> |
|---|
| 529 |
</packing> |
|---|
| 530 |
</child> |
|---|
| 531 |
|
|---|
| 532 |
<child> |
|---|
| 533 |
<widget class="GtkAlignment" id="alignment9"> |
|---|
| 534 |
<property name="visible">True</property> |
|---|
| 535 |
<property name="xalign">0.5</property> |
|---|
| 536 |
<property name="yalign">0.5</property> |
|---|
| 537 |
<property name="xscale">1</property> |
|---|
| 538 |
<property name="yscale">1</property> |
|---|
| 539 |
<property name="top_padding">0</property> |
|---|
| 540 |
<property name="bottom_padding">0</property> |
|---|
| 541 |
<property name="left_padding">0</property> |
|---|
| 542 |
<property name="right_padding">0</property> |
|---|
| 543 |
|
|---|
| 544 |
<child> |
|---|
| 545 |
<widget class="GtkEventBox" id="evB"> |
|---|
| 546 |
<property name="visible">True</property> |
|---|
| 547 |
<property name="visible_window">True</property> |
|---|
| 548 |
<property name="above_child">False</property> |
|---|
| 549 |
|
|---|
| 550 |
<child> |
|---|
| 551 |
<widget class="GtkLabel" id="lblB"> |
|---|
| 552 |
<property name="visible">True</property> |
|---|
| 553 |
<property name="label" translatable="yes">B</property> |
|---|
| 554 |
<property name="use_underline">False</property> |
|---|
| 555 |
<property name="use_markup">False</property> |
|---|
| 556 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 557 |
<property name="wrap">False</property> |
|---|
| 558 |
<property name="selectable">False</property> |
|---|
| 559 |
<property name="xalign">0.5</property> |
|---|
| 560 |
<property name="yalign">0.5</property> |
|---|
| 561 |
<property name="xpad">0</property> |
|---|
| 562 |
<property name="ypad">0</property> |
|---|
| 563 |
</widget> |
|---|
| 564 |
</child> |
|---|
| 565 |
</widget> |
|---|
| 566 |
</child> |
|---|
| 567 |
</widget> |
|---|
| 568 |
<packing> |
|---|
| 569 |
<property name="left_attach">2</property> |
|---|
| 570 |
<property name="right_attach">3</property> |
|---|
| 571 |
<property name="top_attach">3</property> |
|---|
| 572 |
<property name="bottom_attach">4</property> |
|---|
| 573 |
<property name="x_options">fill</property> |
|---|
| 574 |
<property name="y_options">fill</property> |
|---|
| 575 |
</packing> |
|---|
| 576 |
</child> |
|---|
| 577 |
|
|---|
| 578 |
<child> |
|---|
| 579 |
<widget class="GtkAlignment" id="alignment10"> |
|---|
| 580 |
<property name="visible">True</property> |
|---|
| 581 |
<property name="xalign">0.5</property> |
|---|
| 582 |
<property name="yalign">0.5</property> |
|---|
| 583 |
<property name="xscale">1</property> |
|---|
| 584 |
<property name="yscale">1</property> |
|---|
| 585 |
<property name="top_padding">0</property> |
|---|
| 586 |
<property name="bottom_padding">0</property> |
|---|
| 587 |
<property name="left_padding">0</property> |
|---|
| 588 |
<property name="right_padding">0</property> |
|---|
| 589 |
|
|---|
| 590 |
<child> |
|---|
| 591 |
<widget class="GtkEventBox" id="evMinus"> |
|---|
| 592 |
<property name="visible">True</property> |
|---|
| 593 |
<property name="visible_window">True</property> |
|---|
| 594 |
<property name="above_child">False</property> |
|---|
| 595 |
|
|---|
| 596 |
<child> |
|---|
| 597 |
<widget class="GtkLabel" id="lblMinus"> |
|---|
| 598 |
<property name="visible">True</property> |
|---|
| 599 |
<property name="label" translatable="yes">-</property> |
|---|
| 600 |
<property name="use_underline">False</property> |
|---|
| 601 |
<property name="use_markup">False</property> |
|---|
| 602 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 603 |
<property name="wrap">False</property> |
|---|
| 604 |
<property name="selectable">False</property> |
|---|
| 605 |
<property name="xalign">0.5</property> |
|---|
| 606 |
<property name="yalign">0.5</property> |
|---|
| 607 |
<property name="xpad">0</property> |
|---|
| 608 |
<property name="ypad">0</property> |
|---|
| 609 |
</widget> |
|---|
| 610 |
</child> |
|---|
| 611 |
</widget> |
|---|
| 612 |
</child> |
|---|
| 613 |
</widget> |
|---|
| 614 |
<packing> |
|---|
| 615 |
<property name="left_attach">0</property> |
|---|
| 616 |
<property name="right_attach">1</property> |
|---|
| 617 |
<property name="top_attach">4</property> |
|---|
| 618 |
<property name="bottom_attach">5</property> |
|---|
| 619 |
<property name="x_options">fill</property> |
|---|
| 620 |
</packing> |
|---|
| 621 |
</child> |
|---|
| 622 |
|
|---|
| 623 |
<child> |
|---|
| 624 |
<widget class="GtkAlignment" id="alignment11"> |
|---|
| 625 |
<property name="visible">True</property> |
|---|
| 626 |
<property name="xalign">0.5</property> |
|---|
| 627 |
<property name="yalign">0.5</property> |
|---|
| 628 |
<property name="xscale">1</property> |
|---|
| 629 |
<property name="yscale">1</property> |
|---|
| 630 |
<property name="top_padding">0</property> |
|---|
| 631 |
<property name="bottom_padding">0</property> |
|---|
| 632 |
<property name="left_padding">0</property> |
|---|
| 633 |
<property name="right_padding">0</property> |
|---|
| 634 |
|
|---|
| 635 |
<child> |
|---|
| 636 |
<widget class="GtkEventBox" id="evHome"> |
|---|
| 637 |
<property name="visible">True</property> |
|---|
| 638 |
<property name="visible_window">True</property> |
|---|
| 639 |
<property name="above_child">False</property> |
|---|
| 640 |
|
|---|
| 641 |
<child> |
|---|
| 642 |
<widget class="GtkLabel" id="lblHome"> |
|---|
| 643 |
<property name="visible">True</property> |
|---|
| 644 |
<property name="label" translatable="yes">Home</property> |
|---|
| 645 |
<property name="use_underline">False</property> |
|---|
| 646 |
<property name="use_markup">False</property> |
|---|
| 647 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 648 |
<property name="wrap">False</property> |
|---|
| 649 |
<property name="selectable">False</property> |
|---|
| 650 |
<property name="xalign">0.5</property> |
|---|
| 651 |
<property name="yalign">0.5</property> |
|---|
| 652 |
<property name="xpad">0</property> |
|---|
| 653 |
<property name="ypad">0</property> |
|---|
| 654 |
</widget> |
|---|
| 655 |
</child> |
|---|
| 656 |
</widget> |
|---|
| 657 |
</child> |
|---|
| 658 |
</widget> |
|---|
| 659 |
<packing> |
|---|
| 660 |
<property name="left_attach">1</property> |
|---|
| 661 |
<property name="right_attach">2</property> |
|---|
| 662 |
<property name="top_attach">4</property> |
|---|
| 663 |
<property name="bottom_attach">5</property> |
|---|
| 664 |
<property name="x_options">fill</property> |
|---|
| 665 |
<property name="y_options">fill</property> |
|---|
| 666 |
</packing> |
|---|
| 667 |
</child> |
|---|
| 668 |
|
|---|
| 669 |
<child> |
|---|
| 670 |
<widget class="GtkAlignment" id="alignment12"> |
|---|
| 671 |
<property name="visible">True</property> |
|---|
| 672 |
<property name="xalign">0.5</property> |
|---|
| 673 |
<property name="yalign">0.5</property> |
|---|
| 674 |
<property name="xscale">1</property> |
|---|
| 675 |
<property name="yscale">1</property> |
|---|
| 676 |
<property name="top_padding">0</property> |
|---|
| 677 |
<property name="bottom_padding">0</property> |
|---|
| 678 |
<property name="left_padding">0</property> |
|---|
| 679 |
<property name="right_padding">0</property> |
|---|
| 680 |
|
|---|
| 681 |
<child> |
|---|
| 682 |
<widget class="GtkEventBox" id="evPlus"> |
|---|
| 683 |
<property name="visible">True</property> |
|---|
| 684 |
<property name="visible_window">True</property> |
|---|
| 685 |
<property name="above_child">False</property> |
|---|
| 686 |
|
|---|
| 687 |
<child> |
|---|
| 688 |
<widget class="GtkLabel" id="lblPlus"> |
|---|
| 689 |
<property name="visible">True</property> |
|---|
| 690 |
<property name="label" translatable="yes">+</property> |
|---|
| 691 |
<property name="use_underline">False</property> |
|---|
| 692 |
<property name="use_markup">False</property> |
|---|
| 693 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 694 |
<property name="wrap">False</property> |
|---|
| 695 |
<property name="selectable">False</property> |
|---|
| 696 |
<propert |
|---|