textinput/peninputhwrtrui/inc/trui.rh
changeset 27 694fa80c203c
parent 24 fc42a86c98e3
child 35 0f326f2e628e
--- a/textinput/peninputhwrtrui/inc/trui.rh	Wed Jun 23 04:57:58 2010 +0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,75 +0,0 @@
-/*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0""
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:  Resource headers for project ?myapp
-*
-*/
-
-#ifndef TRUI_RH
-#define TRUI_RH
-
-// ---------------------------------------------------------------------------
-// Define MENU_ITEMS struct type to save all menu items
-// ---------------------------------------------------------------------------
-//
-STRUCT MENU_ITEMS
-    {
-    // All menu items
-    STRUCT items[];
-    }
-    
-// ---------------------------------------------------------------------------
-// Define LANGUAGE_SCRIPT_SET struct type to store supported language script.
-// ---------------------------------------------------------------------------
-//
-STRUCT LANGUAGE_SCRIPT_SET
-    {
-    // All language script
-    STRUCT contents[];
-    }
-    
-// ---------------------------------------------------------------------------
-// Define LANGUAGE_SCRIPT_SET struct type to store supported language script.
-// ---------------------------------------------------------------------------
-//
-STRUCT LANGUAGE_SCRIPT
-    {
-    WORD id;
-    WORD codes[];
-    }
-
-// ---------------------------------------------------------------------------
-// Define LANGUAGE_SCRIPT_SET struct type for skin specified button.
-// ---------------------------------------------------------------------------
-//
-STRUCT SKIN_BUTTON
-    {
-    WORD flags=0;
-    LTEXT helptxt="";
-    LTEXT bmpfile="";
-    WORD bmpid=0xffff;
-    WORD bmpmask=0xffff;
-    WORD press_bmpid=0xffff;
-    WORD press_bmpmask=0xffff;
-    LONG mainitemid=0;
-    LONG minoritemid=0;
-    LONG mainitempressid=0;
-    LONG minoritempressid=0;
-    }
-
-STRUCT TOOLBAR_BUTTON_GROUPS
-    {
-    STRUCT buttons[];
-    }
-    
-#endif // TRUI_RH