mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395)
This commit is contained in:
parent
e9a044ec16
commit
aff0adabf3
13 changed files with 38 additions and 28 deletions
|
@ -17,7 +17,7 @@
|
|||
import os
|
||||
|
||||
from tkinter import *
|
||||
from tkinter.ttk import Scrollbar
|
||||
from tkinter.ttk import Frame, Scrollbar
|
||||
|
||||
from idlelib.config import idleConf
|
||||
from idlelib import zoomheight
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue