tkinter-text Questions
1
While making a small tkinter project in python, I was trying to make a Text widget scroll only full lines, i.e., avoiding it to cut any lines at the top or bottom of the box.
After a bit of search,...
Pelagia asked 24/8 at 19:11
1
I searched on web for the solution and I got we can change the font size using Tkinter.Font using the code
helv36 = tkFont.Font(family='Helvetica', size=32, weight=tkFont.BOLD)
Following is the cod...
Cognate asked 24/4, 2021 at 9:58
2
Solved
Overview
I’m trying to add markdown syntax highlighting in a text editor for my project, but I am having some issues with making it user proof so to speak, while being performance friendly
Basicall...
Salvo asked 8/12, 2020 at 2:43
1
© 2022 - 2024 — McMap. All rights reserved.