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.