classicui_pub/ui_framework_definitions_api/inc/avkon.hrh
branchRCL_3
changeset 29 a8834a2e9a96
parent 25 941195f2d488
child 51 fcdfafb36fe7
--- a/classicui_pub/ui_framework_definitions_api/inc/avkon.hrh	Tue May 25 12:58:19 2010 +0300
+++ b/classicui_pub/ui_framework_definitions_api/inc/avkon.hrh	Wed Jun 09 09:58:37 2010 +0300
@@ -41,17 +41,18 @@
 #define EEikStatusPaneLayoutAknLafDefined    0x10
 
 // internal, do not use (maybe you might need to use LoopScrolling though, but use it with some other flags...)
-#define EAknListBoxMultipleSelection         EEikListBoxMultipleSelection
-#define EAknListBoxIncrementalMatching       EEikListBoxIncrementalMatching
-#define EAknListBoxScrollBarSizeExcluded     0x0080
-#define EAknListBoxLoopScrolling             0x1000
-#define EAknListBoxEnterMarks                0x2000
-#define EAknListBoxShiftEnterMarks           0x4000
+#define EAknListBoxMultipleSelection          EEikListBoxMultipleSelection
+#define EAknListBoxIncrementalMatching        EEikListBoxIncrementalMatching
+#define EAknListBoxScrollBarSizeExcluded      0x0080
+#define EAknListBoxLoopScrolling              0x1000
+#define EAknListBoxEnterMarks                 0x2000
+#define EAknListBoxShiftEnterMarks            0x4000
 // Note there's also EAknListBoxViewerFlags, which is better for apps.
-#define EAknListBoxViewerFlag                0x8000
-#define EAknListBoxPointerMultiselectionList 0x10000
-#define EAknListBoxPointerMarkableList       0x20000
-#define EAknListBoxDisableItemSpecificMenu   0x40000
+#define EAknListBoxViewerFlag                 0x8000
+#define EAknListBoxPointerMultiselectionList  0x10000
+#define EAknListBoxPointerMarkableList        0x20000
+#define EAknListBoxDisableItemSpecificMenu    0x40000
+#define EAknListBoxAlwaysShowItemSpecificMenu 0x80000
 
 
 // These are combined to the viewerflag to make it fit to WORD in resources.
@@ -93,6 +94,7 @@
 
 #define EAknListBoxMenuGrid                   (EAknListBoxMenuList)
 #define EAknListBoxItemSpecificMenuDisabled   ( EAknListBoxDisableItemSpecificMenu )
+#define EAknListBoxItemSpecificMenuAlwaysShown ( EAknListBoxAlwaysShowItemSpecificMenu )
 //
 // Viewers (see Selection service)
 //