mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
gh-66819: More IDLE htest updates(2) (#112642)
Examine and update spec -- callable pairs. Revise run method.
This commit is contained in:
parent
a9574c68f0
commit
3855b45874
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