menufw/menufwui/mmwidgets/inc/mmwidgetcontainer.h
changeset 2 08c6ee43b396
parent 1 5315654608de
child 4 4d54b72983ae
--- a/menufw/menufwui/mmwidgets/inc/mmwidgetcontainer.h	Thu Jan 07 12:39:41 2010 +0200
+++ b/menufw/menufwui/mmwidgets/inc/mmwidgetcontainer.h	Mon Jan 18 20:10:36 2010 +0200
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description:
-*  Version     : %version: MM_48.1.35 % << Don't touch! Updated by Synergy at check-out.
+*  Version     : %version: MM_48.1.36 % << Don't touch! Updated by Synergy at check-out.
 *
 */
 
@@ -361,6 +361,18 @@
      * Destructor.
      */
     ~CMmWidgetContainer();
+    
+    /**
+     * Enables/disables animation during long tap.
+     * Tactile feedback is also enabled and disabled with the animation.
+     * Changes made with this method will be effective on the next long
+     * tap, i.e. it is not possible to stop an already started animation
+     * by using this method.
+     * 
+     * @param aEnable ETrue - enable, EFalse - disable long tap animation
+     *                and long tap tactile feedback
+     */
+    IMPORT_C void EnableLongTapAnimation( TBool aEnable );
 
     /**
      * from CCoeControl.