Blob Blame History Raw
/* $XConsortium: Container5b.dat /main/4 1995/07/17 10:12:53 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
 */

#) This is Container5 running with the option "-u b"
#) A Container will appear empty.
#) It has been created only with defaults, except the ResizeModel
   which is set to GROW_BALANCED.

C)

#) 5 Icon Gadgets are added to the Container. The Container should have 
   a correct size.
#) You should see 3 icon gadgets on the 1st row and 2 on the 2nd row.
#) "IconGad2" is displayed in a small icon view; the others in a large
   icon view.
C)

#) 4 Icon Gadgets are added to the Container. The Container should grow
   balanced.
#) You will now have 3 icon gadgets per row.
C)

#) The spatialResizeModel is now set to GROW_MAJOR.
#) 5 Icon Gadgets are added to the Container. The Container should grow
   in its major direction (horizontally).
#) You should see 5 icon gadgets on the 2 first rows, and 4 on the
   last row.
C)

#) The spatialResizeModel is now set to GROW_MINOR.
#) 4 Icon Gadgets are added to the Container. The Container should grow
   in its minor direction (vertically).
#) You should see 5 icon gadgets on the 3 first rows, and 4 on the
   last row.
E)