Re: [Tutor] Entry widgets

2005-04-10 Thread Diana Hawksworth
Thanks Michael. Your suggestions did the trick! I did mean to include my code - but obviously did not do that. Appreciate your help. Diana - Original Message - From: "Michael Lange" <[EMAIL PROTECTED]> To: Sent: Monday, April 11, 2005 1:49 AM Subject: Re: [Tutor] Entr

Re: [Tutor] Entry widgets

2005-04-10 Thread Michael Lange
On Sun, 10 Apr 2005 18:07:48 +1000 "Diana Hawksworth" <[EMAIL PROTECTED]> wrote: > Hello list, > > Is it possible to change the width of an Entry widget - or not? I am using > Tkinter, GUI - and have an Entry widget that accepts a number. I just don't > want it to extend the width of the colum

[Tutor] Entry widgets

2005-04-10 Thread Diana Hawksworth
Hello list,   Is it possible to change the width of an Entry widget - or not?  I am using Tkinter, GUI - and have an Entry widget that accepts a number. I just don't want it to extend the width of the column.  I have tried width =  - but get an error.   Maybe a text widget would be preferable