Blob Blame History Raw
# $XConsortium: Names.scr /main/4 1995/07/17 20:49:28 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 is a form widget with the following characteristics:   
#		- width 150 and height is 350   
#		- borderWidth is 15 
#	   	- defaultPosition is false   
#		- allowOverlap is false 
#	   	- rubberPositioning is true 
#	   	- The form contains three pushButtons and one Form. 
#	     	  The right PB is attached on the TOP, BOTTOM, and on the 
#		  RIGHT.     
#		- The left PB is attached on the TOP, BOTTOM, and on the LEFT
#		- The Form is attached to the the first Form on the TOP, 
#	     	  the right PB on the RIGHT, and the left PB on the LEFT, 
#	        - the bottom PB is attached on the the BOTTOM, RIGHT, and on 
#		  the LEFT. 
#	   	- The second Form contains one pushButton 
#	     	  and one textWidget 
#	        - Callback is ON for all PushButtons 
#		All other resources are set by default.

CompareVisual S_MAIN_WIDGET
LocatePointer RPush
ClickMB Btn1
LocatePointer LPush
ClickMB Btn1
LocatePointer Tpush
ClickMB Btn1
LocatePointer BPush
ClickMB Btn1
CompareVisual S_MAIN_WIDGET

Exit