> > tk = Tk()
> > tk.config(background='pink')
> > tk.geometry('400x400')
> ># 320 = width # 150 = height # # Left and down are relative to the screens uppeer left # # 200 = position left (x) # 200 = position down (y) tk.geometry( "320x150+200+200") hth Ronald Weidner http://www.techport80.com PHP Software developer for hire. ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
