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

#pragma include_only_once
#pragma force_top_level

#ifndef __arrow_h
#define __arrow_h

/*----- Overview ----------------------------------------------------------*
 *
 * Functions provided:
 *
 *  arrow
 *
 * Macros provided:
 *
 *   ARROW
 */

/* --- arrow --- *
 *
 * Control data:	+0 == increment when clicked with Select
 *		+4
 *
 * Workspace:	--
 *
 * Flags:	--
 *
 * Use:		Control type for an arrow button.
 */

extern routine arrow;

/*----- Macros and symbols ------------------------------------------------*/

/* --- Arrow event codes --- */

#define arrow_event (0x80000002)

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

#endif
