Initial revision
[ssr] / StraySrc / Libraries / Sapphire / csapph / h / dbx / arrow
CommitLineData
2ee739cc 1/*
2 * arrow.h
3 *
4 * [Generated from arrow, 08 November 1995]
5 */
6
7#pragma include_only_once
8#pragma force_top_level
9
10#ifndef __arrow_h
11#define __arrow_h
12
13/*----- Overview ----------------------------------------------------------*
14 *
15 * Functions provided:
16 *
17 * arrow
18 *
19 * Macros provided:
20 *
21 * ARROW
22 */
23
24/* --- arrow --- *
25 *
26 * Control data: +0 == increment when clicked with Select
27 * +4
28 *
29 * Workspace: --
30 *
31 * Flags: --
32 *
33 * Use: Control type for an arrow button.
34 */
35
36extern routine arrow;
37
38/*----- Macros and symbols ------------------------------------------------*/
39
40/* --- Arrow event codes --- */
41
42#define arrow_event (0x80000002)
43
44/*----- That's all, folks -------------------------------------------------*/
45
46#endif