uifw/ganes/inc/HgVgButton.h
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 0 2f259fa3e83a
--- a/uifw/ganes/inc/HgVgButton.h	Fri Mar 12 15:43:43 2010 +0200
+++ b/uifw/ganes/inc/HgVgButton.h	Mon Mar 15 12:41:34 2010 +0200
@@ -94,6 +94,11 @@
      */
     void Draw(const TRect& aWindowRect, TReal aAlpha=1);
     
+    /**
+     * 
+     */
+    void EnableLandscapeRendering(TBool aEnabled);
+    
 private: 
 
     TSize iSize;
@@ -101,6 +106,7 @@
     VGImage iImage;
     TBool iEnabled;
     TBool iPointerDown;
+    TBool iLandscape;
     
     };