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 caryr
Recipients caryr
Date 2009-05-07.18:45:13
SpamBayes Score 0.00012465139
Marked as misclassified No
Message-id <1241721915.71.0.611768472614.issue5961@psf.upfronthosting.co.za>
In-reply-to
Content
The Tix Optionmenu is documented to support a labelside option that is
used to specify where the label should be relative to the selection.

I have verified that adding 'labelside' to the static_options when
calling the base constructor (TixWidget.__init__) located in Tix.py line
1185 (for both 2.5.4 and 2.6.2) fixes the problem.

TixWidget.__init__(self, ... ,['labelside', 'options'], ... )

I am currently using 2.5.4, but a fix only for the 2.6 branch is
acceptable for all but my personal machine (which I can patch by hand).

I am not very familiar with how all this works, so if there is something
I can do from my code to add this option that would be nice to know.
History
Date User Action Args
2009-05-07 18:45:15caryrsetrecipients: + caryr
2009-05-07 18:45:15caryrsetmessageid: <1241721915.71.0.611768472614.issue5961@psf.upfronthosting.co.za>
2009-05-07 18:45:14caryrlinkissue5961 messages
2009-05-07 18:45:13caryrcreate