Open abstract class
The class of all value gadgets with ranges.
duim-gadgets
duim-gadgets
The class of all value gadgets with ranges. You should not create a direct instance of this class.
The value-range: init-keyword is the range of values that the gadget value of a value range gadget can take. This may be different in any given situation: when downloading a file or compiling source code, you might want to use a value range of 0-100, to indicate percentage done (this is the default). When downloading e-mail messages from a mail server, however, you may want to use a range equal to the number of messages being downloaded.
gadget-value-range gadget-value-range-setter
contain(make(<slider>,
value-range:
range(from: -20, to: 20, by: 5)));