Commit ae9bbba
Support closing the first (root) window in Tk (#591)
* Support closing the first (root) window in Tk
* Simplify Tk_eventloop
Note: _tkinter is available both in Python 3 and 2.
* https://docs.python.org/3/library/tkinter.html#tkinter-modules
* https://docs.python.org/2/library/tkinter.html#tkinter-modules
* https://github.com/ipython/ipython/blob/5.8.0/IPython/terminal/pt_inputhooks/tk.py#L451 parent 8c43f1b commit ae9bbba
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
195 | 196 | | |
196 | 197 | | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
197 | 201 | | |
198 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
199 | 206 | | |
200 | | - | |
| 207 | + | |
| 208 | + | |
201 | 209 | | |
202 | 210 | | |
203 | 211 | | |
| |||
0 commit comments