home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / Jim's CDEFs v1.30 / demo Source ƒ / demoWind.h < prev   
Encoding:
Text File  |  1994-10-15  |  742 b   |  21 lines  |  [TEXT/KAHL]

  1. // -----------------------------------------------------------------------------
  2. //    File        : demoWind.h
  3. //    Date        : October 14, 1994
  4. //    Author        : Jim Stout
  5. //    Purpose        : routines used for the demoCDEF Window
  6. //
  7. // -----------------------------------------------------------------------------
  8.  
  9. void    doNewControls        (WindowPtr theWindow);
  10. void    doSwapControls        (WindowPtr theWindow);
  11. void    doControlClick        (ControlHandle theCtl, short thePart);
  12. void    doProgress            (void);
  13.  
  14.  
  15. void    make3DControls        (WindowPtr theWindow);
  16. void    makePopupControls    (WindowPtr theWindow);
  17. void    makeArrowControls    (WindowPtr theWindow);
  18. void    makeDateControls    (WindowPtr theWindow);
  19. void    makeSliderControls    (WindowPtr theWindow);
  20. void    makeProgressControls(WindowPtr theWindow);
  21.