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
|
# $XConsortium: OptionMenu1.scr /main/6 1995/07/17 20:26:51 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 client window containing an OptionMenu will appear. The OptionMenu
# will have a label named "Option" with the 'O' in "Option" underlined,
# and a CascadeButton labeled "PushButton2". The Shell will be located
# 50 pixels from the top left corner of the display. A Message will appear
# in the term window saying that XmNmnemonicCharSet is "my_char_set".
CompareVisual optionMenu
# Press and hold MB3 on the Selection Area (PushButton2). A PulldownMenu
# labeled "Menu1" will appear. The Option Menu label, button, and all of
# the menu entries will appear in the same bold, large font (8x13bold).
LocatePointer optionMenu ROptionButton
PressMB Btn3
CompareVisual PullDown1
# Drag the pointer up to "PushButton1". "PushButton1" will appear raised.
LocatePointer PushBtn1
CompareVisual PushBtn1
# Drag the pointer to the right off of the Menu. "PushButton1" will appear
# flat.
LocatePointer PushBtn1 Off
CompareVisual PushBtn1
# Drag the pointer back into "PushButton1" and release MB3. "Menu1" will
# disappear and "PushButton1" will appear in the Selection Area.
LocatePointer PushBtn1
ReleaseMB Btn3
CompareVisual optionMenu
Continue
# Press and hold MB3 on the Selection Area (PushButton1). The menu will
# appear.
LocatePointer optionMenu ROptionButton
PressMB Btn3
# Release MB3 on "PushButton1". The PulldownMenu will disappear.
LocatePointer PushBtn1
ReleaseMB Btn3
# Post the OptionMenu and tear off the OptionMenu using any method. The
# OptionMenu should tear off.
LocatePointer optionMenu ROptionButton
PressMB Btn3
LocatePointer PullDown1 RTearOffButton
ReleaseMB Btn3
WindowMove PullDown1 300 300
LocatePointer PushBtn1
ClickMB Btn1
CompareVisual PushBtn1
CompareVisual PullDown1
ClickKey KCancel
Continue
# With the pointer in the client window, press <Alt> and the 'o' key. The
# PulldownMenu will appear and "PushButton1" will be raised.
LocatePointer optionMenu ROptionButton
ClickKey <Alt> Ko
CompareVisual PullDown1
# Press the down arrow key four times. "PushButton5" will appear raised.
ClickKey KDown
ClickKey KDown
ClickKey KDown
ClickKey KDown
CompareVisual PullDown1
# Press the return key. The PulldownMenu will disappear and "PushButton5"
# will appear in the Selection Area.
ClickKey KReturn
# Press MB3 to popup the menu again. The menu will appear to the right of
# the Selection Area.
LocatePointer optionMenu ROptionButton
PressMB Btn3
CompareVisual PullDown1
ReleaseMB Btn3
Continue
# With the pointer in the client window, press <Alt> and the 'o' key. The
# PulldownMenu will appear.
LocatePointer optionMenu ROptionButton
ClickKey <Alt> Ko
# Press the 'o' key. The PulldownMenu will disappear and "PushButton4" will
# be in the Selection Area.
ClickKey Ko
CompareVisual optionMenu
# Press the key sequence (Ctrl-P) that appears next to "PushButton2".
# The label in the Selection Area will change to "PushButton2".
ClickKey <Ctrl> Kp
CompareVisual optionMenu
Continue
# With the pointer in the client window, press <Alt> and the 'o' key. The
# PulldownMenu will appear. The last entry in the PulldownMenu will be a
# PushButton labelled "PushButton6" with several asterisks before and
# after the visible characters in the label.
LocatePointer optionMenu ROptionButton
ClickKey <Alt> Ko
CompareVisual PullDown1
# Press the 's' key. The PulldownMenu will disappear and "PushButton6"
# will be in the Selection Area. The Selection Area label will display the
# label "PushButton6" with several asterisks before and after the visible
# part of the label.
ClickKey Ks
CompareVisual optionMenu
Continue
# Popup the option menu, and it is now 2 dimensional. Select any item.
# The width of the option button should not change.
LocatePointer optionMenu ROptionButton
PressMB Btn3
LocatePointer PushBtn3
ReleaseMB Btn3
Continue
# Popup the option menu, and it is now vertical. Select any item.
# The item should appear in the selected area.
LocatePointer optionMenu ROptionButton
PressMB Btn3
CompareVisual PullDown1
ReleaseMB Btn3
Continue
# /* Begin CR 5598 */
# The OptionMenu and the selected area should shrink. Popup the
# option menu. It should have shrunk as well.
#
# /* End CR 5598 */
CompareVisual optionMenu
LocatePointer optionMenu ROptionButton
PressMB Btn3
CompareVisual PullDown1
ReleaseMB Btn3
Continue
Exit
|