home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-12 | 588 b | 11 lines | [TEXT/KAHL] |
- //----------------------------------------------------------------------------------
- // File : panelAssist.h
- // Date : August 24, 1994
- // Author : Jim Stout
- // Purpose : Some utility routines for use with the tabPanel CDEF.
- //
- //----------------------------------------------------------------------------------
-
- extern void panelSwap (DialogPtr theDialog, short fromPanel, short toPanel, short DITLbase);
- extern Boolean panelCmdKey (DialogPtr theDialog, short panelID, char c, short *theItem);
- extern Boolean panelCmdTab (DialogPtr theDialog, short panelID, char c, short *theItem);