|
From: Joi O. <jo...@ya...> - 2004-10-06 08:47:22
|
Hello
I am building a vertical button box and would like my
buttons to have their text left-justified.
It works fine with regular Tk buttons, but not when
using tile toolbuttons. I have tried -justify left but
it does not work (still centered)
I have also tried defining a new layout but no luck
either
style layout Toolbutton {
Toolbutton.border -children {
Toolbutton.padding -children {
Toolbutton.label -justify left -align left
}
}
}
Any ideas ? Is there a simpler way to do this that I
am missing ?
Thanks!
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|