uifw/ganes/src/HgVgLetterPopup.cpp
branchRCL_3
changeset 8 71dd06cfe933
parent 6 9f56a4e1b8ab
child 10 3d340a0166ff
equal deleted inserted replaced
7:08e69e956a8c 8: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