Python Forum
[Tkinter] Two text files in Text widget (python 3) - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: [Tkinter] Two text files in Text widget (python 3) (/thread-13860.html)

Pages: 1 2 3


RE: Two text files in Text widget (python 3) - Larz60+ - Nov-09-2018

To finish it off, change the title on your window bar from 'tk' to something yyou like,
for instance after line 5:
root.title("My Fantastic GUI")



RE: Two text files in Text widget (python 3) - atlass218 - Nov-09-2018

it was just a piece of code from my application
thank you for all your proposals and remarks that guided me to find the solution