TOOLBAR
Support
Supported from 6.0
Description
Toolbar resource.
Resources with this structure are read by CEikToolBar::ConstructFromResourceL()
, and describe the CEikToolBar
to be constructed.
See also:
WORD length=0; | For a horizontal toolbar, its width from left to right.For a vertical toolbar, its height from top to bottom. |
WORD breadth=KEikStdToolBarWidth; | For a horizontal toolbar, its height from top to bottom.For a vertical toolbar, its width from left to right. |
BYTE lines=1; | Number of lines of buttons/controls in the toolbar. |
LONG flags=0; | Toolbar flags.See EEikToolBarHorizontal etc. in uikon.hrh. |
STRUCT controls[]; | Array of toolbar buttons (TBAR_BUTTON ) and/or toolbar controls (TBAR_CTRL ). See also:
|
LLINK extension=0; | Unused. | |