Blob Blame History Raw
/* $XConsortium: Notebook5.dat /main/4 1995/07/17 10:18:45 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 test enables you to test the basic geometry behavior of Notebook.
#) There will be a Notebook widget on your screen, and a control panel
   which lets you change various geometry settings. There will also
   be a scrolled list which contains a list of widgets in the test -
   this  is to let you set the resources on the widget of choice.
C)

#) Set the 'Set Width' scale to 400.
#) Set the 'Set Height' scale to 400.
#) Click on the 'Parent' item in the List. 
#) The width and height of the parent Frame should both be set to 400.
C)

#) Set the 'Set Width' scale to 500.
#) Set the 'Set Height' scale to 500.
#) Click on the 'Notebook' item in the List. 
#) The width and height of the Notebook should both be set to 500.
C)

#) Set the 'Set Width' scale to 600.
#) Set the 'Set Height' scale to 600.
#) Click on the 'Frame1' item in the List. 
#) The Notebook should resize itself larger to accomodate the new width and
   height of the Frame1 page.
C)


#) Set the 'Set Width' scale to 500.
#) Set the 'Set Height' scale to 500.
#) Click on the 'Parent' item in the List. 
#) The width and height of the parent Frame should both be set to 500.
C)

#) Set the 'Set Width' scale to 400.
#) Set the 'Set Height' scale to 400.
#) Click on the 'Notebook' item in the List. 
#) The width and height of the Notebook should both be set to 400.
C)

#) Set the 'Set Width' scale to 300.
#) Set the 'Set Height' scale to 300.
#) Click on the 'Frame1' item in the List. 
#) The Notebook should resize itself smaller to accomodate the new width and
   height of the Frame1 page.
C)

#) Set the 'Set y' scale to about 600.
#) Click on the 'BBKid1' item in the ScrolledList. This will set the resource
   on one of the children of page 5, which is a BulletinBoard.
#) The Notebook should increase in height to accomodate this change in y 
   position.
#) Set the 'Set y' scale to about 400.
#) Again, click on the  'BBKid1' item in the ScrolledList. 
#) The Notebook should decrese in height. There should be no problem redrawing
   the back pages.
C)

#) Type 'resizable' into the 'Resource Name' TextField. Hit Return.
#) Type 'False' into the 'Resource Value' TextField. Hit Return.
#) Click on the 'Frame1' item in the ScrolledList. This will set the resizable
   resource for the Frame page to False.
#) Set the 'Set Width' scale to 500.
#) Set the 'Set Height' scale to 500.
#) Click on the 'Frame1' item in the List. 
#) There should be no change in the width and height of the Notebook
C)

E)