Blob Blame History Raw
/* $XConsortium: formDia.dat /main/4 1995/07/17 10:29:18 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 FormDialog with the followingcharcteristics:
   	- width is 250   
	- height is 250   
	- background is blue   
	- dialogTitle is The Form Dialog.
   	- The form has six PushButtons.   
	- Callbacks are ON for all. 
   	- PushButton1 is attached to form on the BOTTOM, LEFT, and RIGHT. 
   	- PushButton2 is attached to form on the RIGHT and LEFT, and 
	  attached to PB1 on the bottom. rightOffset and leftOffset is 100. 
   	- PushButton3 is attached to form on the RIGHT, attached to PB2 on 
	  the BOTTOM, attached to PB5 on the TOP. 
   	- PushButton4 is attached to form on the LEFT, attached to PB2 on 
	  the BOTTOM, attached to PB5 on the TOP. 
   	- PushButton5 is attached to form on the RIGHT and LEFT, and attached 
     	  to PB6 on the TOP. rightOffset and leftOffset is 100.
   	- PushButton6 is attached to form on the TOP, RIGHT, and LEFT. 
	- All other resources are set by default.;

E)