This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pysquared
Recipients gpolo, loewis, pysquared
Date 2008-06-26.16:02:24
SpamBayes Score 0.026291275
Marked as misclassified No
Message-id <1214496147.0.0.36105157946.issue1774370@psf.upfronthosting.co.za>
In-reply-to
Content
I referred to the man page, as it says this:
 Command-Line Name:-variable ... Defaults to the name of the button 
within its parent.

When you create a Checkbutton widget without giving a variable=SomeVar, 
a default variable is created which Tkinter does not give you easy 
access to.

My patch adds easy access to this default variable.

This is analogous to being able to use an Entry widget without having 
to assign SomeVar to textvariable first.

Yes it could be a property, but Tkinter.py does not use property 
anywhere else, and I am stuck with having to support python 2.1.

What do you mean by "add it to all the other widgets that play with it"?

Thanks
History
Date User Action Args
2008-06-26 16:02:27pysquaredsetspambayes_score: 0.0262913 -> 0.026291275
recipients: + pysquared, loewis, gpolo
2008-06-26 16:02:27pysquaredsetspambayes_score: 0.0262913 -> 0.0262913
messageid: <1214496147.0.0.36105157946.issue1774370@psf.upfronthosting.co.za>
2008-06-26 16:02:26pysquaredlinkissue1774370 messages
2008-06-26 16:02:25pysquaredcreate