Blob Blame History Raw
# $XConsortium: NamesU.scr /main/4 1995/07/17 20:49:36 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 
# 	   	- 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,
#		  and is unmanaged.     
# 		- The Form is attached to the the first Form on the TOP, 
#	     	  the right PB on the RIGHT, and the left (unmanaged) PB on 
#		  the LEFT.
# 	     	- The bottom PB is attached on the the BOTTOM, RIGHT, and on 
#		  the LEFT. 
# 	   	- The second Form contains one pushButton, a label,and one 
#		  textWidget 
# 	   	- Callbacks are ON for all PushButtons 
# 		- The Left PushButton, and the inner form's Text widget will 
#		  be defined as unmanaged and will not display.  
# 		- The inner form's Label is defined as managed 
# 		- All other resources are set by default.


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