24 #ifndef __IMenuUtils__ 25 #define __IMenuUtils__ 29 #include "IInterfaceColors.h" 30 #include "IPMUnknown.h" 34 #include "InterfaceFontInfo.h" 35 #include "LocaleSetting.h" 44 #include "AppFrameworkID.h" 54 enum { kDefaultIID = IID_IMENUUTILS };
115 virtual void DrawMenuString(SysPort port,
const PMString& menuString,
const SysRect& bounds, int16 alignment, bool16 hilited, bool16 disabled ) = 0;
148 #endif // __IMenuUtils__