Message260400
Using the following code, the root window will not close properly when the close icon is clicked:
from tkinter import *
rootWin = Tk()
l = Label(rootWin, text="foo")
l.pack()
Similar issue occurs with Tk.grid().
OS: Mac OS X 10.10.5
Python IDE: IDLE 3.4.4
tkinter.TkVersion: 8.5
tkinter.TclVersion: 8.5
ActiveTcl: 8.6.4 |
|
| Date |
User |
Action |
Args |
| 2016-02-17 15:00:45 | Sam Yeager | set | recipients:
+ Sam Yeager, ronaldoussoren, ned.deily |
| 2016-02-17 15:00:45 | Sam Yeager | set | messageid: <1455721245.86.0.235285513904.issue26376@psf.upfronthosting.co.za> |
| 2016-02-17 15:00:45 | Sam Yeager | link | issue26376 messages |
| 2016-02-17 15:00:45 | Sam Yeager | create | |
|