mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
d42dae73f0
This change allows users of Float to determine its state before Layout by calling Update. While here, remove the value transformation represented by the min, max, invert parameters; they're too many arguments for a computation that may as well be done by the user. Remove Float.Pos; it is better to compute its value from the dimensions returned by Float.Layout. Signed-off-by: Elias Naur <mail@eliasnaur.com>