|
From: Joe E. <jen...@fl...> - 2005-03-09 15:53:08
|
Mark Garvey wrote: > > The subject line says it all. If however the default for multiline > text in a checkbutton was "left", I could live with it :-) Just fixed in CVS, the default for the Label and Text element -justify options is now "left". This is different from core Tk checkbuttons and radiobuttons, which default to -anchor center / -justify center, but Tile checkbuttons already default to (the equivalent of) "-anchor left" anyway; "-justify left" is arguably a more sensible default too. I didn't add a "-justify" option to the checkbutton itself, but if you need that level of per-widget customization see demos/snidget.tcl for one way to do it. --Joe English jen...@fl... |