command

Specifies the command body to invoke whenever the scale's value is changed via a widget command. The actual command consists of this option followed by a space and a real number indicating the new value of the scale such that the command has to take 1 argument:

(#<widget> 'configure #:command (lambda (x) ...)

© Author | Home | Sitemap