uifw/ganes/inc/HgVgLabel.h
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 9 aabf2c525e0f
--- 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 */