aknborders.h

Go to the documentation of this file.
00001 /*
00002 * ==============================================================================
00003 *  Name        : aknborders.h
00004 *  Part of     : 
00005 *  Description : 
00006 *  Version     : 
00007 *
00008 *  Copyright © 2002-2006 Nokia. All rights reserved.
00009 *  This material, including documentation and any related 
00010 *  computer programs, is protected by copyright controlled by 
00011 *  Nokia. All rights are reserved. Copying, including 
00012 *  reproducing, storing, adapting or translating, any 
00013 *  or all of this material requires the prior written consent of 
00014 *  Nokia. This material also contains confidential 
00015 *  information which may not be disclosed to others without the 
00016 *  prior written consent of Nokia.
00017 * ==============================================================================
00018 */
00019 
00020 #ifndef __AKNBORDERS_H__
00021 #define __AKNBORDERS_H__
00022 
00023 #include <e32std.h>
00024 
00030 class AknBorderId
00031         {
00032 public:
00033         enum TAknBorderId
00034                 {
00036                 EAknBorderNotePopup = 0x800110,
00038                 EAknBorderMenuPopup,
00040                 EAknBorderMenuSubmenuPopup,
00042                 EAknBorderNotificationPopup,
00044                 EAknBorderGroupedNotificationsPopup,
00046                 EAknBorderCharacterSelectionPopup,
00048                 EAknBorderPopups,
00050                 EAknBorderPopupsWithHeading,
00052                 EAknBorderMax
00053                 };
00054         };
00055 
00056 
00057 //__AKNBORDERS_H__
00058 #endif

Copyright © Nokia Corporation 2001-2008
Back to top