[Tutor] Tkinter query?

jfouhy@paradise.net.nz jfouhy at paradise.net.nz
Fri Jul 15 00:22:43 CEST 2005


Quoting Ron Weidner <xecronix at yahoo.com>:

> > > tk = Tk()
> > > tk.config(background='pink')
> > > tk.geometry('400x400')
> > >
> 
> tk.geometry( "320x150+200+200")

Hmm.  In my experience, a call like tk.geometry('400x400') will resize tk
without moving it...

-- 
John.


More information about the Tutor mailing list