TOOLBAND
Support
Supported from 6.0
Description
Toolband (horizontal toolbar) resource.
Resources with this structure are read by CEikToolBar::ConstructFromResourceL()
, and describe the CEikToolBar
to be constructed.
See also:
WORD length=0; | Toolband width from left to right. |
WORD breadth=KEikStdToolBandHeight; | Toolband height from top to bottom. |
BYTE lines=1; | Number of lines of buttons/controls in the toolband. |
LONG flags=EEikToolBarHorizontal; | Toolband flags.The default sets the toolband to be horizontal.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. | |