[Tutor] Tkinter query?
Ron Weidner
xecronix at yahoo.com
Thu Jul 14 20:12:33 CEST 2005
> > 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
More information about the Tutor
mailing list