[docs] Python Documentation 3.7.1 concerning Spinbox

Julien Palard julien at palard.fr
Wed Nov 21 05:09:13 EST 2018


Hi thanks for reporting.

You wrote:
> Theres no set() command for spinboxes.

Sadly I don't get it, as I can see the set method on a Spinbox:

    >>> ttk.Spinbox().set
    <bound method Spinbox.set of <tkinter.ttk.Spinbox object .!spinbox>>

and I can see it in the documentation too: https://docs.python.org/3.7/library/tkinter.ttk.html#tkinter.ttk.Spinbox.set

Can you give me more details about the issue?

-- 
Julien Palard
https://mdk.fr


More information about the docs mailing list