diff -r aabf2c525e0f -r 9f56a4e1b8ab uifw/ganes/inc/HgVgLabel.h --- a/uifw/ganes/inc/HgVgLabel.h Fri Mar 12 15:43:43 2010 +0200 +++ b/uifw/ganes/inc/HgVgLabel.h Mon Mar 15 12:41:34 2010 +0200 @@ -57,6 +57,8 @@ void DrawEmptyText(const TRect& aClientRect, const TDesC& aText); + void EnableLandscapeRendering(TBool enabled); + protected: // Constructors CHgVgLabel(const TRect& aRect); @@ -84,6 +86,8 @@ TAknTextComponentLayout iLayout; TRect iParentRect; + + TBool iLandscape; }; #endif /* HGVGLABEL */