Blame tests/Toolkit/PanedWin/PanedWin4.scr

Packit b099d7
# $XConsortium: PanedWin4.scr /main/4 1995/07/17 20:33:04 drk $
Packit b099d7
# Motif
Packit b099d7
#
Packit b099d7
# Copyright (c) 1987-2012, The Open Group. All rights reserved.
Packit b099d7
#
Packit b099d7
# These libraries and programs are free software; you can
Packit b099d7
# redistribute them and/or modify them under the terms of the GNU
Packit b099d7
# Lesser General Public License as published by the Free Software
Packit b099d7
# Foundation; either version 2 of the License, or (at your option)
Packit b099d7
# any later version.
Packit b099d7
#
Packit b099d7
# These libraries and programs are distributed in the hope that
Packit b099d7
# they will be useful, but WITHOUT ANY WARRANTY; without even the
Packit b099d7
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Packit b099d7
# PURPOSE. See the GNU Lesser General Public License for more
Packit b099d7
# details.
Packit b099d7
#
Packit b099d7
# You should have received a copy of the GNU Lesser General Public
Packit b099d7
# License along with these librararies and programs; if not, write
Packit b099d7
# to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
Packit b099d7
# Floor, Boston, MA 02110-1301 USA
Packit b099d7
# 
Packit b099d7
# HISTORY
Packit b099d7
Packit b099d7
Packit b099d7
Packit b099d7
#  A client with a Paned Window with three pushbuttons labeled
Packit b099d7
#  PushButton1, PushButton2, and PushButton3 will appear. 
Packit b099d7
#  Press and hold MB1 on the top sash. Drag the pointer to the
Packit b099d7
#   bottom of the client window.  Release MB1.
Packit b099d7
#   - the top pane should expand.
Packit b099d7
#   - the middle pane should contract.
Packit b099d7
#   - the bottom pane should contract.
Packit b099d7
#   - Pushbutton1 should be visible. 
Packit b099d7
Packit b099d7
CompareVisual PanedWindow1
Packit b099d7
LocatePointer PanedWindow1 RSash 0
Packit b099d7
Packit b099d7
Packit b099d7
#  Press and hold MB1 on the top sash.  Drag the pointer to the
Packit b099d7
#   top of the client window.  Release MB1.
Packit b099d7
#   - the top pane should contract
Packit b099d7
#   - the middle pane should expand
Packit b099d7
#   - the bottom pane should be unchanged
Packit b099d7
#   - Pushbutton2 should be visible. 
Packit b099d7
#  Press and hold MB1 on the bottom sash.  Drag the pointer to the
Packit b099d7
#   top of the client window.  Release MB1.
Packit b099d7
#   - the top pane should be unchanged.
Packit b099d7
#   - the middle pane should contract.
Packit b099d7
#   - the bottom pane should expand.
Packit b099d7
#   - Pushbutton3 should be visible
Packit b099d7
Packit b099d7
LocatePointer PanedWindow1 RSash 0
Packit b099d7
DragXYRelative Down 50
Packit b099d7
CompareVisual PanedWindow1
Packit b099d7
Packit b099d7
LocatePointer PanedWindow1 RSash 1
Packit b099d7
DragXYRelative Up 50
Packit b099d7
CompareVisual PanedWindow1
Packit b099d7
Packit b099d7
Continue
Packit b099d7
Packit b099d7
#  Press and hold MB1 on the bottom sash.  Drag the pointer to the
Packit b099d7
#   bottom of the client window.  Release MB1.
Packit b099d7
#   - the middle pane should expand
Packit b099d7
#   - the bottom pane should contract
Packit b099d7
#   - Pushbutton2 and PushButton3 should be visible. 
Packit b099d7
Packit b099d7
LocatePointer PanedWindow1 RSash 1
Packit b099d7
DragXYRelative Down 50
Packit b099d7
CompareVisual PanedWindow1
Packit b099d7
Packit b099d7
Packit b099d7
#  Press and hold MB1 on the bottom sash.  Drag the pointer halfway
Packit b099d7
#   up the client window.  Release MB1.
Packit b099d7
#   - the top pane should be unchanged.
Packit b099d7
#   - the middle pane should contract.
Packit b099d7
#   - the bottom pane should expand.
Packit b099d7
#   - Pushbutton2 and Pushbutton3 should be visible. 
Packit b099d7
Packit b099d7
LocatePointer PanedWindow1 RSash 0
Packit b099d7
DragXYRelative Up 35
Packit b099d7
CompareVisual PanedWindow1
Packit b099d7
Packit b099d7
Continue
Packit b099d7
Packit b099d7
Packit b099d7
#  The paned window was destroyed and recreated.
Packit b099d7
#  Each child has a height and width of 100 pixels.
Packit b099d7
#  The bottom pane should not allow itself to be resized smaller than
Packit b099d7
#  50 pixels.
Packit b099d7
#  Resize each of the panes. Only the bottom pane should enforce a
Packit b099d7
#  minimum size of 50.
Packit b099d7
#  Resize the client. The bottom child should not change size 
Packit b099d7
#  (skipAdjust False).
Packit b099d7
Packit b099d7
CompareVisual PanedWindow1
Packit b099d7
LocatePointer PanedWindow1 RSash 1
Packit b099d7
DragXYRelative Down 52
Packit b099d7
CompareVisual PanedWindow1
Packit b099d7
Packit b099d7
LocatePointer PanedWindow1 RSash 0
Packit b099d7
DragXYRelative Up 55
Packit b099d7
CompareVisual PanedWindow1
Packit b099d7
Packit b099d7
LocatePointer PanedWindow1 RSash 0
Packit b099d7
DragXYRelative Down 55
Packit b099d7
CompareVisual PanedWindow1
Packit b099d7
Packit b099d7
WindowResize Shell1 South 25 
Packit b099d7
CompareVisual PanedWindow1
Packit b099d7
Packit b099d7
Exit