mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +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,7 +1,7 @@
|
|||
'''Define SearchDialogBase used by Search, Replace, and Grep dialogs.'''
|
||||
|
||||
from tkinter import Toplevel, Frame
|
||||
from tkinter.ttk import Entry, Label, Button, Checkbutton, Radiobutton
|
||||
from tkinter import Toplevel
|
||||
from tkinter.ttk import Frame, Entry, Label, Button, Checkbutton, Radiobutton
|
||||
|
||||
|
||||
class SearchDialogBase:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue