|
MoSync 3.3
|
Defines | |
| #define | MAW_NUMBER_PICKER_VALUE "value" |
| Sets or gets the current value for the number picker. If the value is less than MAW_NUMBER_PICKER_MIN_VALUE property value, the current value is set to min. If the value is greater than MAW_NUMBER_PICKER_MAX_VALUE value, the current value is set to max. | |
| #define | MAW_NUMBER_PICKER_MIN_VALUE "minValue" |
| Sets or gets the min value of the picker. | |
| #define | MAW_NUMBER_PICKER_MAX_VALUE "maxValue" |
| Sets or gets the max value of the picker. | |
The available widget properties for a MAW_NUMBER_PICKER. See Widget properties for more properties.
| #define MAW_NUMBER_PICKER_VALUE "value" |
Sets or gets the current value for the number picker. If the value is less than MAW_NUMBER_PICKER_MIN_VALUE property value, the current value is set to min. If the value is greater than MAW_NUMBER_PICKER_MAX_VALUE value, the current value is set to max.
maWidgetSetProperty(numberPickerHandle, MAW_NUMBER_PICKER_VALUE, "50");
| #define MAW_NUMBER_PICKER_MIN_VALUE "minValue" |
Sets or gets the min value of the picker.
maWidgetSetProperty(numberPickerHandle, MAW_NUMBER_PICKER_MIN_VALUE, "0");
| #define MAW_NUMBER_PICKER_MAX_VALUE "maxValue" |
Sets or gets the max value of the picker.
maWidgetSetProperty(numberPickerHandle, MAW_NUMBER_PICKER_MAX_VALUE, "100");