Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: uikon.rh

Resource Struct MENU_TITLE

MENU_TITLE

Support

Supported from 6.0

Description

Defines an association between a menu pane and its title.

MENU_TITLEs are used in the fields of a MENU_BAR resource struct.

See also:

LLINK menu_pane;

Link to a MENU_PANE resource.

See also:

LTEXT txt;

Title which appears in the menu bar for this menu pane.

LONG flags=0;

Flags for the title.ETitleDimmed dims the title.

LTEXT bmpfile="";

The .mbm file that holds an icon for the menu title.The default is the eikon .mbm file eikon.mbm.

WORD bmpid=0xffff;

ID of the icon bitmap in the specified .mbm file.The default is no icon.

WORD bmpmask=0xffff;

ID of the icon bitmap mask in the specified .mbm file.The default is no icon mask.

LLINK extension=0;

Unused.