iaupdate/IAD/ui/src/iaupdatehistorycontainer.cpp
branchRCL_3
changeset 34 741e5bba2bd1
parent 2 661f3784fe57
equal deleted inserted replaced
28:98a43fae6e2b 34:741e5bba2bd1
     1 /*
     1 /*
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   122     // Inserts reader into the cleanupstack.
   122     // Inserts reader into the cleanupstack.
   123     iEikonEnv->CreateResourceReaderLC( reader, R_IAUPDATE_HISTORY_LIST );
   123     iEikonEnv->CreateResourceReaderLC( reader, R_IAUPDATE_HISTORY_LIST );
   124     iListBox->ConstructFromResourceL( reader );
   124     iListBox->ConstructFromResourceL( reader );
   125     CleanupStack::PopAndDestroy();
   125     CleanupStack::PopAndDestroy();
   126 
   126 
       
   127     iListBox->EnableStretching( EFalse );
   127     iListBox->ItemDrawer()->ColumnData()->EnableMarqueeL( ETrue );
   128     iListBox->ItemDrawer()->ColumnData()->EnableMarqueeL( ETrue );
   128 
   129 
   129     // Setup scroll bars
   130     // Setup scroll bars
   130     iListBox->CreateScrollBarFrameL( ETrue );
   131     iListBox->CreateScrollBarFrameL( ETrue );
   131     iListBox->
   132     iListBox->