/* * @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 */ /* $XConsortium: ScrollWin3.h /main/7 1995/07/13 19:49:31 drk $ */ /* * (c) Copyright 1989, HEWLETT-PACKARD COMPANY */ #include #include Boolean wait; Widget ContinuePopup = NULL; Widget Arrow1; Widget DrawingArea1; Widget DrawingArea2; Widget ScrolledWindow1; Widget ScrolledWindow2; Widget vertSB, horizSB; Widget Shell1; Widget Text1; static void Pause(); static void FlushEvents(); static Widget CreateContinuePopup(); static XtCallbackProc ResizeDrawAreaCB(); static XtCallbackProc ChangeCallback(); static XtCallbackProc ContinueCB(); static XtCallbackProc QuitCB(); static char *Pause_events[] = { "\ 1) A client containing a ScrolledWindow will appear. The ScrolledWindow\n\ will contain a DrawingArea which will contain a Text widget. The\n\ DrawingArea will be green in color, while the ScrolledWindow will be\n\ AquaMarine. The ScrolledWindow will have a scrollingPolicy of\n\ XmAPPLICATION_DEFINED, and the scrollbars will be created independently.\n\ 2) Press the continue button to continue this test.\n", "\ 1) Click MB1 in the trough area of the horizontal scrollbar. The cursor\n\ will move with each click. When the cursor reaches the end of\n\ the Text area, the Text widget will scroll to the right.\n\ 2) Click MB1 in the trough area of the vertical scrollbar. The cursor\n\ will move to the next line in the Text widget. When the cursor is on\n\ the last visible line, it will be able to scroll down two more lines\n\ of text.\n\ 3) Press . The highlight will now be on the horizontal scrollbar.\n\ Use the Arrow keys to scroll through the entire Text area horizontally.\n\ 4) Press . The highlight now will be in the vertical\n\ scrollbar. Use the Arrow keys again to scroll through the entire Text\n\ area vertically.\n\ 5) Press the continue button to continue this test.\n", "\ 1) Two Warning messages will be printed in the term window. The messages\n\ will state:\n\ \"Cannot set a visual policy of CONSTANT in APPLICATION_DEFINED mode\",\n\ \"Cannot set AS_NEEDED scrollbar policy with a\n\ visual policy of VARIABLE\".\n\ 2) The scrollbars will now be found on the top and on the right of the Text\n\ widget.\n\ 3) Use the scrollbars to scroll through the entire Text area.\n\ 4) Press the continue button to continue this test.\n", "\ 1) The scrollbars will now be found on the left and on the bottom of the\n\ Text widget. Use the scrollbars to scroll through the entire Text area.\n\ 2) Press the continue button to continue this test.\n", "\ 1) Automatic and static scrollbars appear on the bottom and on the left\n\ of the Text widget.\n\ 2) Resize the window smaller so that the scrollbars are not completely\n\ filled. Press to put the focus in the text area, and press\n\ the PageDown and PageUp keys. The text should scroll.\n\ 3) Test Finished -- Exit Please" }; int Pause_cnt = 0; XtAppContext app_context;