Blob Blame History Raw
/*
 * 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
 */

/*
 static char rcsid[] = "$XConsortium: EnumVal1.dat /main/4 1995/07/13 20:26:31 drk $"
 */

#) Enumerated Values Test 1:
   The following is a Bulletin Board set up to test correct
   usage of enumeration values. (Note: this explanation text
   itself tests the following:
!)		 - XmNeditMode = XmMULTI_LINE_EDIT
#) Bulletin Board characteristics:
!)		 - XmNborderWidth = 1
		 - XmNbackground =  sky_blue
		 - XmNmarginWidth =  20
		 - XmNmarginHeight =  20
		 - XmNdefaultPosition =  false
		 - XmNnoResize =  true
		 - XmNResizePolicy = XmRESIZE_GROW
		 - XmNshadowType = XmSHADOW_ETCHED_OUT
		 - XmNshadowThickness = 10
#) ScrolledList characteristics:
!)		 - XmNwidth = 200
		 - XmNheight = 80
		 - XmNshadowThickness = 4
		 - XmNitems = string_table...
		 - XmNvisibleItemCount = 7 (*)
		 - XmNselectionPolicy = XmMULTIPLE_SELECT
		 - XmNlistSizePolicy = XmCONSTANT
		 - XmNscrollBarDisplayPolicy = XmAS_NEEDED
		 - XmNscrollBarPlacement = XmTOP_LEFT
		 (*) visibleItemCount has lower priority than height

C)

E)