CEikMenuBarTitle::SData Struct Reference

struct CEikMenuBarTitle::SData

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

Public Member Enumerations
enumanonymous { ENominalTextLength = 40 }
Public Attributes
TInt iMenuPaneResourceId
TBuf< ENominalTextLength >iText

Member Enumerations Documentation

Enum anonymous

Enumerators

ENominalTextLength = 40

Nominal legth of the text.

Member Data Documentation

TInt iMenuPaneResourceId

TInt iMenuPaneResourceId

The resource ID from which the menu pane is constructed.

TBuf< ENominalTextLength > iText

TBuf< ENominalTextLength >iText

The text to display on the menu pane.