mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +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
|
@ -7,6 +7,7 @@ import re
|
|||
import string
|
||||
import sys
|
||||
from tkinter import *
|
||||
from tkinter.ttk import Scrollbar
|
||||
import tkinter.simpledialog as tkSimpleDialog
|
||||
import tkinter.messagebox as tkMessageBox
|
||||
import traceback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue