classicui_pub/lists_api/inc/EIKLBI.H
branchRCL_3
changeset 23 3d340a0166ff
parent 15 08e69e956a8c
child 51 fcdfafb36fe7
--- a/classicui_pub/lists_api/inc/EIKLBI.H	Tue Apr 27 16:55:05 2010 +0300
+++ b/classicui_pub/lists_api/inc/EIKLBI.H	Tue May 11 16:27:42 2010 +0300
@@ -326,7 +326,31 @@
         /**
          * This flag indicates that simley icon is enabled.
          */
-        EDrawSmileyIcon = 0x0100
+        EDrawSmileyIcon = 0x0100,
+
+        /**
+         * This flag indicates that marking mode is enabled.
+         */
+        EMarkingModeEnabled = 0x0200,
+
+        /**
+         * If set then itemdrawer draws the whole list area's background in one
+         * frame while scrolling. Normally background is drawn separately for
+         * each list item.
+         */
+        EDrawWholeBackground = 0x0400,
+        
+        /**
+         * Always set unless client application has implemented a custom item
+         * drawer that overrides background drawing code. 
+         */
+        ENativeImplementation = 0x0800,
+        
+        /**
+         * This flag is used during scrolling to indicate that background has
+         * been already drawn.
+         */
+        EBackgroundDrawn = 0x1000
         };
 
 public: