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: ScrollText1.dat /main/5 1995/07/13 19:22:58 drk $"
*/
#) Click MB1 anywhere in the text widget.
#) Press the sequence Shift-osfPageDown, and the text will change.
#) Press the sequence Shift-osfPageDown again and the text will change back.
C)
#) Place the pointer in the text widget again, and press the Help key.
   An information box will appear. Press the Dismiss button.
C)	
/* test case for PIR 2574 */
#) Give the text window the focus.  Click MB1 after the last word in the
   text widget.
#) Type in ten lines of lines of new text.  The scrollbar slider should be
at the bottom of the trough.
#) Iconify and deiconify the window or otherwise cause it to be re-exposed.
#) Confirm that the location of the text does not change within the window.
/* end of test case for PIR 2574 */
C)
/* test case for PIR 2127 */
@) The text widget should now be displayed in the "variable" font
   and the string should have changed.
#) Click MB1 just before any of the j's in the string and type a
   few spaces.  Verify that no pieces of the character glyphs remain
   where the spaces now are.
/* end of test case for PIR 2127 */
/* test case for PIR 4120 */
C)
@) The text widget has been destroyed and recreated.  It was created as a
Scrolled Text widget with editMode == XmSINGLE_LINE_EDIT, rows == 3.
#) Confirm that there is no vertical scrollbar present.
#) Click on the togglebutton to switch the EditMode to
XmMULTI_LINE_EDIT.  Confirm that a vertical scrollbar is generated.
Use the vertical scrollbar to scroll through the text.
#) Click on the togglebutton again to switch the EditMode back to 
XmSINGLE_LINE_EDIT.  The vertical scrollbar should disappear and the text
widget should return to only displaying 1 line.
/* end of test case for PIR 4120 */
E)