classicui_pub/ui_framework_definitions_api/inc/avkon.hrh
branchRCL_3
changeset 29 a8834a2e9a96
parent 25 941195f2d488
child 51 fcdfafb36fe7
equal deleted inserted replaced
25:941195f2d488 29:a8834a2e9a96
    39 
    39 
    40 // moved from uikon.hrh
    40 // moved from uikon.hrh
    41 #define EEikStatusPaneLayoutAknLafDefined    0x10
    41 #define EEikStatusPaneLayoutAknLafDefined    0x10
    42 
    42 
    43 // internal, do not use (maybe you might need to use LoopScrolling though, but use it with some other flags...)
    43 // internal, do not use (maybe you might need to use LoopScrolling though, but use it with some other flags...)
    44 #define EAknListBoxMultipleSelection         EEikListBoxMultipleSelection
    44 #define EAknListBoxMultipleSelection          EEikListBoxMultipleSelection
    45 #define EAknListBoxIncrementalMatching       EEikListBoxIncrementalMatching
    45 #define EAknListBoxIncrementalMatching        EEikListBoxIncrementalMatching
    46 #define EAknListBoxScrollBarSizeExcluded     0x0080
    46 #define EAknListBoxScrollBarSizeExcluded      0x0080
    47 #define EAknListBoxLoopScrolling             0x1000
    47 #define EAknListBoxLoopScrolling              0x1000
    48 #define EAknListBoxEnterMarks                0x2000
    48 #define EAknListBoxEnterMarks                 0x2000
    49 #define EAknListBoxShiftEnterMarks           0x4000
    49 #define EAknListBoxShiftEnterMarks            0x4000
    50 // Note there's also EAknListBoxViewerFlags, which is better for apps.
    50 // Note there's also EAknListBoxViewerFlags, which is better for apps.
    51 #define EAknListBoxViewerFlag                0x8000
    51 #define EAknListBoxViewerFlag                 0x8000
    52 #define EAknListBoxPointerMultiselectionList 0x10000
    52 #define EAknListBoxPointerMultiselectionList  0x10000
    53 #define EAknListBoxPointerMarkableList       0x20000
    53 #define EAknListBoxPointerMarkableList        0x20000
    54 #define EAknListBoxDisableItemSpecificMenu   0x40000
    54 #define EAknListBoxDisableItemSpecificMenu    0x40000
       
    55 #define EAknListBoxAlwaysShowItemSpecificMenu 0x80000
    55 
    56 
    56 
    57 
    57 // These are combined to the viewerflag to make it fit to WORD in resources.
    58 // These are combined to the viewerflag to make it fit to WORD in resources.
    58 #define EAknListBoxPageAtOnceScrolling EAknListBoxViewerFlag
    59 #define EAknListBoxPageAtOnceScrolling EAknListBoxViewerFlag
    59 #define EAknListBoxDisableHighlight EAknListBoxViewerFlag
    60 #define EAknListBoxDisableHighlight EAknListBoxViewerFlag
    91 #define EAknListBoxMarkableGrid               (EAknListBoxMarkableList)
    92 #define EAknListBoxMarkableGrid               (EAknListBoxMarkableList)
    92 #define EAknListBoxMarkableGridWithShortcuts  (EAknListBoxMarkableList | EAknListBoxIncrementalMatching)
    93 #define EAknListBoxMarkableGridWithShortcuts  (EAknListBoxMarkableList | EAknListBoxIncrementalMatching)
    93 
    94 
    94 #define EAknListBoxMenuGrid                   (EAknListBoxMenuList)
    95 #define EAknListBoxMenuGrid                   (EAknListBoxMenuList)
    95 #define EAknListBoxItemSpecificMenuDisabled   ( EAknListBoxDisableItemSpecificMenu )
    96 #define EAknListBoxItemSpecificMenuDisabled   ( EAknListBoxDisableItemSpecificMenu )
       
    97 #define EAknListBoxItemSpecificMenuAlwaysShown ( EAknListBoxAlwaysShowItemSpecificMenu )
    96 //
    98 //
    97 // Viewers (see Selection service)
    99 // Viewers (see Selection service)
    98 //
   100 //
    99 #define EAknListBoxViewerFlags        (EAknListBoxPageAtOnceScrolling | EAknListBoxDisableHighlight)
   101 #define EAknListBoxViewerFlags        (EAknListBoxPageAtOnceScrolling | EAknListBoxDisableHighlight)
   100 
   102