Contents
- Getting started
- GUI programming
- Receipts & Articles
|
Label
Description
Specifies a label. A label is a widget which can be selected but not focused.
XML-Tag
<label>
Attributes
| Attribute |
Domain |
Default Value |
Description |
| color |
color |
"#C0C0C0FF" |
Specifies the color of the text. |
| selcolor |
color |
"#FFFFFFFF" |
Specifies the color of the text which will be used if the element is selcted. |
| alignment |
alignment |
"center" |
Specifies the color of the text which will be used if the element is selcted. |
| translate |
boolean |
"false" |
If set to "true", the internal
translation feature is used. For more info look here. |
Additionally all general attributes can be used.
Alignment values
| Value |
Description |
| center |
Horizontally and vertically centered. |
| left |
Left-aligned and vertically centered. |
| right |
Right-aligned and vertically centered. |
| top-center |
Top-aligned and horizontally centered. |
| top-left |
Top- and left-aligned. |
| top-right |
Top- and right-aligned. |
| bottom-center |
Bottom-aligned and horizontally centered. |
| bottom-left |
Bottom- and left-aligned. |
| bottom-right |
Bottom- and right-aligned. |
Remarks
This element can be used within <mmsdialog>
and <mmstheme>.
This element can have a maximum of one child widget.
Related elements
<mmsdialog>,
<mmstheme>,
elements
|