mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[3.11] gh-66819: More IDLE htest updates(2) (GH-112642) (#112644)
Examine and update spec -- callable pairs.
Revise run method.
(cherry picked from commit 3855b45874
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
3d87a988a6
commit
36ad8e61a6
9 changed files with 70 additions and 69 deletions
|
@ -26,6 +26,7 @@ def _multistatus_bar(parent): # htest #
|
|||
x, y = map(int, parent.geometry().split('+')[1:])
|
||||
top.geometry("+%d+%d" %(x, y + 175))
|
||||
top.title("Test multistatus bar")
|
||||
|
||||
frame = Frame(top)
|
||||
text = Text(frame, height=5, width=40)
|
||||
text.pack()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue