/*
 * 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.
 */
#ifndef _VNSTEXTPUB_
#define _VNSTEXTPUB_

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

#define VnsNtxtCursor "txtCursor"
#define VnsCTxtCursor "TxtCursor"

#define VnsNtxtCursorHotX "txtCursorHotX"
#define VnsCTxtCursorHotX "TxtCursorHotX"

#define VnsNtxtCursorHotY "txtCursorHotY"
#define VnsCTxtCursorHotY "TxtCursorHotY"

#define VnsNdrag "drag"
#define VnsCDrag "Drag"

typedef struct _VnsTextRec *VnsTextWidget ;
extern WidgetClass vnsTextWidgetClass ;

#endif
