mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +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
|
@ -1,5 +1,5 @@
|
|||
from tkinter import *
|
||||
from tkinter.ttk import Scrollbar
|
||||
from tkinter.ttk import Frame, Scrollbar
|
||||
|
||||
from idlelib import macosx
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue