Skip to content Skip to sidebar Skip to footer
Showing posts with the label Widget

Calling A Widget From Another Class To Change Its Properties In Tkinter

I have made a function in the main constructor of my tKinter app which updates certain properties o… Read more Calling A Widget From Another Class To Change Its Properties In Tkinter

Pyqt How To Get A Widget's Dimensions

I am currently developing an application in which i cannot use modal windows (due to some applicati… Read more Pyqt How To Get A Widget's Dimensions

How Do I Change The Colour Of A Button Border Tkinter

How do i change the colour of a border in tkinter I have looked at other solutions which recommende… Read more How Do I Change The Colour Of A Button Border Tkinter

Widget Toolkits For Python 3

Because I like to future-proof my programs as much as I possibly can, I use the latest technologies… Read more Widget Toolkits For Python 3

How To Make A Tkinter Entry Default Value Permanent

I am writing a program in python that will take in specific formats, a Phone number and dollar/cent… Read more How To Make A Tkinter Entry Default Value Permanent

Tkinter - How To Set Font For Text?

I am trying to find the best font for displaying utf-8 characters in a tk.Text. I let python print … Read more Tkinter - How To Set Font For Text?