Re: Perl-Tk, horizontal aligning

2009-08-08 Thread Shawn H. Corey
Mishustin Alexey wrote: Hi, I have a question about Perl-Tk. How to align the content of a cell horizontally, for example, to the left? my $where_label = $pane -> Label( -text =>"Please input WHERE arguments" ) ->grid( -row=> 0,

Perl-Tk, horizontal aligning

2009-08-08 Thread Mishustin Alexey
Hi, I have a question about Perl-Tk. How to align the content of a cell horizontally, for example, to the left? my $where_label = $pane -> Label( -text =>"Please input WHERE arguments" ) ->grid( -row=> 0, -column