textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputlayoutmultilineicf.h
branchRCL_3
changeset 12 5e18d8c489d6
parent 11 c8fb4cf7b3ae
child 20 ebd48d2de13c
equal deleted inserted replaced
11:c8fb4cf7b3ae 12:5e18d8c489d6
   207      * @param aText The text to be displayed in ICF
   207      * @param aText The text to be displayed in ICF
   208      * @param aRect The area for displaying tooltip
   208      * @param aRect The area for displaying tooltip
   209      * @return None
   209      * @return None
   210      */
   210      */
   211     IMPORT_C void ShowTooltipL( const TDesC& aText,
   211     IMPORT_C void ShowTooltipL( const TDesC& aText,
   212                                 const TRect& aRect );
   212                                 const TRect& aRect, 
       
   213                                 TInt aLangCode = ELangTest );
   213     
   214     
   214 
   215 
   215     /**
   216     /**
   216      * Hide tooltip of ICF
   217      * Hide tooltip of ICF
   217      * 
   218      * 
   395     IMPORT_C void HideInfoBubble();
   396     IMPORT_C void HideInfoBubble();
   396     IMPORT_C void SetMsgBubbleCtrlSize(const TSize& aSize);
   397     IMPORT_C void SetMsgBubbleCtrlSize(const TSize& aSize);
   397     IMPORT_C void SetInfoBubbleCtrlSize(const TSize& aSize);
   398     IMPORT_C void SetInfoBubbleCtrlSize(const TSize& aSize);
   398     
   399     
   399     // For addition of ITI features on FSQ
   400     // For addition of ITI features on FSQ
   400     void ShowTooltipL( const TDesC& aText, const TRect& aRect );
   401     void ShowTooltipL( const TDesC& aText, const TRect& aRect, TInt aLangCode = ELangTest );
   401     void HideTooltip();
   402     void HideTooltip();
   402     /**
   403     /**
   403      * Returen the auto-completion state
   404      * Returen the auto-completion state
   404      * 
   405      * 
   405      * @return ETrue: AutoCompletion state is On
   406      * @return ETrue: AutoCompletion state is On