menufw/menufwui/mmwidgets/src/mmgridcontainer.cpp
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:
    14 * Description:
    15 *  Version     : %version: MM_77 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_76 % << Don't touch! Updated by Synergy at check-out.
    16 *  Version     : %version: MM_77 % << Don't touch! Updated by Synergy at check-out.
    16 *  Version     : %version: MM_76 % << Don't touch! Updated by Synergy at check-out.
    17 *
    17 *
    18 */
    18 */
    19 
    19 
    20 
    20 
    21 #include "mmgridcontainer.h"
    21 #include "mmgridcontainer.h"
   398         isVisible = intersection.Height() > 1 && intersection.Width() > 1;
   398         isVisible = intersection.Height() > 1 && intersection.Width() > 1;
   399         }
   399         }
   400     return isVisible;
   400     return isVisible;
   401     }
   401     }
   402 
   402 
   403 // -----------------------------------------------------------------------------
       
   404 //
       
   405 // -----------------------------------------------------------------------------
       
   406 //
       
   407 void CMmGridContainer::SetWidgetCommingFromBackground( TBool /*aCommingFromBackground*/)
       
   408     {
       
   409     }
       
   410 
       
   411 // End of File
   403 // End of File
   412 
   404 
   413