Create a checkbox Get checkbox value
Category: GUI objects
Text Entry box
Create a text entry box Get the value of an entry box
Button
Create a button Respond to a button press Up Down Left Right buttons example
Label
Display a label Setting properties Update label text
Image
Show image object Update an image Image is blank When you add an image object to a Tkinter widget, you must keep your own reference to the image object. If you don’t, the image won’t always show up. This is because the Tkinter/Tk interface doesn’t handle references to Image objects properly; the Tk widget will […]