CEikMenuBarTitle::SData Struct Reference

API published in: S60 1st Ed


#include <eikmenub.h>

Detailed Description

Defines a menu bar.

See also MEikMenuObserver::DynInitMenuPaneL(). See also MENU_TITLE for details of the resource interface to menu items.


Public Types

enum   { ENominalTextLength = 40 }

Data Fields

TInt  iMenuPaneResourceId
  The resource ID from which the menu pane is constructed.
TBuf< ENominalTextLength >  iText
  The text to display on the menu pane.

Member Enumeration Documentation

anonymous enum
 
Enumerator:
ENominalTextLength  Nominal legth of the text.

Field Documentation

TInt CEikMenuBarTitle::SData::iMenuPaneResourceId
 

The resource ID from which the menu pane is constructed.

TBuf<ENominalTextLength> CEikMenuBarTitle::SData::iText
 

The text to display on the menu pane.


The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top