diff -r a8834a2e9a96 -r c52421ed5f07 classicui_pub/options_menu_api/inc/EIKMENUP.H --- a/classicui_pub/options_menu_api/inc/EIKMENUP.H Wed Jun 09 09:58:37 2010 +0300 +++ b/classicui_pub/options_menu_api/inc/EIKMENUP.H Mon Jun 21 15:57:43 2010 +0300 @@ -896,6 +896,15 @@ void SetItemCommandsStateL( TBool aDimmed ); /** + * Sets item action commands state. + * + * @internal + * @since S60 v5.2 + * @param aDimmed If ETrue, item action commands are dimmed. + */ + void SetItemActionsStateL( TBool aDimmed ); + + /** * Adds menu items to this menu and item action menu data. * * @internal