menufw/menufwui/mmwidgets/inc/mmgridview.h
changeset 5 c743ef5928ba
parent 4 4d54b72983ae
child 12 9674c1a575e9
--- a/menufw/menufwui/mmwidgets/inc/mmgridview.h	Tue Jan 26 11:48:23 2010 +0200
+++ b/menufw/menufwui/mmwidgets/inc/mmgridview.h	Tue Feb 02 00:04:13 2010 +0200
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description:  CMmGridView declaration
-*  Version     : %version: MM_24.1.8 % << Don't touch! Updated by Synergy at check-out.
+*  Version     : %version: MM_24.1.9 % << Don't touch! Updated by Synergy at check-out.
 *
 */
 
@@ -133,6 +133,12 @@
 	* @param aItemHeight New height in pixels for this view’s items.
 	*/	
     void SetItemHeight(TInt aItemHeight);
+    
+    /**
+     * Updates various member variables in this grid view and related objects
+     * with item dimensions taken from the template library.
+     */
+    void UpdateItemHeightAndWidth();
 
 private: