home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / k / knob.zip / ROTARY.DEF < prev    next >
Text File  |  1992-11-17  |  305b  |  22 lines

  1. NAME Rotary
  2.  
  3. DESCRIPTION 'Rotary Control Sample by NigelT'
  4.  
  5. STUB 'WINSTUB.EXE'
  6. EXETYPE WINDOWS
  7.  
  8. CODE MOVEABLE
  9. DATA MOVEABLE MULTIPLE PRELOAD
  10.  
  11. HEAPSIZE  2000
  12. STACKSIZE 5000
  13.  
  14. SEGMENTS
  15.     _TEXT           DISCARDABLE PRELOAD   
  16.  
  17.  
  18.  
  19. EXPORTS
  20.     MainWndProc     @1  
  21.     RotaryWndProc   @2
  22.