Blob Blame History Raw
# $XConsortium: PanedWin14.scr /main/4 1995/07/17 20:32: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
#  Buttons 1 and 2 are 150 in height, Button 3 is 80. Pane minimum
#  is 100. Try to resize panes smaller than their mimimum. 
#  Press Alt-F8 (or pull down Size from the client's
#  window menu) and take note of the current height of the client. 

CompareVisual XmVPanedWindow1

LocatePointer XmVPanedWindow1 RSash 0
DragXYRelative Up 52 Btn1
CompareVisual XmVPanedWindow1

LocatePointer XmVPanedWindow1 RSash 0
DragXYRelative Down 104 Btn1
CompareVisual XmVPanedWindow1

LocatePointer XmVPanedWindow1 RSash 1
DragXYRelative Down 54 Btn1
CompareVisual XmVPanedWindow1

Continue


#  Minimums for each pane now set at their current size. You should
#  not be able to make any pane smaller.
#  Because the Paned Window's top and bottom margins were increased,
#  the Pane and Shell should grow by about 100 pixels to
#  accomodate the mimimums and margins. 
#  Again take note of the current height of the client. 


LocatePointer XmVPanedWindow1 RSash 0
DragXYRelative Up 10 Btn1

LocatePointer XmVPanedWindow1 RSash 0
DragXYRelative Down 10 Btn1

LocatePointer XmVPanedWindow1 RSash 1
DragXYRelative Down 10 Btn1

Continue


#  The sashes are doubled in size. Should be a net gain of about 22 pixels in
#  the size of the shell. 

CompareVisual Shell1
Continue
  

#  The separators should disappear. The sash is now as wide as the
#  Paned Window, making a sort of bar where the
#  separator and sash were. The children remain the same, except the minimum
#  size for each has been reduced by 50 so the sashes can be moved.  

CompareVisual XmVPanedWindow1
Continue

# A manager is added.

CompareVisual XmVPanedWindow1
Continue

# Now a scrolled text widget.

CompareVisual XmVPanedWindow1
Continue

# And another one with resizeHeight = False

CompareVisual XmVPanedWindow1
Exit