classicui_pub/hierarchical_lists_api/inc/akntreelist.h
branchRCL_3
changeset 64 85902f042028
parent 56 d48ab3b357f1
child 72 a5e7a4f63858
--- a/classicui_pub/hierarchical_lists_api/inc/akntreelist.h	Tue Sep 14 21:48:24 2010 +0300
+++ b/classicui_pub/hierarchical_lists_api/inc/akntreelist.h	Wed Sep 15 12:29:17 2010 +0300
@@ -931,6 +931,16 @@
      */
     IMPORT_C void SetMarkingModeObserver( MAknMarkingModeObserver* aObserver );
 
+    /**
+     * Turns the marking mode on / off.
+     *
+     * @since S60 5.2
+     * 
+     * @param  aEnable @c ETrue to turn marking mode on
+     *                 @c EFalse to turn marking mode off
+     */
+    IMPORT_C void SetMarkingMode( TBool aEnable );
+
 // From base class CCoeControl
 
     /**