This repository was archived by the owner on Dec 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
changeSliderMinimum()
Mammad900 edited this page Oct 29, 2020
·
1 revision
Changes the minimum acceptable value for a slider (a slider's value is equal to it's minimum if it is in it's thumb is in the leftmost position)
- page (
int) : The number of the page that contains the new slider - index (
int) : The index of the slider relative to it's page - value (
int) : The new minimum - changeOther (
bool) optional: Iffalse, the new minimum will be equal to the value if it is more than the value. Iftrue, value will be changed so it wont be less than the new minimum. Default:false
The constrained minimum (if it was)
If the new minimum is more than value, this function may do different things depending on what changeOther (parameter) is.
If it is false, the new minimum will be equal to the value if it is more than the value. If it is true, value will be changed so it wont be less than the new minimum. Default: false