/*
 * 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.
 */
/*
 *  Selectable Raster widget by Janet Carson, 9-14-89
 */

/*
 *  SelRaster.h -- Selectable raster widget public include file 
 */

#ifndef SelRaster_h
#define SelRaster_h

#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 XtNobjectid "objectid"
#define XtCObjectid "Objectid"

#define XtNrelease  "release"

#define XtNselect   "select"

extern WidgetClass JselRasterWidgetClass;

typedef struct _JSelRasterClassRec *JSelRasterWidgetClass;
typedef struct _JSelRasterRec      *JSelRasterWidget;

extern Boolean JSelRasterOwnsSelection();

#endif
