/*
 * colourPot.h
 *
 * [Generated from colourPot, 08 November 1995]
 */

#pragma include_only_once
#pragma force_top_level

#ifndef __colourPot_h
#define __colourPot_h

/*----- Overview ----------------------------------------------------------*
 *
 * Controls provided:
 *
 *   colourPot
 *
 * Macros provided:
 *
 *   COLPOT
 */

/* --- colourPot --- *
 *
 * Control data:	+0 == null terminated title string, or empty for default
 *		+n
 *
 * Workspace:	+0 == current colour selected
 *		+1
 *
 * Flags:	bit 8 == allow transparent
 *
 * Use:		Provides a `colour button' which allows the user to choose
 *		a Wimp colour.  Transparent is represented by 255.
 */

extern routine colourPot;

/*----- Macros and constants ----------------------------------------------*/

/* --- Flags --- */

#define cpFlag_trans ((1<<8))

/* --- Event codes --- */

#define colourPot_event (0x80000006)

/*----- That's all, folks -------------------------------------------------*/

#endif
