classicui_pub/lists_api/inc/EIKLBI.H
branchRCL_3
changeset 51 fcdfafb36fe7
parent 23 3d340a0166ff
equal deleted inserted replaced
50:a1caeb42b3a3 51:fcdfafb36fe7
   348         
   348         
   349         /**
   349         /**
   350          * This flag is used during scrolling to indicate that background has
   350          * This flag is used during scrolling to indicate that background has
   351          * been already drawn.
   351          * been already drawn.
   352          */
   352          */
   353         EBackgroundDrawn = 0x1000
   353         EBackgroundDrawn = 0x1000,
       
   354 
       
   355         /**
       
   356          * Override text color from skin 
       
   357          */
       
   358         EUseOverrideSkinTextColor = 0x2000
       
   359 
   354         };
   360         };
   355 
   361 
   356 public:
   362 public:
   357 
   363 
   358     /**
   364     /**