diff -r aabf2c525e0f -r 9f56a4e1b8ab uifw/ganes/inc/HgVgLetterPopup.h --- a/uifw/ganes/inc/HgVgLetterPopup.h Fri Mar 12 15:43:43 2010 +0200 +++ b/uifw/ganes/inc/HgVgLetterPopup.h Mon Mar 15 12:41:34 2010 +0200 @@ -80,6 +80,11 @@ void SetLayouts(const TAknWindowComponentLayout& aPopupLayout, const TAknTextComponentLayout& aTextLayout, const TRect& aParentRect); + /** + * + */ + void EnableLanscapeRendering(TBool enabled); + protected: // Constructors CHgVgPopup(); @@ -98,6 +103,7 @@ TAknWindowComponentLayout iPopupLayout; TAknTextComponentLayout iTextLayout; TRect iParentRect; + TBool iLandscape; }; #endif /* HGVGLETTERPOPUP_H */