textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutmultilineicf.cpp
branchRCL_3
changeset 19 5e18d8c489d6
parent 3 f5a1e66df979
child 43 ebd48d2de13c
equal deleted inserted replaced
18:c8fb4cf7b3ae 19:5e18d8c489d6
   446 // ---------------------------------------------------------------------------
   446 // ---------------------------------------------------------------------------
   447 // Show tooltip of ICF
   447 // Show tooltip of ICF
   448 // ---------------------------------------------------------------------------
   448 // ---------------------------------------------------------------------------
   449 //
   449 //
   450 EXPORT_C void CFepLayoutMultiLineIcf::ShowTooltipL( const TDesC& aText,
   450 EXPORT_C void CFepLayoutMultiLineIcf::ShowTooltipL( const TDesC& aText,
   451 		                                            const TRect& aRect )
   451 		                                            const TRect& aRect,
       
   452 		                                            TInt aLangCode )
   452     {
   453     {
   453     if ( !iTooltip || !iIcfEditor )
   454     if ( !iTooltip || !iIcfEditor )
   454         {
   455         {
   455         return;
   456         return;
   456         }
   457         }
   457     iIcfEditor->ShowTooltipL( aText, aRect );
   458     iIcfEditor->ShowTooltipL( aText, aRect, aLangCode );
   458     }
   459     }
   459 
   460 
   460 // ---------------------------------------------------------------------------
   461 // ---------------------------------------------------------------------------
   461 // Hide tooltip of ICF
   462 // Hide tooltip of ICF
   462 // ---------------------------------------------------------------------------
   463 // ---------------------------------------------------------------------------