home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / at-inc-bin.lha / os-include / gadgets / tapedeck.i < prev   
Text File  |  1993-10-15  |  1KB  |  51 lines

  1.     IFND GADGETS_TAPEDECK_I
  2. GADGETS_TAPEDECK_I    SET    1
  3. **
  4. **    $VER: tapedeck.i 40.1 (12.3.93)
  5. **    Includes Release 40.15
  6. **
  7. **    Definitions for the gradientslider BOOPSI class
  8. **
  9. **    (C) Copyright 1992-1993 Commodore-Amiga Inc.
  10. **    All Rights Reserved
  11. **
  12.  
  13. ;---------------------------------------------------------------------------
  14.  
  15.     IFND UTILITY_TAGITEM_I
  16.     INCLUDE "utility/tagitem.i"
  17.     ENDC
  18.  
  19. ;*****************************************************************************
  20.  
  21. TDECK_Dummy    equ    (TAG_USER+$05000000)
  22. TDECK_Mode    equ    (TDECK_Dummy+1)
  23. TDECK_Paused    equ    (TDECK_Dummy+2)
  24.  
  25. TDECK_Tape    equ    (TDECK_Dummy+3)
  26.     ; (BOOL) Indicate whether tapedeck or animation controls.  Defaults
  27.     ; to FALSE.
  28.  
  29. TDECK_Frames    equ    (TDECK_Dummy+11)
  30.     ; (LONG) Number of frames in animation.  Only valid when using
  31.     ; animation controls.
  32.  
  33. TDECK_CurrentFrame    equ    (TDECK_Dummy+12)
  34.     ; (LONG) Current frame.  Only valid when using animation controls.
  35.  
  36. ;*****************************************************************************
  37.  
  38. ;* Possible values for TDECK_Mode
  39. BUT_REWIND    equ    0
  40. BUT_PLAY    equ    1
  41. BUT_FORWARD    equ    2
  42. BUT_STOP    equ    3
  43. BUT_PAUSE    equ    4
  44. BUT_BEGIN    equ    5
  45. BUT_FRAME    equ    6
  46. BUT_END        equ    7
  47.  
  48. ;*****************************************************************************
  49.  
  50.     ENDC    ; GADGETS_TAPEDECK_I
  51.