1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558
|
# $XConsortium: Notebook3d.scr /main/4 1995/07/17 20:31:58 drk $
# Motif
#
# Copyright (c) 1987-2012, The Open Group. All rights reserved.
#
# These libraries and programs are free software; you can
# redistribute them and/or modify them under the terms of the GNU
# Lesser General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option)
# any later version.
#
# These libraries and programs are distributed in the hope that
# they will be useful, but WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
# PURPOSE. See the GNU Lesser General Public License for more
# details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with these librararies and programs; if not, write
# to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
# Floor, Boston, MA 02110-1301 USA
#
#
# HISTORY
# A Notebook will appear on your screen, with all the default settings.
# There will be an empty list inn the upper left hand corner of your screen,
# which will be dynamically updated with the widgets you create during the
# test.
WindowMove Notebook 700 500
CompareVisual Notebook
Continue
# Set childType to PAGE.
# Select "Set Child Type" from the "Set Child Values" menu to set the
# childType resource to PAGE.
LocatePointer TogglenotebookChildType0
ClickMB Btn1
LocatePointer ChildCascade1
PressMB Btn1
LocatePointer notebookChildTypePB1
ReleaseMB Btn1
# Set the value of the "Page Number" scale to 1.
# Select "Set Page Number" from the "Set Child Values" menu to set
# the pageNumber resource to 1.
LocatePointer PageNumberScale RScaleSlider
DragSliderValue Right 1
LocatePointer ChildCascade1
PressMB Btn1
LocatePointer pageNumberPB1
ReleaseMB Btn1
# Select "Create Child" from the "Child" menu.
LocatePointer MenuCascade2
PressMB Btn1
LocatePointer ChildPB1
ReleaseMB Btn1
# A SelectionDialog will appear on your screen. Select "XmSelectionBox"
# from the list of choices. Click on the "OK" button of the SelectionDialog.
# This will create a SelectionBox page with apge number 1
LocatePointer ChildWidgetSelectionDialog RSelectionListItem 19
ClickMB Btn1
LocatePointer ChildWidgetSelectionDialog ROkButton
ClickMB Btn1
CompareVisual Notebook
Continue
# Set the value of the "Back Page Number" scale to 0.
# Select "Set Back Page Number" from the "Set Notebook Values" menu.
# The number of lines painted for the back pages should be reduced to 1.
# Set the value of the "Back Page Number" scale to 30.
# Select "Set Back Page Number" from the "Set Notebook Values" menu.
# The number of lines painted for the back pages should be 25.
# Set the value of the "Back Page Number" scale to 15.
# Select "Set Back Page Number" from the "Set Notebook Values" menu.
# The number of lines painted for the back pages should be 15.
LocatePointer NotebookScale4 RScaleSlider
DragSliderValue Right 0
LocatePointer NotebookCascade1
PressMB Btn1
LocatePointer ApplyScalePB3
ReleaseMB Btn1
CompareVisual Notebook
LocatePointer NotebookScale4 RScaleSlider
DragSliderValue Right 30
LocatePointer NotebookCascade1
PressMB Btn1
LocatePointer ApplyScalePB3
ReleaseMB Btn1
CompareVisual Notebook
LocatePointer NotebookScale4 RScaleSlider
DragSliderValue Right 15
LocatePointer NotebookCascade1
PressMB Btn1
LocatePointer ApplyScalePB3
ReleaseMB Btn1
CompareVisual Notebook
Continue
#) Set the value of the "Back Page Number" scale to 1.
#) Select "Set Back Page Number" from the "Set Notebook Values" menu.
#) The number of lines painted for the back pages should be reduced to 1.
LocatePointer NotebookScale3 RScaleSlider
DragSliderValue Right 1
LocatePointer NotebookCascade1
PressMB Btn1
LocatePointer ApplyScalePB3
ReleaseMB Btn1
CompareVisual Notebook
Continue
# Type "blue" into the "Back Page Foreground" Text.
# Hit return.
# The foreground of the back pages should be blue.
LocatePointer NotebookText0
ClickMB Btn1
InputString "blue"
ClickKey KReturn
CompareVisual Notebook
Continue
# Type "red" into the "Back Page Background" Text.
# Hit return.
# The background of the back pages should be red.
LocatePointer NotebookText1
ClickMB Btn1
InputString "red"
ClickKey KReturn
CompareVisual Notebook
Continue
# Type "green" into the "Frame Background" Text.
# Hit return.
# The background of the Notebook's frame should be green.
LocatePointer NotebookText2
ClickMB Btn1
InputString "green"
ClickKey KReturn
CompareVisual Notebook
Continue
# Set bindingType to SPIRAL.
# Select "Set Binding Type" from the "Set Notebook Values" menu.
# The Notebook should now have a spiral binding.
LocatePointer ToggleBinding2
ClickMB Btn1
LocatePointer NotebookCascade1
PressMB Btn1
LocatePointer BindingPB1
ReleaseMB Btn1
CompareVisual Notebook
# Set bindingType to NONE.
# Select "Set Binding Type" from the "Set Notebook Values" menu.
# The Notebook should have no binding.
LocatePointer ToggleBinding0
ClickMB Btn1
LocatePointer NotebookCascade1
PressMB Btn1
LocatePointer BindingPB1
ReleaseMB Btn1
CompareVisual Notebook
# Set bindingType to SOLID.
# Repeat steps 8 & 9.
# The Notebook should have a solid binding.
LocatePointer ToggleBinding1
ClickMB Btn1
LocatePointer NotebookCascade1
PressMB Btn1
LocatePointer BindingPB1
ReleaseMB Btn1
CompareVisual Notebook
# Set the value of the "Binding Width" scale to 20.
# Select "Set Binding Width" from the "Set Notebook Values" menu.
LocatePointer NotebookScale5 RScaleSlider
DragSliderValue Right 20
LocatePointer NotebookCascade1
PressMB Btn1
LocatePointer ApplyScalePB5
ReleaseMB Btn1
CompareVisual Notebook
# Set bindingType to PIXMAP.
# Repeat steps 8 & 9.
# The Notebook should have a gnu pixmap binding.
LocatePointer ToggleBinding3
ClickMB Btn1
LocatePointer NotebookCascade1
PressMB Btn1
LocatePointer BindingPB1
ReleaseMB Btn1
CompareVisual Notebook
# Set bindingType to PIXMAP_OVERLAP_ONLY.
# Repeat steps 8 & 9.
# The Notebook should have a gnu pixmap binding constrained within the
# binding width.
LocatePointer ToggleBinding4
ClickMB Btn1
LocatePointer NotebookCascade1
PressMB Btn1
LocatePointer BindingPB1
ReleaseMB Btn1
CompareVisual Notebook
Continue
# Set childType to STATUS_AREA.
# Select "Set Child Type" from the "Set Child Values" menu.
LocatePointer TogglenotebookChildType3
ClickMB Btn1
LocatePointer ChildCascade1
PressMB Btn1
LocatePointer notebookChildTypePB1
ReleaseMB Btn1
# Set the value of the "Page Number" scale to 1.
# Select "Set Page Number" from the "Set Child Values" menu.
LocatePointer PageNumberScale RScaleSlider
DragSliderValue Right 1
LocatePointer ChildCascade1
PressMB Btn1
LocatePointer pageNumberPB1
ReleaseMB Btn1
# Select "Create Child" from the "Child" menu.
LocatePointer MenuCascade2
PressMB Btn1
LocatePointer ChildPB1
ReleaseMB Btn1
# A SelectionDialog will appear on your screen. Choose "XmLabel" from
# the list of choices, and click on the OK button of the SelectionDialog.
# A Label page should appear which is associated with page 1.
LocatePointer ChildWidgetSelectionDialog RSelectionListItem 7
ClickMB Btn1
LocatePointer ChildWidgetSelectionDialog ROkButton
ClickMB Btn1
Continue
# Set the value of the "Inner Margin Width" scale to 25.
# Select "Set Inner Margin Width" from the "Set Notebook Values" menu.
# The left/right margins between the page, the status area, and the page
# scroller should have been increased to 25.
LocatePointer NotebookScale6 RScaleSlider
DragSliderValue Right 25
LocatePointer NotebookCascade1
PressMB Btn1
LocatePointer ApplyScalePB6
ReleaseMB Btn1
CompareVisual Notebook
# Set the value of the "Inner Margin Height" scale to 25.
# Select "Set Inner Margin Height" from the "Set Notebook Values" menu.
# The top/bottom margins between the page, the status area, and the page
# scroller should have been increased to 25.
LocatePointer NotebookScale7 RScaleSlider
DragSliderValue Right 25
LocatePointer NotebookCascade1
PressMB Btn1
LocatePointer ApplyScalePB7
ReleaseMB Btn1
CompareVisual Notebook
Continue
# Set childType to MAJOR_TAB.
# Select "Set Child Type" from the "Set Child Values" menu.
LocatePointer TogglenotebookChildType1
ClickMB Btn1
LocatePointer ChildCascade1
PressMB Btn1
LocatePointer notebookChildTypePB1
ReleaseMB Btn1
# Set the value of the "Page Number" scale to 1.
# Select "Set Page Number" from the "Set Child Values" menu.
LocatePointer PageNumberScale RScaleSlider
DragSliderValue Right 1
LocatePointer ChildCascade1
PressMB Btn1
LocatePointer pageNumberPB1
ReleaseMB Btn1
# Select "Create Child" from the "Child" menu.
# A SelectionDialog will appear on your screen. Choose "XmPushButton" from
# the list of choices, and click on the OK button of the SelectionDialog.
# A PushButton major tab should appear associated with page 1.
LocatePointer MenuCascade2
PressMB Btn1
LocatePointer ChildPB1
ReleaseMB Btn1
LocatePointer ChildWidgetSelectionDialog RSelectionListItem 13
ClickMB Btn1
LocatePointer ChildWidgetSelectionDialog ROkButton
ClickMB Btn1
# Repeat the above steps, setting pageNumber to 2, for a PushButton
# major tab associated with page 2.
# Set childType to MAJOR_TAB.
# Select "Set Child Type" from the "Set Child Values" menu.
LocatePointer TogglenotebookChildType1
ClickMB Btn1
LocatePointer ChildCascade1
PressMB Btn1
LocatePointer notebookChildTypePB1
ReleaseMB Btn1
# Set the value of the "Page Number" scale to 2.
# Select "Set Page Number" from the "Set Child Values" menu.
LocatePointer PageNumberScale RScaleSlider
DragSliderValue Right 2
LocatePointer ChildCascade1
PressMB Btn1
LocatePointer pageNumberPB1
ReleaseMB Btn1
# Select "Create Child" from the "Child" menu.
# A SelectionDialog will appear on your screen. Choose "XmPushButton" from
# the list of choices, and click on the OK button of the SelectionDialog.
# A PushButton major tab should appear associated with page 2.
LocatePointer MenuCascade2
PressMB Btn1
LocatePointer ChildPB1
ReleaseMB Btn1
LocatePointer ChildWidgetSelectionDialog RSelectionListItem 13
ClickMB Btn1
LocatePointer ChildWidgetSelectionDialog ROkButton
ClickMB Btn1
# Set childType to MINOR_TAB.
# Select "Set Child Type" from the "Set Child Values" menu.
# Set the value of the "Page Number" scale to 1.
# Select "Set Page Number" from the "Set Child Values" menu.
# Select "Create Child" from the "Child" menu.
# A SelectionDialog will appear on your screen. Choose "XmPushButton" from
# the list of choices, and click on the OK button of the SelectionDialog.
# A MinorTab associated with Page1 will appear
LocatePointer TogglenotebookChildType2
ClickMB Btn1
LocatePointer ChildCascade1
PressMB Btn1
LocatePointer notebookChildTypePB1
ReleaseMB Btn1
LocatePointer PageNumberScale RScaleSlider
DragSliderValue Left 1
LocatePointer ChildCascade1
PressMB Btn1
LocatePointer pageNumberPB1
ReleaseMB Btn1
LocatePointer MenuCascade2
PressMB Btn1
LocatePointer ChildPB1
ReleaseMB Btn1
LocatePointer ChildWidgetSelectionDialog RSelectionListItem 13
ClickMB Btn1
LocatePointer ChildWidgetSelectionDialog ROkButton
ClickMB Btn1
Continue
# /* test the callback structure */
# Click on the decrement arrow of the page scroller.
# The following message should appear on the term window:
# Page has been changed
# Reason is XmCR_PAGE_SCROLLER_DECREMENT
# Current page is 2
# Desired page is 1
# Click on the increment arrow of the page scroller.
# The following message should appear on the term window:
# Page has been changed
# Reason is XmCR_PAGE_SCROLLER_INCREMENT
# Current page is 1
# Desired page is 2
# Click on MajorTab1.
# The following message should appear on the term window:
# Page has been changed
# Reason is XmCR_MAJOR_TAB
# Current page is 2
# Desired page is 1
# Click on MajorTab2.
# The following message should appear on the term window:
# Page has been changed
# Reason is XmCR_MAJOR_TAB
# Current page is 1
# Desired page is 2
WindowResize Notebook SouthEast 300 300
LocatePointer PageScroller RDecrementBtn
ClickMB Btn1
CompareVisual Notebook
LocatePointer PageScroller RIncrementBtn
ClickMB Btn1
CompareVisual Notebook
LocatePointer MajorTab1
ClickMB Btn1
CompareVisual Notebook
LocatePointer MajorTab2
ClickMB Btn1
CompareVisual Notebook
LocatePointer MajorTab1
ClickMB Btn1
CompareVisual Notebook
LocatePointer MinorTab1
ClickMB Btn1
CompareVisual Notebook
Exit
|