/*********************************************************/ /* This source code copyright (c) 1991-2001, Aaron Giles */ /* See the Read Me file for licensing information. */ /* Contact email: mac@aarongiles.com */ /*********************************************************/ #ifndef __COMMENTSWINDOW__ #define __COMMENTSWINDOW__ OSErr OpenComments(void); void CloseComments(void); void NudgeComments(Rect *oldRect); WindowPtr GetCommentsWindow(void); void DrawCommentsWindow(void); void UpdateCommentsWindow(void); void DoCommentsHelp(Point mouseLoc); extern void HandleCommentsClick(EventRecord *theEvent); #endif