home *** CD-ROM | disk | FTP | other *** search
- /* _____________________________________________________________________
-
- BadWindows.H
-
- Copyright © 1993-1995 Onyx Technology - All rights reserved
- _____________________________________________________________________ */
-
- #ifdef applec
- #ifndef _H_BadIncludes
- #include "BadIncludes.h"
- #endif
- #endif
-
- /* prototypes */
-
- void OutputString(short strID, short indxID, long theAddr);
- void SetUpWindows(void);
- void MyGrowWindow(WindowPtr theWind, Point thePoint);
- void DoContent(WindowPtr theWindow, EventRecord *theEvent);
- void ShowSelect(void);
- void CheckTextSize (void);
- void UpdateWindow (WindowPtr theWindow);
- void CloseMyWindow(void);
-