TumblerSource/Tumbler_windows.h

// Tumbler_windows.h
//
// window related function prototypes for the the Tumbler application
//
// Modification History
//
//  11/26/94        nick        added in stuff from symantec proto_helper app, add defines
 
 
#ifndef _Tumbler_WINDOWS_H_
#define _Tumbler_WINDOWS_H_
 
/* Tumbler_windows.c */
void    UpdateWindow( WindowPtr theWindow );
void    GrowDocumentWindow(WindowPtr theWindow, Point thePoint);
void    DoDrawGrowIcon(WindowPtr theWindow) ;
 
#endif