home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Libraries / RgnMaster 1.0 / Source / Otherlies / Help Window.h < prev   
Encoding:
Text File  |  1994-03-24  |  274 b   |  9 lines  |  [TEXT/KAHL]

  1. void InitHelpWindow();
  2. void ShowHelpWindow();
  3. void HideHelpWindow();
  4. void UpdateHelpWindow();
  5. void ScrollHelpWindow(Point mouseLoc);
  6. pascal void HelpWindowScrollProc(ControlHandle theControl, short actionPart);
  7.  
  8. extern WindowPtr gHelpWindow;
  9. extern ControlHandle gScrollbar;