/* * @OPENGROUP_COPYRIGHT@ * COPYRIGHT NOTICE * Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc. * Copyright (c) 1996, 1997, 1998, 1999, 2000 The Open Group * ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for * the full copyright text. * * This software is subject to an open license. It may only be * used on, with or for operating systems which are themselves open * source systems. You must contact The Open Group for a license * allowing distribution and sublicensing of this software on, with, * or for operating systems which are not Open Source programs. * * See http://www.opengroup.org/openmotif/license for full * details of the license agreement. Any use, reproduction, or * distribution of the program constitutes recipient's acceptance of * this agreement. * * EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS * PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY * WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY * OR FITNESS FOR A PARTICULAR PURPOSE * * EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT * NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN * ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE * EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. */ /* * HISTORY */ /* static char rcsid[] = "$XConsortium: AllWidgets.dat /main/6 1995/07/13 18:25:12 drk $" */ #) This test tests the different managers with/without children. #) By default, there should be a BulletinBoard within a topLevel Shell. If you want a manager other than the bulletinboard under the topLavel, exit from the test and rerun the test with the appropriate commandline option. The different options are: \"-u -bb\" for BulletinBoard, \"-u -fo\" for Form, \"-u -fr\" for Frame, \"-u -pw\" for PanedWindow, and \"-u -rc\" for RowColumn. C) #) Manager values are, width 250, height 200, and marginWidth 25. C) #) Manager should have a ArrowButton with width 150, and height 100. C) #) ArrowButton should have been destroyed. C) #) Manager should have a ArrowButtonGadget with width 150, and height 100. C) #) ArrowButtonGadget should have been destroyed. C) #) Manager should have a BulletinBoard with width 150, and height 100. C) #) BulletinBoard child should have been destroyed. C) #) Manager should have a Label widget with labelString \"Label\". C) #) Label should have been destroyed. C) #) Manager should have a LabelGadget with labelString \"LabelGadget\". C) #) LabelGadget should have been destroyed. C) #) Manager should have a List with 10 items out of which 5 are visible. #) List should have a width of 100. C) #) List should have been destroyed. C) #) Manager should have a PushButton with label \"PushButton\". C) #) PushButton should have been destroyed. C) #) Manager should have a PushButtonGadget with label \"PushButtonGadget\". C) #) PushButtonGadget should have been destroyed. C) #) Manager should have a Scale with a min of 0, max of 100, and a value of 10. C) #) Scale should have been destroyed. C) #) Manager should have a ScrolledList with 10 items out of which 5 are visible. #) ScrolledList should have a width of 100. C) #) ScrooledList should have been destroyed. C) #) Manager should have a ScrolledText with 2 rows, 20 columns, and showing both scrollbars. C) #) ScrolledText should have been destroyed. C) #) Manager should have a ScrolledWindow with width 150, and height 100. C) #) ScrolledWindow should have been destroyed. C) #) Manager should have a Separator. C) #) Separator should have been destroyed. C) #) Manager should have a SeparatorGadget. C) #) SeparatorGadget should have been destroyed. C) #) Manager should have a Text with 2 rows, 20 columns. C) #) Text should have been destroyed. C) #) Manager should have a TextField with 20 columns. C) #) TextField should have been destroyed. C) #) Manager should have a ToggleButton with the label \"ToggleButton\". C) #) ToggleButton should have been destroyed. C) #) Manager should have a ToggleButtonGadget with the label \"ToggleButtonGadget\". C) #) ToggleButtonGadget should have been destroyed. C) #) Manager should have a DrawnButton with the label \"DrawnButton\". C) #) DrawnButton should have been destroyed. C) #) Manager should have a DrawingArea with width 150, and height 100. C) #) DrawingArea should have been destroyed. C) #) There should be a BulletinBoard within the topLevel Shell. #) BulletinBoard values are, width 250, height 200. C) #) BulletinBoard should have been destroyed. C) #) There should be a Form within the topLevel Shell. #) Form values are, width 250, height 200. C) #) Form should have been destroyed. C) #) There should be a Frame within the topLevel Shell. #) Frame values are, width 250, height 200. C) #) Frame should have been destroyed. C) #) There should be a PanedWindow within the topLevel Shell. #) PanedWindow values are, width 250, height 200. C) #) PanedWindow should have been destroyed. C) #) There should be a RowColumn within the topLevel Shell. #) RowColumn values are, width 250, height 200. C) #) RowColumn should have been destroyed. C) E)