textinput/peninputarc/gsplugin/gspeninputplugin/inc/gspeninputplugin.hrh
changeset 0 eb1f2e154e89
equal deleted inserted replaced
-1:000000000000 0:eb1f2e154e89
       
     1 /*
       
     2 * Copyright (c) 2002-2005 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 "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:  Contains definitions GSPenInputPlugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef GSPENINPUTPLUGIN_HRH
       
    20 #define GSPENINPUTPLUGIN_HRH
       
    21 
       
    22 #include <avkon.hrh>
       
    23  
       
    24 enum TGSLangPluginItems 
       
    25     { 
       
    26     EGSInputpenIdHwrTraining,
       
    27     EGSInputpenIdInputLanguage,
       
    28     EGSInputpenIdRecognitionWithDictionary,
       
    29     EGSDefaultChineseOnscreenKeyboard,
       
    30     EGSInputpenIdWritingSpeed,
       
    31     EGSInputpenIdGuidLine,    
       
    32     EGSInputpenIdPenTrailWidth,
       
    33     EGSInputpenIdPenTrailColour,
       
    34     EGSInputpenIdInputMethodForFind,
       
    35     EGSInputpenIdChineseFindMethod,
       
    36     EGSInputpenIdTouchScrCalib,        
       
    37     EGSSettingItemListBox = KAknCtLastControlId + 1000     
       
    38     };      
       
    39 
       
    40 #endif // GSPENINPUTPLUGIN_HRH
       
    41 
       
    42 // End Of File