classicui_pub/lists_api/inc/EIKLBV.H
branchRCL_3
changeset 23 3d340a0166ff
parent 0 2f259fa3e83a
child 51 fcdfafb36fe7
--- a/classicui_pub/lists_api/inc/EIKLBV.H	Tue Apr 27 16:55:05 2010 +0300
+++ b/classicui_pub/lists_api/inc/EIKLBV.H	Tue May 11 16:27:42 2010 +0300
@@ -846,6 +846,18 @@
      *         @c EFalse if it's not visible or fully visible.
      */
     IMPORT_C TBool ItemIsPartiallyVisible( TInt aItemIndex ) const;
+    
+    /**
+     * Resets the selection state so that there is nothing selected.
+     *
+     * @param  aDrawItems  Whether or not to draw the items which are
+     *                     deselected.
+     *
+     * @panic  EEikPanicListBoxNoSelIndexArray  Panics if selection indexes
+     *                                          have not been defined for
+     *                                          this class. 
+     */
+    void ClearSelection( TBool aDrawItems );
 
 protected: