-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix tkinter.ttk with Tcl/Tk 9.0 #120211
Labels
3.12
bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
topic-tkinter
Comments
serhiy-storchaka
added
topic-tkinter
3.12
bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
labels
Jun 7, 2024
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Jun 7, 2024
* Use new methods for tracing Tcl variable. * Fix Combobox.current() for empty combobox.
serhiy-storchaka
added a commit
that referenced
this issue
Jun 7, 2024
* Use new methods for tracing Tcl variable. * Fix Combobox.current() for empty combobox.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 7, 2024
* Use new methods for tracing Tcl variable. * Fix Combobox.current() for empty combobox. (cherry picked from commit d68a22e) Co-authored-by: Serhiy Storchaka <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 7, 2024
* Use new methods for tracing Tcl variable. * Fix Combobox.current() for empty combobox. (cherry picked from commit d68a22e) Co-authored-by: Serhiy Storchaka <[email protected]>
This was referenced Jun 7, 2024
serhiy-storchaka
added a commit
that referenced
this issue
Jun 7, 2024
) * Use new methods for tracing Tcl variable. * Fix Combobox.current() for empty combobox. (cherry picked from commit d68a22e) Co-authored-by: Serhiy Storchaka <[email protected]>
16 tasks
serhiy-storchaka
added a commit
that referenced
this issue
Jun 7, 2024
) * Use new methods for tracing Tcl variable. * Fix Combobox.current() for empty combobox. (cherry picked from commit d68a22e) Co-authored-by: Serhiy Storchaka <[email protected]>
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
* Use new methods for tracing Tcl variable. * Fix Combobox.current() for empty combobox.
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
* Use new methods for tracing Tcl variable. * Fix Combobox.current() for empty combobox.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.12
bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
topic-tkinter
There are two issues in
tkinter.ttk
with Tcl/Tk 9.0.None
, but -1 is more backward compatible. In future we can change this method to returnNone
.Linked PRs
The text was updated successfully, but these errors were encountered: