Hi Monks! I have some code and I can't figure out how to left justify. I've check the Tcl::Tk can page but I can't find anything. Here's a tear out of my code
my $frame_border_bottom = $mw->Frame( -relief => "flat" ); my $welcome_label_bottom = $frame_border_bottom->Label( -text => "Searching for Keywords/City + pairs \n" ); $frame_border_bottom->grid( -row => 7, -column => 3, -columnspan = +> 6 ); $welcome_label_bottom->grid( -row => 7, -column => 3, -columnspan +=> 6 );
Thanks in advance for the help.
In reply to Justify text Tcl::Tk by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |