|
From: Joi O. <jo...@ya...> - 2004-10-07 18:09:29
|
> > I am building a vertical button box and would like > my > > buttons to have their text left-justified. > > Do the buttons have images too, or just text? They have text and images [snip] > There are three things that affect where the label > appears: [snip] > (2) The label element has an "-anchor" option that > determines > where to place the label inside the parcel. For > [ttk::label] > widgets, you can set -anchor on the widget itself. > On other > widgets like checkbuttons, -anchor is a > compatibility option, > so it can only be set on the style: > > style default ButtonBox.Button -anchor w Ahh, that was it. Using the style to set -anchor did the trick! Thanks a lot! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |