TXTBUT
Support
Supported from 6.0
Description
A command button with label text, and no pictures.
Resources with this structure are read by CEikTextButton::ConstructFromResourceL()
, and describe the CEikTextButton
to be constructed.
See also:
BYTE version=0; | Unused. |
WORD behavior=0; | Button behaviour flags. See also:
|
WORD layout=0; | Flags to define how the horizontal space is handled between the button’s text labels. See also:
|
LTEXT helptxt=""; | Help text for the button. |
LLINK extension=0; | Unused. |
LTEXT txt1=""; | Specifies the text for the first label component.The default is none.
|
LTEXT txt2=""; | Specifies the text for the second label component.The default is none.
| |