Re: Justifying text in a Tk label?

2002-11-26 Thread Kris Wolff
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 25 November 2002 16:45 To: Beckett Richard-qswi266 Subject: Re: Justifying text in a Tk label? try 'align=' greets kris On 25 Nov 2002 at 15:23, Beckett Richard-qswi266 wrote: Anyone know how to justify

RE: Justifying text in a Tk label?

2002-11-26 Thread Beckett Richard-qswi266
Aha! Thanks guys! This is what I was trying to do, the part with the shorter label... # use Tk; my $mw=tkinit; my $label=$mw-Label( -text= 'This is a very long, long, long label.', -relief='groove'); $label-pack( -side='top', -fill='both', -expand='both'); my

Re: Justifying text in a Tk label?

2002-11-25 Thread Lee Goddard
At 16:23 25/11/2002, Beckett Richard-qswi266 wrote: Anyone know how to justify the text within a Tk label? I tried many combinations, like: my $label = $frame-Label (-text = Hostname :, -relief = raised, -borderwidth = 2, -width = 25, -justify = left) - pack (-side = top, -anchor = e, -padx =

Re: Justifying text in a Tk label?

2002-11-25 Thread Jack
- Original Message - From: Beckett Richard-qswi266 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 25, 2002 8:23 AM Subject: Justifying text in a Tk label? Anyone know how to justify the text within a Tk label? I tried many combinations, like: my $label = $frame-Label