Issue 34829: Add missing selection_ methods to tkinter Spinbox (original) (raw)

Though the text area of the tkinter Spinbox behaves like an Entry, the methods selection_from, selection_range, selection_present and selection_to have not been implemented. So for consistency with the Entry widget, I suggest to add them.