home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Demos / Tools / QC™ 1.1.3 / QCAPI / BadAPPL / BadAPPL src / BadWindows.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-21  |  645 b   |  24 lines  |  [TEXT/R*ch]

  1. /* _____________________________________________________________________
  2.  
  3.     BadWindows.H
  4.  
  5.     Copyright © 1993-1995 Onyx Technology - All rights reserved
  6. _____________________________________________________________________ */
  7.  
  8. #ifdef applec
  9.     #ifndef    _H_BadIncludes
  10.     #include "BadIncludes.h"
  11.     #endif
  12. #endif
  13.  
  14. /* prototypes    */
  15.  
  16. void    OutputString(short strID, short indxID, long theAddr);
  17. void     SetUpWindows(void);
  18. void     MyGrowWindow(WindowPtr theWind, Point thePoint);
  19. void     DoContent(WindowPtr theWindow, EventRecord *theEvent);
  20. void     ShowSelect(void);
  21. void     CheckTextSize (void);
  22. void     UpdateWindow (WindowPtr theWindow);
  23. void     CloseMyWindow(void);
  24.