On Friday 20 April 2007 13:56, Anton Vredegoor
wrote:
> KDawg44 wrote:
> > I am writing a GUI front end in Python using
> > Tkinter. I have developed the GUI in a grid
> > and specified the size of the window. The
> > widgets are centered into the middle of the
> > window. I would like them to
KDawg44 wrote:
> I am writing a GUI front end in Python using Tkinter. I have
> developed the GUI in a grid and specified the size of the window. The
> widgets are centered into the middle of the window. I would like them
> to fill the window. I tried using the sticky=E+W+N+S option on the
> w
Hi,
I am writing a GUI front end in Python using Tkinter. I have
developed the GUI in a grid and specified the size of the window. The
widgets are centered into the middle of the window. I would like them
to fill the window. I tried using the sticky=E+W+N+S option on the
widgets themselves and