Files
harbour-core/harbour/include/getexit.ch
1999-07-31 04:11:57 +00:00

20 lines
418 B
Plaintext

/*
* $Id$
*/
#ifndef _GETEXIT_CH
#define _GETEXIT_CH
/* get:exitState values */
#define GE_NOEXIT 0 /* no exit attempted (blank) */
#define GE_UP 1
#define GE_DOWN 2
#define GE_TOP 3
#define GE_BOTTOM 4
#define GE_ENTER 5
#define GE_WRITE 6
#define GE_ESCAPE 7
#define GE_WHEN 8 /* when clause unsatisfied */
#endif /* _GETEXIT_CH */