browserutilities/browserdialogsprovider/Inc/BrowserDialogsProviderConstants.h
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *     Constants for Dialogs Provider
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef BROWSERDIALOGSPROVIDERCONSTANTS_H
       
    22 #define BROWSERDIALOGSPROVIDERCONSTANTS_H
       
    23 
       
    24 // INCLUDES
       
    25 #include <data_caging_path_literals.hrh>
       
    26 
       
    27 // Arrays
       
    28 const TInt KGranularityMedium = 5;
       
    29 
       
    30 // Selection dialogs
       
    31 _LIT( KPrefixOption, "1\t" );
       
    32 _LIT( KPrefixOptionGroup, "2\t" );
       
    33 
       
    34 static const TInt KBrCtlOptgroupSeparatorColor = 215;
       
    35 static const TInt KBrCtlOptgroupSeparatorOffsetY = 1;
       
    36 static const TInt KBrCtlOptgroupSeparatorOffsetX1 = 3;
       
    37 static const TInt KBrCtlOptgroupSeparatorOffsetX2 = 165;
       
    38 static const TInt KSearchFieldBuferLength = 44;
       
    39 
       
    40 // View Images Dialog
       
    41 const TUint KMaxAltTextLength = 256;
       
    42 
       
    43 // HTTP Errors Dialog
       
    44 const TInt KBrCtlHttpErrorsOffset = -25000;
       
    45 #endif
       
    46 
       
    47 // End of File
       
    48