classicui_pub/lists_api/inc/EIKLBX.H
branchRCL_3
changeset 59 978afdc0236f
parent 56 d48ab3b357f1
child 72 a5e7a4f63858
--- a/classicui_pub/lists_api/inc/EIKLBX.H	Wed Sep 01 12:16:19 2010 +0100
+++ b/classicui_pub/lists_api/inc/EIKLBX.H	Tue Sep 14 21:48:24 2010 +0300
@@ -1540,12 +1540,17 @@
     IMPORT_C TBool IsHighlightEnabled();
     
     /**
-     * Turns the marking mode on / off.
+     * Turns the marking mode on / off. 
+     * States of navipane and softkeys are updated. 
      *
      * @since S60 5.2
      * 
-     * @param  aEnable @c ETrue to turn marking mode on
-     *                 @c EFalse to turn marking mode off
+     * @param  aEnable @c ETrue to turn marking mode on, 
+     *                 "marking mode" is shown in navipane, 
+     *                 "Cancel" is shown in right softkey.
+     *                 @c EFalse to turn marking mode off,
+     *                 "marking mode" is not shown in navipane,
+     *                 "Back" or "exit" is shown in right softkey.
      */
     IMPORT_C void SetMarkingMode( TBool aEnable );