uifw/ganes/src/HgVgLetterPopup.cpp
branchRCL_3
changeset 16 71dd06cfe933
parent 10 9f56a4e1b8ab
child 23 3d340a0166ff
equal deleted inserted replaced
15:08e69e956a8c 16:71dd06cfe933
   219     iTextLayout.Setl(0);
   219     iTextLayout.Setl(0);
   220     iTextLayout.Sett(0);
   220     iTextLayout.Sett(0);
   221     iParentRect = aParentRect;
   221     iParentRect = aParentRect;
   222     }
   222     }
   223 
   223 
   224 void CHgVgPopup::EnableLanscapeRendering(TBool enabled)
   224 void CHgVgPopup::EnableLandscapeRendering(TBool enabled)
   225 {
   225 {
   226     iLandscape = enabled;
   226     iLandscape = enabled;
   227 }
   227 }
   228 
   228 
   229 
   229