/*
 * Copyright 1990 by Baylor College of Medicine ALL RIGHTS RESERVED. 
 *
 * This program is subject to a license agreement between 
 * Baylor College of Medicine and MIT. Any use inconsistent with
 * said license and any use by persons other than the faculty, 
 * students and staff at MIT or any use on a computer not operated 
 * as part of the Athena Computing Environment (ACE) is expressly 
 * prohibited.
 */
/*
 *  vnsStringDefs.h : widget string definitions for vns widgets
 *
 *      Author:
 *          Janet Carson
 */

#ifndef _VNSSTRINGDEFS_H
#define _VNSSTRINGDEFS_H

#define XtNchHeight "chHeight"
#define XtCChHeight "ChHeight"

#define XtNchWidth "chWidth"
#define XtCChWidth "ChWidth"

#define XtNenterMEP "enterMEP"

#define XtNexecuteOnReturn "executeOnReturn"
#define XtCExecuteOnReturn "ExecuteOnReturn"

#define XtNgrowX "growX"
#define XtCGrowX "GrowX"

#define XtNgrowY "growY"
#define XtCGrowY "GrowY"

#define XtNhighlightFore "highlightFore"

#define XtNhighlightBack "highlightBack"

#define XtNimage    "image"
#define XtCImage    "Image"
#define XtNlRImage    "lRimage"
#define XtCLRImage    "LRImage"
#ifndef XtRImage  /* also defined in <Xw/Xw.h>  */
#    define XtRImage    "Image"
#endif

#define XtNleaveMEP "leaveMEP"

#define XtNmodifyMEP "modifyMEP" 

#define XtNreturnMEP  "returnMEP"

#define XtNobjectid "objectid"
#define XtCObjectid "Objectid"

#define XtNreadOnly "readOnly"
#define XtCReadOnly "ReadOnly"

#define XtNrelease  "release"

#define XtNselect   "select"

#define XtNshrinkX "shrinkX"
#define XtCShrinkX "ShrinkX"

#define XtNshrinkY "shrinkY"
#define XtCShrinkY "ShrinkY"

#define XtNunderline "underline"
#define XtCUnderline "Underline"

#endif
