|
MoSync 3.3
|
Defines | |
| #define | MAW_PROGRESS_BAR_MAX "max" |
| Sets or gets the range of the progress bar to 0..max. | |
| #define | MAW_PROGRESS_BAR_PROGRESS "progress" |
| Set or gets the current progress to the specified value. | |
| #define | MAW_PROGRESS_BAR_INCREMENT_PROGRESS "incrementProgress" |
| Increase the progress bar's progress by the specified amount. | |
The available widget properties for a MAW_PROGRESS_BAR. See Widget properties for more properties.
| #define MAW_PROGRESS_BAR_MAX "max" |
Sets or gets the range of the progress bar to 0..max.
maWidgetSetProperty(progressBarHandle, MAW_PROGRESS_BAR_MAX, "100");
| #define MAW_PROGRESS_BAR_PROGRESS "progress" |
Set or gets the current progress to the specified value.
maWidgetSetProperty(progressBarHandle, MAW_PROGRESS_BAR_PROGRESS, "10");
| #define MAW_PROGRESS_BAR_INCREMENT_PROGRESS "incrementProgress" |
Increase the progress bar's progress by the specified amount.
maWidgetSetProperty(progressBarHandle, MAW_PROGRESS_BAR_INCREMENT_PROGRESS, "20");