home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 8 / cdrt08.iso / mac / Shareware / HyperCard / demoCdef 120 ƒ / demo Source ƒ / panelAssist.h < prev    next >
Encoding:
Text File  |  1994-12-12  |  588 b   |  11 lines  |  [TEXT/KAHL]

  1. //----------------------------------------------------------------------------------
  2. //    File        : panelAssist.h
  3. //    Date        : August 24, 1994
  4. //    Author        : Jim Stout
  5. //    Purpose        : Some utility routines for use with the tabPanel CDEF.
  6. //
  7. //----------------------------------------------------------------------------------
  8.  
  9. extern void        panelSwap    (DialogPtr theDialog, short fromPanel, short toPanel, short DITLbase);
  10. extern Boolean    panelCmdKey    (DialogPtr theDialog, short panelID, char c, short *theItem);
  11. extern Boolean    panelCmdTab    (DialogPtr theDialog, short panelID, char c, short *theItem);