classicui_pub/lists_api/inc/EIKLBX.H
branchRCL_3
changeset 29 a8834a2e9a96
parent 23 3d340a0166ff
equal deleted inserted replaced
25:941195f2d488 29:a8834a2e9a96
   240         ES60StyleMarkable           = SLafListBox::ES60StyleMarkable,
   240         ES60StyleMarkable           = SLafListBox::ES60StyleMarkable,
   241 
   241 
   242         /**
   242         /**
   243          * Construction flag for disabling item specific stylus popup menu.
   243          * Construction flag for disabling item specific stylus popup menu.
   244          */
   244          */
   245         EDisableItemSpecificMenu    = 0x00040000
   245         EDisableItemSpecificMenu    = 0x00040000,
       
   246         
       
   247         /**
       
   248          * Construction flag to make item specific stylus popup menu always
       
   249          * shown regardless of list's marking state if the tapped item has 
       
   250          * associated commands.
       
   251          */
       
   252         EItemSpecificMenuAlwaysShown = 0x00080000
   246         };
   253         };
       
   254 
   247     enum {KEikMaxMatchingBufferLength = 2};
   255     enum {KEikMaxMatchingBufferLength = 2};
   248 
   256 
   249     /** 
   257     /** 
   250      * Indicates who owns the scroll bar.
   258      * Indicates who owns the scroll bar.
   251      */ 
   259      */