home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Frameworks / PennyWise™ Framework / PennyWise Includes / PWMenuUtils.h < prev    next >
Encoding:
Text File  |  1994-08-01  |  764 b   |  19 lines  |  [TEXT/KAHL]

  1. //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  2. //                                                                                //
  3. //                                                                                //
  4. //                    Copyright PennyWise Software, 1994.                            //
  5. //                                                                                //
  6. //            Part of the PennyWise Software Application Framework                //
  7. //                                                                                //
  8. //                                                                                //
  9. //            MenuUtils.h                Written by Peter Kaplan                        //
  10. //                                                                                //
  11. //                                                                                //
  12. //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  13. #ifndef _MENU_UTILS_
  14. #define _MENU_UTILS_
  15.  
  16.     void AddNameToMenu( MenuHandle    theMenuHandle, short theItem, unsigned char * theNameString, Boolean elipse, Boolean quotes);
  17.     void SetMenuItemToIndString(short    theID, short theIndex, MenuHandle theMenu);
  18.  
  19. #endif