bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395)

This commit is contained in:
Terry Jan Reedy 2019-01-02 22:04:06 -05:00 committed by GitHub
parent e9a044ec16
commit aff0adabf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 38 additions and 28 deletions

View file

@ -1,5 +1,5 @@
from tkinter import *
from tkinter.ttk import Scrollbar
from tkinter.ttk import Frame, Scrollbar
from idlelib import macosx