lafagnosticuifoundation/cone/tef/twindowposition/twindowposition.rss
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @internalComponent - Internal Symbian test code
       
    19 */
       
    20 
       
    21 
       
    22 NAME WINP
       
    23 
       
    24 #include <techview/controls.rh>
       
    25 #include <uikon.rh>
       
    26 #include <uiklafgt/eikcore.rsg>
       
    27 
       
    28 RESOURCE RSS_SIGNATURE { }
       
    29 
       
    30 RESOURCE TBUF { buf=""; }
       
    31 
       
    32 RESOURCE EIK_APP_INFO
       
    33 	{
       
    34 	hotkeys=r_example_hotkeys;
       
    35 	menubar=r_example_menubar;
       
    36 	}
       
    37 
       
    38 RESOURCE HOTKEYS r_example_hotkeys
       
    39     {
       
    40     control=
       
    41         {
       
    42         HOTKEY { command=EEikCmdExit; key='e'; }
       
    43         };
       
    44     }
       
    45 
       
    46 RESOURCE MENU_BAR r_example_menubar
       
    47     {
       
    48     titles=
       
    49         {
       
    50         MENU_TITLE { menu_pane=r_example_menupane; txt="Controls"; }
       
    51         };
       
    52     }
       
    53 
       
    54 RESOURCE MENU_PANE r_example_menupane
       
    55 	{
       
    56 	items=
       
    57 		{
       
    58 		MENU_ITEM { command=EEikCmdExit; txt="Close"; }
       
    59 	        };
       
    60     	}