/*********************************************************/ /* This source code copyright (c) 1991-2001, Aaron Giles */ /* See the Read Me file for licensing information. */ /* Contact email: mac@aarongiles.com */ /*********************************************************/ #ifndef __HELPMENU__ #define __HELPMENU__ extern void HandleHelpGrow(Point where); void HandleHelpChoice(short theItem); OSErr OpenHelp(void); void CloseHelp(void); WindowPtr GetHelpWindow(void); void HandleHelpClick(Point where); Boolean HandleHelpKey(uchar theChar, uchar theKey); void HandleHelpActivate(Boolean nowActive); void GetHelpText(short theSect); void ResizeHelp(Rect *newRect); void UpdateHelp(void); void UpdateHelpScroll(short oldValue, short newValue); pascal void HelpScrollAction(ControlHandle theControl, short thePart); void DoHelpHelp(Point globalPt); #endif