diff -r 9f56a4e1b8ab -r 08e69e956a8c classicui_pub/popups_api/inc/aknpopuplayout.h --- a/classicui_pub/popups_api/inc/aknpopuplayout.h Mon Mar 15 12:41:34 2010 +0200 +++ b/classicui_pub/popups_api/inc/aknpopuplayout.h Wed Mar 31 21:59:52 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -237,6 +237,17 @@ IMPORT_C static void MenuPopupWindowGraphics(TAknPopupWindowLayoutDef &aDef); static TRect RectFromLayout(TRect aParent, const TAknWindowComponentLayout &aComponentLayout); + +private: + + /** + * Contains layout setup that is common for all popups. + */ + static void CommonSetup( TAknPopupWindowLayoutDef& aDef, + const TAknWindowComponentLayout& aItemLayout, + TInt aNum, + TBool aHeading, + TBool aLayoutHeading ); }; /** TAknPopupWindowLayoutDef