textinput/peninputarc/inc/pensrvcliinc/penuiwndctrl.h
branchRCL_3
changeset 22 bd83ceabce89
parent 21 ecbabf52600f
--- a/textinput/peninputarc/inc/pensrvcliinc/penuiwndctrl.h	Wed Sep 01 12:23:33 2010 +0100
+++ b/textinput/peninputarc/inc/pensrvcliinc/penuiwndctrl.h	Tue Sep 14 21:59:06 2010 +0300
@@ -241,6 +241,18 @@
      */
     void SetCursorColor();
     
+   /**
+    * Enable or disable transition effect.
+    * 
+    * @since Symbian^3
+    * @param aEnableGfxTransEffect, ETrue: enable transition effect
+    *                               EFalse: disable transition effect.
+    */
+    inline void EnableGfxTransEffect( TBool aEnableGfxTransEffect )
+    	{
+    	iEnableGfxTransEffect = aEnableGfxTransEffect;
+    	};
+    
 public: // Functions from base classes.
 
     /**
@@ -385,6 +397,12 @@
      */
     TRgb iCursorColor;
     
+    
+   /**
+    * If transition effect is enabled. 
+    */
+    TBool iEnableGfxTransEffect;
+
 friend class CCursorWindow;
     };
 class CInternalBkCtrl : public CCoeControl