Blob Blame History Raw
/* 
 * 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
*/ 
/*
static char rcsid[] = "$XConsortium: PanedWin4.dat /main/4 1995/07/13 19:07:03 drk $"
*/

#) A client with a Paned Window with three pushbuttons labeled
   PushButton1, PushButton2, and PushButton3 will appear. 
#) Press and hold MB1 on the top sash. Drag the pointer to the
   bottom of the client window.  Release MB1.
   - the top pane should expand.
   - the middle pane should contract.
   - the bottom pane should contract.
   - Pushbutton1 should be visible. 
!) 
#) Press and hold MB1 on the top sash.  Drag the pointer to the
   top of the client window.  Release MB1.
   - the top pane should contract
   - the middle pane should expand
   - the bottom pane should be unchanged
   - Pushbutton2 should be visible. 
#) Press and hold MB1 on the bottom sash.  Drag the pointer to the
   top of the client window.  Release MB1.
   - the top pane should be unchanged.
   - the middle pane should contract.
   - the bottom pane should expand.
   - Pushbutton3 should be visible. 
C)

#) Press and hold MB1 on the bottom sash.  Drag the pointer to the
   bottom of the client window.  Release MB1.
   - the middle pane should expand
   - the bottom pane should contract
   - Pushbutton2 and PushButton3 should be visible. 
!) 
#) Press and hold MB1 on the bottom sash.  Drag the pointer halfway
   up the client window.  Release MB1.
   - the top pane should be unchanged.
   - the middle pane should contract.
   - the bottom pane should expand.
   - Pushbutton2 and Pushbutton3 should be visible. 
!) 
C)
#) The paned window was destroyed and recreated.
#) Each child has a height and width of 100 pixels.
#) The bottom pane should not allow itself to be resized smaller than
50 pixels.
#) Resize each of the panes. Only the bottom pane should enforce a
minimum size of 50.
#) Resize the client. The bottom child should not change size (skipAdjust False).
E)