home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_03_03 / 3n03007a < prev    next >
Text File  |  1992-01-29  |  498b  |  19 lines

  1. ;    File name:    FADER.DEF
  2. ;    Description:  Module definition file for the fader
  3. ;    Sequence:     This is Figure #6
  4.  
  5. LIBRARY     FADER
  6. DESCRIPTION 'Fader Custom Control Library'
  7. EXETYPE     WINDOWS
  8. STUB        'WINSTUB.EXE'
  9. CODE        MOVEABLE PRELOAD DISCARDABLE
  10. DATA        MOVEABLE PRELOAD SINGLE
  11. HEAPSIZE    1024
  12. EXPORTS
  13.    WEP             @1    RESIDENTNAME
  14.    FaderInfo       @2
  15.    FaderStyle      @3
  16.    FaderFlags      @4
  17.    FaderWndFn      @5
  18.    FaderDlgFn      @6
  19.