/*
 * 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.
 */
/* @(#)Color.h	1.3  4/10/90 */
#ifndef _COLORPUB_
#define _COLORPUB_

#define XtNcolorSelect "colorSelect"

#define XtNcolorSet "colorSet"
#define XtCColorSet "ColorSet"

#define XtNcolorName "colorName"
#define XtCColorName "ColorName"

typedef struct _ColorRec *ColorWidget ;
extern WidgetClass colorWidgetClass ;

#endif
