update
This commit is contained in:
2
.CondaPkg/env/Lib/idlelib/statusbar.py
vendored
2
.CondaPkg/env/Lib/idlelib/statusbar.py
vendored
@@ -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()
|
||||
@@ -42,6 +43,7 @@ def _multistatus_bar(parent): # htest #
|
||||
button.pack(side='bottom')
|
||||
frame.pack()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
from unittest import main
|
||||
main('idlelib.idle_test.test_statusbar', verbosity=2, exit=False)
|
||||
|
||||
Reference in New Issue
Block a user