[New-bugs-announce] [issue34829] Add missing selection_ methods to tkinter Spinbox

Juliette Monsel report at bugs.python.org
Fri Sep 28 04:37:55 EDT 2018


New submission from Juliette Monsel <j_4321 at protonmail.com>:

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.

----------
components: Tkinter
messages: 326614
nosy: j-4321-i
priority: normal
severity: normal
status: open
title: Add missing selection_ methods to tkinter Spinbox
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34829>
_______________________________________


More information about the New-bugs-announce mailing list