classicui_plat/toolbar_api/tsrc/data/testsdktoolbar.rss
changeset 45 667edd0b8678
equal deleted inserted replaced
37:89c890c70182 45:667edd0b8678
       
     1 /*
       
     2 * Copyright (c) 2008 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:  Resource definitions for project testsdktoolbar
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME    TEST
       
    20 
       
    21 #include <eikon.rh>
       
    22 #include <eikon.rsg>
       
    23 #include <avkon.rh>
       
    24 #include <avkon.rsg>
       
    25 #include "testsdktoolbar.hrh"
       
    26 
       
    27 RESOURCE RSS_SIGNATURE
       
    28     {
       
    29     }
       
    30 
       
    31 RESOURCE TBUF
       
    32     {
       
    33     buf = "";
       
    34     }
       
    35 
       
    36 // ---------------------------------------------------------------------------
       
    37 // r_toolbar
       
    38 // ---------------------------------------------------------------------------
       
    39 //
       
    40 RESOURCE AVKON_TOOLBAR r_toolbar
       
    41     {
       
    42     flags = KAknToolbarFixed;
       
    43     items = 
       
    44         {
       
    45         TBAR_CTRL
       
    46             {
       
    47             type = EEikCtGlobalTextEditor;
       
    48             id = EtCmdToolbarTextEditor;
       
    49             control=GTXTED
       
    50                 {
       
    51                 width = 100;
       
    52                 height = 20;
       
    53                 };
       
    54             }
       
    55         };
       
    56     }
       
    57 
       
    58 RESOURCE AVKON_TOOLBAR_EXTENSION r_toolbar_extension
       
    59     {
       
    60     items = 
       
    61         {
       
    62         TBAR_CTRL
       
    63             {
       
    64             type = EEikCtGlobalTextEditor;
       
    65             id = EtCmdToolbarTextEditor;
       
    66             control=GTXTED
       
    67                 {
       
    68                 width = 100;
       
    69                 height = 20;
       
    70                 };
       
    71             }
       
    72         };
       
    73     }