home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-08-01 | 764 b | 19 lines | [TEXT/KAHL] |
- //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- // //
- // //
- // Copyright PennyWise Software, 1994. //
- // //
- // Part of the PennyWise Software Application Framework //
- // //
- // //
- // MenuUtils.h Written by Peter Kaplan //
- // //
- // //
- //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- #ifndef _MENU_UTILS_
- #define _MENU_UTILS_
-
- void AddNameToMenu( MenuHandle theMenuHandle, short theItem, unsigned char * theNameString, Boolean elipse, Boolean quotes);
- void SetMenuItemToIndString(short theID, short theIndex, MenuHandle theMenu);
-
- #endif