textinput/peninputgenericvkb/inc/peninputgenericvkbwindow.h
branchRCL_3
changeset 9 e6a39382bb9c
parent 5 a47de9135b21
child 12 5e18d8c489d6
equal deleted inserted replaced
8:4eb1ae11334f 9:e6a39382bb9c
   254      * @since S60 v3.2
   254      * @since S60 v3.2
   255      * @param aSecret Editor is secret
   255      * @param aSecret Editor is secret
   256      * @return None
   256      * @return None
   257      */
   257      */
   258     void DimArrowKeys( TBool aDimArrow );
   258     void DimArrowKeys( TBool aDimArrow );
   259 
   259     
       
   260     void DimEnterKey( TBool aDimmed );
   260 
   261 
   261     /**
   262     /**
   262      * Pop up switcher windows
   263      * Pop up switcher windows
   263      *
   264      *
   264      * @since S60 v3.2
   265      * @since S60 v3.2
   362      * 
   363      * 
   363      * @param aItemArray, the contents to be shown
   364      * @param aItemArray, the contents to be shown
   364      * @param aActiveIndex, the default index     
   365      * @param aActiveIndex, the default index     
   365      * @return None
   366      * @return None
   366      */	
   367      */	
   367     void ShowCandidateListL( const CDesCArray* aItemArray,
   368     void ShowCandidateListL( TInt aAlign, const CDesCArray* aItemArray,
   368                             TInt aActiveIndex );    
   369                             TInt aActiveIndex );    
   369     
   370     
   370     /**
   371     /**
   371      * Handle candidate list selected events
   372      * Handle candidate list selected events
   372      * 
   373      *