classicui_plat/ganes_api/inc/ganes/HgGrid.h
branchRCL_3
changeset 18 0aa5fbdfbc30
parent 10 9f56a4e1b8ab
--- a/classicui_plat/ganes_api/inc/ganes/HgGrid.h	Wed Apr 14 16:14:00 2010 +0300
+++ b/classicui_plat/ganes_api/inc/ganes/HgGrid.h	Tue Apr 27 16:55:05 2010 +0300
@@ -66,6 +66,14 @@
      */
     IMPORT_C void SetLandscapeScrollingSupport( TBool aSupportLandscapeScrolling );
     
+    /**
+     * Set toolbar visibilty. The toolbar visibility ETrue changes the lanscape layout to 
+     * fill the toolbar space with grid content.
+     * 
+     * @param aToolbarVisible Is toolbar visible or not.
+     */
+    IMPORT_C void SetToolbarVisibility( TBool aToolbarVisible );
+    
 protected: // CHgScroller
     TInt GetSelected( TPoint aPosition ) const;
     void HandleSizeChanged();
@@ -110,6 +118,7 @@
 
     TInt iRowWidth;
     TBool iLandScapeScrollingSupported;
+    TBool iToolbarVisible;
     };
 
 #endif // HGGRID_H_