Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Justify text Tcl::Tk grid
by Anonymous Monk on Mar 09, 2016 at 21:34 UTC | |
by Anonymous Monk on Mar 10, 2016 at 07:14 UTC | |
by kcott (Archbishop) on Mar 10, 2016 at 07:53 UTC | |
by Anonymous Monk on Mar 10, 2016 at 07:49 UTC | |
|
Re: Justify text Tcl::Tk
by dbuckhal (Chaplain) on Mar 10, 2016 at 16:18 UTC |