home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d6xx / d635 / ldp.lha / LDP / source / gadgets.h next >
Encoding:
C/C++ Source or Header  |  1992-04-07  |  324 b   |  14 lines

  1. /* gadgets for ldp */
  2.  
  3. #define TEXTLEN 36
  4. #define NUMLEN  6
  5.  
  6.  
  7. enum ldp_gads { Zero, One, Two, Three, Four, Five, Six, Seven, Eight, Nine,
  8.      Eject, Enter, Search, Still, Clear, Index, Rplay, Fplay,
  9.      Rstep, Fstep, Rslow, Fslow,
  10.      Rfast, Ffast, Rscan, Fscan,
  11.      Memorize, Msearch, Log, NumDisplay,TextDisplay } ;
  12.  
  13.  
  14.