| version 1.1 | | version 1.2 |
|---|
| | |
| * Header file for user interface | | * Header file for user interface |
| * | | * |
| * $Log$ | | * $Log$ |
| * Revision 1.1 1999/06/14 22:02:24 donut | | * Revision 1.2 2003/03/09 06:34:09 donut |
| * Initial revision | | * change byte typedef to sbyte to avoid conflict with win32 byte which is unsigned |
| | | * |
| | | * Revision 1.1.1.1 1999/06/14 22:02:24 donut |
| | | * Import of d1x 1.37 source. |
| * | | * |
| * Revision 1.11 1994/11/18 23:07:33 john | | * Revision 1.11 1994/11/18 23:07:33 john |
| * Changed a bunch of shorts to ints. | | * Changed a bunch of shorts to ints. |
| | |
| BASE_GADGET | | BASE_GADGET |
| char *text; | | char *text; |
| short width, height; | | short width, height; |
| byte flag; | | sbyte flag; |
| byte pressed; | | sbyte pressed; |
| byte position; | | sbyte position; |
| byte oldposition; | | sbyte oldposition; |
| int trap_key; | | int trap_key; |
| int (*user_function)(void); | | int (*user_function)(void); |
| } UI_GADGET_ICON; | | } UI_GADGET_ICON; |