tkinter.checkbutton Questions

4

Solved

How do I get the 'state' of a Tkinter Checkbutton? By 'state' I mean get whether or not it has a check mark in it or not.
Dreamy asked 21/11, 2010 at 7:44

2

Solved

I have a checkbutton: from tkinter import * master = Tk() Checkbutton(master, text="Here...").grid(row=0, sticky=W) mainloop() Which looks like this: I tried to move the checkbutton to ...
Ignescent asked 28/2, 2022 at 8:52
1

© 2022 - 2024 — McMap. All rights reserved.