Handbook
Glossary
range
Models
ยป
Range models
Next:
<range> ( value page min max step -- range )
Vocabulary
models
.
range
Class description
Range models implement the
Range model protocol
with real numbers as the minimum, current, maximum, and page size. Range models are created with
<range>
.
Notes
Slider gadgets
use range models.
Definition
USING:
models.product
;
IN:
models.range
TUPLE:
range
<
product
;