javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/eswtcore.hrh
branchRCL_3
changeset 14 04becd199f91
equal deleted inserted replaced
13:f5050f1da672 14:04becd199f91
       
     1 /*******************************************************************************
       
     2  * Copyright (c) 2005, 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3  * All rights reserved. This program and the accompanying materials
       
     4  * are made available under the terms of the Eclipse Public License v1.0
       
     5  * which accompanies this distribution, and is available at
       
     6  * http://www.eclipse.org/legal/epl-v10.html
       
     7  *
       
     8  * Contributors:
       
     9  *     Nokia Corporation - S60 implementation
       
    10  *******************************************************************************/
       
    11 
       
    12 
       
    13 #ifndef ESWTCORE_HRH
       
    14 #define ESWTCORE_HRH
       
    15 
       
    16 
       
    17 enum
       
    18     {
       
    19     ESwtMenuBar = 31337,
       
    20     ESwtDummyMenuItem,
       
    21     ESwtCommandYes,
       
    22     ESwtCommandNo,
       
    23     ESwtCommandRetry,
       
    24     ESwtCommandAbort,
       
    25     ESwtCommandIgnore
       
    26     };
       
    27 
       
    28 enum
       
    29     {
       
    30     ESwtTitle = 1000,
       
    31     ESwtSeparator,
       
    32     ESwtMessage,
       
    33     ESwtImage
       
    34     };
       
    35 
       
    36 #endif // ESWTCORE_HRH