develooper Front page | perl.beginners | Postings from August 2009

Perl-Tk, horizontal aligning

Thread Next
From:
Mishustin Alexey
Date:
August 8, 2009 13:08
Subject:
Perl-Tk, horizontal aligning
Message ID:
1249762096.12260.83.camel@localhost
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 		=> 0,
	-columnspan		=> 2
	);


Putting options -side or -anchor in grid() and in Label() didn't help, 
neither Google... It's always aligned to center.

-- 
Regards,
Alex


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About