Paul Rubin wrote:
> Python 2.4, Windows XP. If I say:
> f = Frame()
> f.grid()
> v = IntVar()
v.set(1) # Might help. v.get() at this point returned 0 for me.
> c = Checkbutton(f, text='hi there', variable=v)
> c.grid()
> f.mainloop()
--
http://mail.python.org/mailman/listinfo/python-list
- Re: Tkinter Checkbutton initialization problem Scott David Daniels
- Re: Tkinter Checkbutton initialization problem Paul Rubin
- Re: Tkinter Checkbutton initialization problem Eric Brunel
