Contents
- Getting started
- GUI programming
- Receipts & Articles
|
Progressbar
Description
Specifies a progressbar. A progressbar is a widget which can be selected but not focused.
XML-Tag
<progressbar>
Attributes
| Attribute |
Domain |
Default Value |
Description |
| color |
color |
"#00000000" |
Specifies the foreground color of the progressbar. |
| selcolor |
color |
"#00000000" |
Specifies the foreground color of the progressbar in selected state. |
| progress |
0 - 100 |
"0" |
Sets the progress in percent. |
Additionally all general and
border attributes can be used.
Remarks
This element can be used as child within windows and widgets.
It can have only one child widget.
Related elements
elements
|