home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Demos / Bowers Development / AppMaker 2.0b5 / Examples / Procedural / Gadgets / TabbedPanel.h < prev   
Encoding:
C/C++ Source or Header  |  1996-03-19  |  591 b   |  21 lines  |  [TEXT/MMCC]

  1. /* TabbedPanel.h */
  2. /* Created 01/01/95 12:01 PM by AppMaker */
  3.  
  4. #include "Globals.h"
  5.  
  6. /*----------*/
  7. void    OpenTabbedPanel        (FSSpec*        fileSpec,
  8.                              short            fRefNum);
  9. void    CloseTabbedPanel    (void);
  10. void    ControlTabbedPanel    (ControlHandle    whichControl,
  11.                              short            whichPart,
  12.                              Point            where);
  13. void    MouseInTabbedPanel    (Point            where,
  14.                              short            modifiers);
  15. void    TypeInTabbedPanel    (char            ch);
  16. void    UpdateTabbedPanel    (void);
  17. void    ActivateTabbedPanel    (Boolean        activate);
  18. void    ResizeTabbedPanel    (void);
  19. pascal void ScrollTabbedPanel    (short        newValue,
  20.                                  short        oldValue);
  21.