Blob Blame History Raw
/* $XConsortium: Notebook2.dat /main/4 1995/07/17 10:17:56 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 tests default translations for Notebook.
#) A Notebook will appear on your screen. 
C)


!) /* TraverseTab action */
#) Set the focus on the MajorTab3
#) Click on osfBeginLine. MajorTab1 should now have the focus.
#) Click on osfEndLine. MajorTab3 should now have the focus.
#) Click on osfLeft. MajorTab2 should have focus.
#) Click on osfRight. MajorTab3 should have focus.
#) Click on osfUp. MajorTab2 should have focus.
#) Click on osfDown. MajorTab3 should have focus.
C) 


!) /* TraverseTab action */
#) Click on MajorTab1. MinorTab1, MinorTab2, MinorTab3 should become visible.
#) Set the focus on the MinorTab3.
#) Click on osfBeginLine. MinorTab1 should now have the focus.
#) Click on osfEndLine. MinorTab3 should now have the focus.
#) Click on osfLeft. MinorTab2 should have focus.
#) Click on osfRight. MinorTab3 should have focus.
#) Click on osfUp. MinorTab2 should have focus.
#) Click on osfDown. MinorTab3 should have focus.

C) 


!) /* Traversal order */
#) Set the focus on Page1.
#) Use the arrow keys to traverse between the different children of the Form.
#) Click Tab. The focus should move to the TextField status area.
#) Click Tab. The focus should move to the SpinBox page scroller.
#) Click Tab. The focus should move to MajorTab1.
#  Click Tab. The focus should move to MinorTab1.
C)



!) /* Test for destroying the Notebook */
#) The Notebook should have been destroyed.
C)


E)