Blob Blame History Raw
/* $TOG: DNDScrolla.dat /main/5 1999/11/11 15:44:52 jff $ */
/*
 * 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 is the DNDScroll test, to test auto scrolling functionality.
   This test entails dragging and dropping within the same client.
#) A ScrolledWindow with 15 PushButton children should appear on your screen. 
C)

#) Locate the pointer over any of the PushButtons. Press Btransfer (MB2 by
   default) to initiate a drag. Drag to any point right of the clipwindow
   and pause. The horizontal ScrollBar should start to scroll automatically.
#) Release BTransfer. The drag icon should snap back to the point from
   which the drag was initiated.
   
C)


#) Locate the pointer over any of the PushButtons. Press Btransfer (MB2 by
   default) to initiate a drag. Drag to any point below the clipwindow and
   pause. The vertical ScrollBar should start to scroll automatically.
#) Release BTransfer. The drag icon should snap back to the point from
   which the drag was initiated.
  
C)


#) The autoDragModel resource has been set to AUTO_DRAG_DISABLED for
   the ScrolledWindow.
#) Locate the pointer over any of the PushButtons. Press Btransfer (MB2 by
   default) to initiate a drag. Drag to any point right of the clipwindow
   and pause. No automatic scrolling should take place. 
#) Locate the pointer over any of the PushButtons. Press Btransfer (MB2 by
   default) to initiate a drag. Drag to any point below the clipwindow
   pause. No automatic scrolling should take place.
C)
   
E)