Blob Blame History Raw
/* $XConsortium: Container1m.dat /main/4 1995/07/17 10:11:14 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 the Container1 Test run with option "-I Container1m.Dat -u m".
C)

#) The container widget should be displayed in its ANY_ICON view,
   with an OUTLINE layoutStyle.
#) Four IconGadgets should be visible in a single column.
   "IconGad1", "IconGad2" and "IconGad4" should be displayed with a small 
   icon view, with the pixmap part displaying a "S" within
   a black box, and the label part displaying the strings "IconGad1",
   "IconGad2", "IconGad3" and "IconGad4" next to the pixmap. 
   The label "IconGad2" should be truncated.
#) "IconGad3" should be displayed in its large icon view, with the pixmap 
   part displaying a "L" within a black box, and the label part 
   displaying the string "IconGad3" below the pixmap.
   There should also be visible to the left of IconGad3, a
   pixmap displaying letter "C" with background white and foreground
   black. This indicates that the item "IconGad3" has child items that
   are not displayed; in other words, this item is in the collapsedState.
C)

#) The selectionTechnique has been specified to be MARQUEE.
#) Press BSelect in the background on Container on the left of "IconGad1"
#) With BSelect pressed, drag the pointer over to the right and bottom
   of"IconGad3".
#) You may not notice it immediately, but as soon as you start dragging, 
   you should notice a marque rectangle. As the pointer moves over an
   item, and that item gets completely enclosed in the marquee rectangle,
   it becomes selected.
#) When item "IconGad3" is also selected, release BSelect.
#) The marquee rectangle should disapper.
#) The items selected should include "IconGad2" and "IconGad3".
#) You should also see the following message on the term window:
!)
      Reason for SelectionCallback: CR_EXTENDED_SELECT
      Number of items selected: 2
      Names of items selected: IconGad2 IconGad3 

#) Click BSelect in the background of the Container outside of all the
   items. All the selected items should get deselected. You should also
   see the following message in the term window:
!)
      Reason for SelectionCallback: CR_EXTENDED_SELECT
      Number of items selected: 0
      Names of items selected: 
C)

#) Press BSelect on "IconGad1"
#) With BSelect pressed, drag the pointer over to the right a little.
#) As soon as you start dragging, you should notice a marque rectangle,
   starting where you pressed the mouse.
#) Release BSelect.
#) The marquee rectangle should disapper. Nothing should be selected.
C)

#) Expand the children of "IconGad3" by clicking on the Outline button.
#) Press BSelect in the background of the Container and start dragging.
#) You should see a marquee rectangle. If not CR 8368 has not been fixed.
#) Release BSelect.
C)

E)