msg_plat/messaging_editor_api/inc/MsgEditor.rh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 09:51:11 +0300
branchRCL_3
changeset 25 fa1df4b99609
parent 2 0bf1d54f37d9
permissions -rw-r--r--
Revision: 201031 Kit: 201033

/*
* Copyright (c) 2002 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:  MsgEditor.rh*
*/



#include "MsgEditor.hrh"

STRUCT MSG_EDITOR_EXPANDABLE_CONTROL
    {
    LTEXT prompt;                 // Label for the control e.g "Subject:"
    LONG flags = 0;               // Control flags
    LONG id = 0;                  // Control Id
    LONG distance = 0;            // Distance in pixels from above control
    LONG maxchars = 0;            // Maximum characters
    LONG fontid = -1;             // Font id
    AKN_EDITOR_EXTENSIONS
    }

STRUCT MSG_EDITOR_ADDRESS_CONTROL
    {
    LTEXT prompt;                 // Label for the control
    LONG flags = 0;               // Control flags
    LONG id = 0;                  // Control Id
    LONG distance = 0;            // Distance in pixels from above control
    LONG maxchars = 0;            // Maximum characters
    LONG fontid = -1;             // Font id
    AKN_EDITOR_EXTENSIONS
    }

STRUCT MSG_EDITOR_DATETIME_CONTROL
    {
    LTEXT dateprompt;             // Date label e.g. "Date:"
    LTEXT timeprompt;             // Time label e.g. "Time:"
    LONG flags = 0;               // Control flags
    LONG id = 0;                  // Control Id
    LONG distance = 0;            // Distance in pixels from above control
    }

STRUCT MSG_EDITOR_ATTACHMENT_CONTROL
    {
    LONG flags = 0;               // Control flags
    LONG id = 0;                  // Control Id
    LONG distance = 0;            // Distance in pixels from above control
    LONG maxchars = 0;            // Maximum characters
    }

/* End of File */