homescreensrv_plat/menu_content_service_api/inc/mcsdef.h
branchRCL_3
changeset 101 9e077f9a342c
parent 0 79c6a41cd166
equal deleted inserted replaced
82:ace62b58f4b2 101:9e077f9a342c
    53 // some kind of icon information for non-applications).
    53 // some kind of icon information for non-applications).
    54 // Note, however, that none of these is guaranteed to be set, or be used by a menu UI.
    54 // Note, however, that none of these is guaranteed to be set, or be used by a menu UI.
    55 // Menu clients always need to check that the necessary attributes are present.
    55 // Menu clients always need to check that the necessary attributes are present.
    56 //
    56 //
    57 
    57 
       
    58 _LIT( KMenuAttrPredefined, "predefined" );
    58 _LIT( KMenuAttrTitleName, "title_name" ); ///< Title name (displayed in Title Pane).
    59 _LIT( KMenuAttrTitleName, "title_name" ); ///< Title name (displayed in Title Pane).
    59 _LIT( KMenuAttrShortName, "short_name" ); ///< Short name.
    60 _LIT( KMenuAttrShortName, "short_name" ); ///< Short name.
    60 _LIT( KMenuAttrLongName, "long_name" ); ///< Long name.
    61 _LIT( KMenuAttrLongName, "long_name" ); ///< Long name.
    61 _LIT( KMenuAttrIconFile, "icon_file" ); ///< Custom icon file (MIF or MBM).
    62 _LIT( KMenuAttrIconFile, "icon_file" ); ///< Custom icon file (MIF or MBM).
    62 _LIT( KMenuAttrIconId, "icon_id" ); ///< Icon index into "icon_file".
    63 _LIT( KMenuAttrIconId, "icon_id" ); ///< Icon index into "icon_file".