examples/Graphics/WS/Scroll/Scroll.rss

00001 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
00002 // All rights reserved.
00003 // This component and the accompanying materials are made available
00004 // under the terms of "Eclipse Public License v1.0"
00005 // which accompanies this distribution, and is available
00006 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
00007 //
00008 // Initial Contributors:
00009 // Nokia Corporation - initial contribution.
00010 //
00011 // Contributors:
00012 //
00013 // Description:
00014 //
00015 
00016 
00017 NAME MEAD
00018 
00019 #include <eikon.rh>
00020 #include <eikcore.rsg>
00021 
00022 RESOURCE RSS_SIGNATURE { }
00023 
00024 RESOURCE TBUF
00025         {
00026         buf = "";
00027         }
00028 
00029 RESOURCE EIK_APP_INFO
00030         {
00031         menubar = r_appholder_menubar;
00032         hotkeys = r_appholder_hotkeys;
00033         }
00034 
00035 RESOURCE HOTKEYS r_appholder_hotkeys
00036     {
00037     control =
00038         {
00039         HOTKEY
00040                 {
00041                 command = EEikCmdExit;
00042                 key = 'e';
00043                 }
00044         };
00045     }
00046 
00047 RESOURCE MENU_BAR r_appholder_menubar
00048     {
00049     titles =
00050         {
00051         MENU_TITLE
00052                 {
00053                 menu_pane = r_appholder_file_menu;
00054                 txt = "File";
00055                 }
00056         };
00057     }
00058 
00059 RESOURCE MENU_PANE r_appholder_file_menu
00060         {
00061         items =
00062                 {
00063                 MENU_ITEM
00064                         {
00065                         command = EEikCmdExit;
00066                         txt = "Close";
00067                         }
00068         };
00069     }
00070 

Generated by  doxygen 1.6.2