set-value in gauge%
set-value
gauge%
Sets the gauge's current value. If the specified value is larger than the gauge's range, an exn:application:mismatch exception is raised.
exn:application:mismatch
(send a-gauge set-value pos) -> void pos : exact integer in [0, 10000]
(send a-gauge set-value pos)
send
a-gauge
pos