mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
Issue *24750: Switch all scrollbars in IDLE to ttk versions.
Where needed, add minimal tests to cover changes.
This commit is contained in:
parent
96881cd621
commit
01e35754fb
17 changed files with 211 additions and 39 deletions
|
@ -10,6 +10,7 @@ Refer to comments in EditorWindow autoindent code for details.
|
|||
|
||||
"""
|
||||
from tkinter import *
|
||||
from tkinter.ttk import Scrollbar
|
||||
import tkinter.messagebox as tkMessageBox
|
||||
import tkinter.colorchooser as tkColorChooser
|
||||
import tkinter.font as tkFont
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue