pythonware.com products ::: library ::: search ::: daily Python-URL!
   

Methods

Back   Next   

 Methods

get() => integer or float

Get the current scale value. Tkinter returns an integer if possible, otherwise a floating point value.

set(value)

Set the scale value.

Back   Next