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: Frame4.dat /main/5 1995/07/13 18:32:43 drk $"
*/
#) A client with five frames should appear.
!)
     The top frame has a shadow type of XmSHADOW_ETCHED_IN and
     contains an ArrowButton.

     The second frame has a shadow type of XmSHADOW_ETCHED_IN and
     contains the label \"LABEL1\".

     The third frame has a shadow type of XmSHADOW_ETCHED_OUT and
     contains a  pushbutton.

     The fourth frame has a shadow type of SHADOW_IN and contains
     a togglebutton.

     The fifth frame has a shadow type of SHADOW_OUT and contains
     the label gadget \"LABELGADGET1\". 
C)
#) Move the client window so that it partially obscures the xterm
   window.  Raise the xterm window.   Raise the client window. 
#) Iconify the client window.  Normalize the client window. 
#) Resize the client window. 
C)
#) The marginHeight of Frame5 (parent of the label) has increased to 40,
which is four times its previous size. The entire client may resize in
order to accomodate the Frame's new height.
C)
#) The marginWidth of Frame5 (parent of the label) has increased to 40,
which is four times its previous size. The client should grow wider.
C)
#) The shadow type of Frame5 is changed from OUT to IN. The Frame should be
redrawn with the new shadow.
E)